Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm using data grid control in VB 6.0. I've bounded the ado recordset to the grid. While entering values it is giving an error "
Run time error 6147 : Column Not Found |1
".
Posted
Updated 8-Mar-14 17:24pm
v2

1 solution

Finally, I found the error.

I was populating the recordset from the table with some particular columns. I appended one column to grid but not in the recordset's select query. Though the column exists in actual db table, it was throwing an error. I added the new column in recordset's select statement and issue got resolved.
 
Share this answer
 
Comments
thatraja 10-Mar-14 5:09am    
5! for posting your own solution. And a great suggestion : Get rid of VB6, go with .NET

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900