jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I am currently experiencing the problem 'Insufficient key column information for updating or refreshing' when I try & modify data via ADO. This is a known problem with Microsoft ( MDAC, & they state the reason is 'if the recordset, based on a SHAPE command, joins two tables where the primary key of one table has the same name as a column name of the other table'. I currently name primary & foreign key fields with the same name (i.e. BRSID). If I change the foreign key of this field to BRSIDL the error is resolved.
However, what is the consensus as to the naming of primary & foreign keys? James Goodman MCP
However, what is the consensus as to the naming of primary & foreign keys? James Goodman MCP