Results 1 to 3 of 3

Thread: UpdateBatch with Joins

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Posts
    19

    Cool 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

  2. #2
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043
    If you update with joined query, if i guess right, you can update data only to one table at time.
    oh1mie/Vic


  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Posts
    19

    Cool

    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
  •  



Click Here to Expand Forum to Full Width