Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store procedure not working
Message
From
31/07/2006 05:13:17
 
 
To
31/07/2006 02:09:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01141733
Message ID:
01141747
Views:
23
>Hi all,
>wanting using store procedure, the code:
>
>=sqlexec(nhandle,'myprocedure')
>
>do not work. The .dbc is open. I saw the VFP examples and I do not understand why: launching the same procedure (do myprocedure) from the command window it works.
>Any idea?
>Thanx in advance

try
=sqlexec(nhandle,'myprocedure()')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform