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
  • Order by date
  1. ivl

    asynchronous SQLEXEC in VFP8!

    I tried it, but SQLMoreResult obtains all data at once. It would be desirable to use that code which in VFP7 works.
  2. ivl

    asynchronous SQLEXEC in VFP8!

    liTMP=SQLEXEC(DBdiscr, mySQLQueue, "MyCurs") liTMP = 1. I receive all data at once, not on pieces. Function does not stop and does not return with zero.
  3. 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