You could use OleDb or ODBC COnnection, but both of these will be much
slower and provide less functionality than the provider specific
equivalents. What I'd recommend is using a Factory pattern to create the
respective connections. This article shows you how to do it: http://www.vbdotnetheaven.com/Code/Jun2003/2043.asp
HTH,
Bill
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.