RE: ADO API & ODBC Alternative help

2002-03-13 Thread Gregory Junker
d=kb;en-us;Q294160 > -Original Message- > From: Nick Gorham [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 8:02 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: ADO API & ODBC Alternative help > > > >

RE: ADO API & ODBC Alternative help

2002-03-13 Thread Venu
Hi ! > -Original Message- > From: Nick Gorham [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 5:02 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: ADO API & ODBC Alternative help > > > > > >

Re: ADO API & ODBC Alternative help

2002-03-13 Thread Nick Gorham
> - When I hit the line setting value of "password", I get the following > message: > Run-time error '-2147217887 (80040e21)': > Multiple-step operation generated errors. Check each status value. If you (or any one else) finds what causes this could you please tell me, I have just the same pro

Re: ADO API & ODBC Alternative help

2002-03-13 Thread webmaster
Hi! Check the "MySQL with ASP" Forum at www.dwam.net/mysql/ in particular a thread called "Multiple Step Error" You can also find working ADO code samples on the site (using AddNew method) Finally you should consider using the latest MyODBC drivers 2.50.39 if you want to stick to 2.xx version 3

RE: ADO API & ODBC Alternative help

2002-03-13 Thread Gregory Junker
c: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: ADO API & ODBC Alternative help > > > Get your VB Manuals out, or test your programme against an > Access Data Base. > Once you have issed an Update statement, you need to either > retrieve the record > for furth

Re: ADO API & ODBC Alternative help

2002-03-13 Thread c.smart
Get your VB Manuals out, or test your programme against an Access Data Base. Once you have issed an Update statement, you need to either retrieve the record for further update or set all the fields then issue the Update statement! This is very 'Off Topic" Clive Smart Kelvin Lam wrote: > Hi, >