|
-
Feb 5th, 2002, 09:09 AM
#1
Thread Starter
Junior Member
UpdateBatch with Joins
ok,
I'm using the updatebatch method, but as long as I have left outer joins (and full joins for that matter) in my querystring, the following error is generated :
[Insufficient key column information for updating or refreshing.]
In het Ado help there is mention of making use of the dynamic properties "Unique Table" and "Update Resync" to enable the updatebatch disregarding the joins in my query.
However, i'm having trouble implementing these dynamic properties and I don't seem to get rid of the error message.
Can anybody help me with this ?
thx
-
Feb 5th, 2002, 09:36 AM
#2
Frenzied Member
If you update with joined query, if i guess right, you can update data only to one table at time.
oh1mie/Vic

-
Feb 5th, 2002, 09:45 AM
#3
Thread Starter
Junior Member
Thanks for your response oh1mie,
However, it seems that the error was not caused by the joins, but by the fact that one of the tables in my query did not have a primary key.
Found this after some digging and reading, so no need for dynamic properties anymore. My updatebatch works.
thx,
jAzz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|