Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temp tables with ado
Message
De
12/07/2002 07:39:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Temp tables with ado
Divers
Thread ID:
00677926
Message ID:
00677926
Vues:
76
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform