Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ivl
  • Content: Threads
  • Order by date
  1. ivl

    asynchronous SQLEXEC in VFP8!

    My code: -------------- DBdiscr = SQLCONNECT("ORA", "usr", "pass") mySQLQueue = 'select ...' liTMP=SQLSETPROP(DBdiscr,'Asynchronous',.T.) liTMP=SQLGETPROP(DBdiscr,'Asynchronous',.T.) liTMP=SQLEXEC(DBdiscr, mySQLQueue, "MyCurs") Do while...

Part and Inventory Search

Back
Top