Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Non ui sql query
Message
 
To
23/10/2002 06:12:24
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00714257
Message ID:
00714264
Views:
37
Try adding these lines to the Init
DEFINE CLASS vfpsqlcoms AS session OLEPUBLIC
PROCEDURE Init
   SET TALK OFF
   SET NOTIFY OFF
   SET SAFETY OFF
ENDPROC

PROCEDURE SQLPROCESS(cSQLx)
   &cSQLx
   return
ENDPROC

ENDDEFINE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform