Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sql query referencing dsn connection?

Status
Not open for further replies.

wmikeh

Programmer
Mar 15, 2005
11
0
0
US
Can you reference a dsn connection table in a SQL query?
I would like to use a stored procedure to do an INSERT INTO query from an odbc dsn connection into my sql database and would like to know if this is possible.
 
Why do you want to use ODBC which is normally used for older apps developed before OLEDB was available.
 
I'm using QODBC to connect my access project to Quickbooks. I could use the Quickbooks skd, but it is so much easier to just use the ODBC driver.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top