Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp tables with ado
Message
From
12/07/2002 07:39:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Temp tables with ado
Miscellaneous
Thread ID:
00677926
Message ID:
00677926
Views:
75
Hi I am trying to create a temporary table via ado with the following statement, which I pass to the execute method

create table #temp1(age int)

The temp table is being created.

I am then trying to select from this temp table, with a simple select statement

select * from #temp1

I then get an error that the table can not be found.

So I tried to qualify the table name with the database name

select * from tempdb..#temp1

But this does not work either.


Doe anyone have any idea how to do this

Hope you can help

Regards
Steven
Next
Reply
Map
View

Click here to load this message in the networking platform