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

SQL Server Temp Tables Item not found Crystal Report 9

Status
Not open for further replies.

donly1k

MIS
Apr 7, 2005
4
US


I have a Visual Basic Application that creates temp table for Crystal to use.

It is currently working with Crystal version 9. We are updating servers where the Temp tables resides so the location has changed.

The problem is that when I add the new connection using OLE to connect to the database, the temp tables do not appear in the list even though when I look in the DB they are there. See example below.

Do you know of any reason why this would happen and if there is any work around?

Thanks in advance for all your help.

SQL Sever 2000 Tempdb Table
dbo.##T_MyTable_1
dbo.##T_MyTable_2
dbo.##T_MyTable_3

Current Set Datasource Location Tempdb Server38
dbo.##T_MyTable_1
dbo.##T_MyTable_2
dbo.##T_MyTable_3


New Connection to "Set Datasource Location Tempdb Sever15"
dbo
.... No items found ....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top