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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC help

Status
Not open for further replies.

atiqraza

Programmer
Jan 9, 2007
24
US
I am still new to sql server so i apologize if this sounds like a trivial question.
I want to query a odbc connection using a query in sql server. the connection string for the DSN naturally looks like "DSN=xxxx;UID=xxxx;PWD=xxx"

Could someone tell me how i can use this is a query to query the odbc driver so i can load it in to my sql server tables ...
Thanks
 
What progamming language are you using, ASP, .NET, perl, php, Windows Script? This will determine what kinds of ODBC component are available. For example, in ASP, you would use ADODB, other languages have other components.

 
atiqraza,
this is a question to your front-end forum.
What you use as a Front-End programing?
How your front-End connect to external data Sources?
These question, as I said, are related mostly to your Front-End forum.

BTW you didn't query your ODBC driver, you pass the query to BackEnd via ODBC driver.

Borislav Borissov
VFP9 SP1, SQL Server 2000/2005.
MVP VFP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top