API or ADO??

2001-05-05 Thread Warren van der Merwe
Hi again database, sql Should one rather use ADO or the API for Windows programming? I am in a situation at the moment and don't know which one to move forward with. My program is currently developed with ADO, so that seems a slightly more 'easy' route to go, except that some ADO features don't

Re: API or ADO??

2001-05-05 Thread Eric Grau
database, sql Should one rather use ADO or the API for Windows programming? I am in a situation at the moment and don't know which one to move forward with. My program is currently developed with ADO, so that seems a slightly more 'easy' route to go, except that some ADO features don't seem

Re: API or ADO??

2001-05-05 Thread Gary Huntress
=== FreeSQL.org offering free database hosting to developers Visit http://www.freesql.org - Original Message - From: Warren van der Merwe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 05, 2001 2:25 PM Subject: API or ADO?? Hi again database, sql Should one rather use ADO

Re: API or ADO??

2001-05-05 Thread Eric Grau
The application we develop here at icarz was written using MyODBC and ADO ... I wrote the MyVbQL API to replace the use of ADO in our application with minimal code changes ... The names and functionality of most of the methods and properties are modeled after ADO methods and properties ... Anyone

RE: API or ADO??

2001-05-05 Thread Warren van der Merwe
) 767-0249 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ]On Behalf Of Eric Grau Sent: 05 May 2001 09:57 To: Gary Huntress Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: API or ADO?? The application we develop here at icarz was written using MyODBC