Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql dynamic
Message
From
31/08/2006 09:59:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Sql dynamic
Miscellaneous
Thread ID:
01150122
Message ID:
01150122
Views:
69
I try to pass to use Sql dynamic to select rows from a table appearing with the same name in many schemas:
mystring:='schema';
mydynamic='select data from :1.table';
execute immediate mydynamic using mystring into mydata;

I get the following error "Invalid table name"
What's wrong? I use Oracle 10g.
Reply
Map
View

Click here to load this message in the networking platform