Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Non ui sql query
Message
From
23/10/2002 06:12:24
Denis Filer
University of Oxford
United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Non ui sql query
Miscellaneous
Thread ID:
00714257
Message ID:
00714257
Views:
58
I have created a DLL file that executes a SQL "select into" command. I want to create a DBF file to be further processed. Its called from ASPX page but produces an error roughly: "user interface operation not allowed at this time". The (very simple!) class is as follows:

DEFINE CLASS vfpsqlcoms AS session OLEPUBLIC
PROCEDURE SQLPROCESS(cSQLx)
&cSQLx
return
ENDDEFINE

Is there a way to do this without invoking any user interface? Many thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform