From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60e25d5b78f3db54,start X-Google-Attributes: gid103376,public From: "Cliff Chavis" Subject: ODBC with ADA Date: 1998/08/11 Message-ID: <01bdc561$218f7030$7a3cbfc7@fwbbn015730>#1/1 X-Deja-AN: 380275285 Sender: nntp@news.boeing.com (Boeing NNTP News Access) X-Nntp-Posting-Host: 199.191.60.122 Organization: The Boeing Company Newsgroups: comp.lang.ada Date: 1998-08-11T00:00:00+00:00 List-Id: I am trying to send data to a table in an Access database using ODBC. I am new at ODBC, but I have been able to get my program to read data from the table. My problem seems to be in the SQLPrepare when I try to INSERT the data. It is returning a -1 for the return code. Does anyone have a simple example to get me going in the right direction? Thanks for any help in advance. If possible please reply to my home email at: coolboy@cyou.com thanks again.