You'll have a certain level of dependency no matter what, as not all databases follow the ANSI spec, and those that do claim to, follow it with some exceptions.
As far as I can tell, the most database-independent way to do things would be to use ADO, use forward-only cursors, don't do any record-locking, and have the user enter the connect string (or store it in the registry or something).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.