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 strongm 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: *

  1. Arthur Lewis

    How to effect a NOWAIT in the LOCK TABLES statement?

    SELECT ... FOR UPDATE has a NOWAIT predicate that returns -1 via ODBC if you can't acquire the relevant lock. LOCK TABLES does not have that option but I need it. I am copying from some tables which I want to lock. However, I want to move on immediately if the locks can't be acquired. I...
  2. Arthur Lewis

    Backup Mysql database to client machine

    I use Mysqldump to backup databases on the server machine. However I would like to include the ability to backup data from my software which is not running on the server machine. Can I backup via ODBC?
  3. Arthur Lewis

    How Safe if VFP Advanced

    I came across this video which makes mention of the VFP guru Craig Boyd. Has anyone of you checked it out. I have not installed it and am doing some due diligence. https://www.youtube.com/watch?v=iQqoLBOCTrI
  4. Arthur Lewis

    cTableAlias does not work when a variable containing the table name is passed to SELECT cTableAlias

    cTableAlias does not work when a variable containing the table name is passed to SELECT cTableAlias or USED(cTableAlias) This a very strange case. Table test.dbf is clearly open in the current datasession. If I run from the IDE ? USED('test.dbf') it returns .T. However I when I do the...

Part and Inventory Search

Back
Top