ODBC to Domino Database

SJamG

New member
Joined
Feb 15, 2007
Messages
1
Programming Experience
1-3
Hi,

I have managed to create an ODBC connection to a Domino Database. I can read the data from the database but when i try to update the record, it needs an UPDATE query to work. I have tried specifying one, but dont really know what i'm doing.

Can anyone offer me any advice?

Thanks

SJamG

P.S.> The easiest way would be to buy Proposion N2N, but its too expensive!!!
 
Your database probably hasnt exported sufficient schema information to allow the wizard to guess how to generate an update command (it needs to know the primary key at least)

Visit www.w3schools.com and learn how to write an UPDATE command, then fill it in yourself
 
Back
Top