Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Oracle Temporary Table
Message
From
30/09/1999 11:45:55
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00270773
Message ID:
00271117
Views:
28
Mark, Thanks for the reply.

What SQL Server allows us to do is create a temporary table that
is available for the duration of the datasession. Once we
disconnect, the table is automatically dropped. The user does
not need create authority.

SQL Server example is...

create table #mytemptable(...)

We are looking to do something similar in Oracle 7.3.3.

Any suggestions are greatly appreciated.

Once again thanks, Vince
Previous
Reply
Map
View

Click here to load this message in the networking platform