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

BBJ ODBC driver

Status
Not open for further replies.

technov

Programmer
Joined
Nov 14, 2002
Messages
1
Location
US
I am trying to pull data into MSSQL through a system DSN using the BBJ ODBC driver 4.00.03.00.

When I was creating the DTS package I noticed that the table name had the name of the system DSN in it.
Example:
System DSN: BBJ_DB
Table name I saw in DTS package: "BBJ_DB"."AGENT"
When I tried to run the package it ran forever (hang up). Even a empty table would run forever.

When I tried to build the query in the DTS package I would get this:
Select * from BBJ_DB..AGENT

Trying to get help from the vendor BASIS is a dead end. They claim there is nothing wrong with their driver. Has anyone run into this problem and found a workaround?


Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top