Showing posts with label ADO. Show all posts
Showing posts with label ADO. Show all posts

Thursday, April 9, 2009

The world's largest collection of connection strings on the Internet

Ran across this today: The world's largest collection of connection strings on the Internet.

If you want to use ADO you need connection strings. And if you want to access something outside your local Access database you may need to find the right syntax for the particular type of data you want to connect to. Carl Prothman has compiled sample connection strings for everything from Jet to AS/400 to MS Project to Oracle to.... You get the idea.

Friday, October 12, 2007

DAO or ADO? Which should I use?

Here's a great review of the differences between these two different libraries for accessing your database from code.

"DAO or ADO? Which should I use? This is a commonly asked question, especially in view of the changing development paths that Microsoft has taken over the last few years. Which is best for your application? The answer may not be as straightforward as you may think!"