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

  1. sircalleba66

    Data Confllict in MySQL

    Thank you Sir Olaf, my Purchase Entry works, your explanations helps me a lot. Cris
  2. sircalleba66

    Data Confllict in MySQL

    Thanks Sirs, I will recheck my code.
  3. sircalleba66

    Data Confllict in MySQL

    Hello Sir actually here is my code: SQLSETPROP(_SCREEN.oApp.nConnectionHandle,"transaction",2) TEXT TO lcSql_UpdateInventory NOSHOW UPDATE detailinv SET Quantity = ?m.lnQty where prod_id = ?m.lcProd_id and lotno = ?m.lcLotno and expdate = ?m.lcExpdate ENDTEXT IF...
  4. sircalleba66

    Data Confllict in MySQL

    Oh btw I am using VFP and MySQL is my back end.
  5. sircalleba66

    Data Confllict in MySQL

    Hello, How to manage a data conflict if more than one users write at the same time of a particular record(s). Thanks
  6. sircalleba66

    last_insert_id()

    Thanks Sir It works. BTW Sir when to issue a SQLDisconnect command, after closing the form?
  7. sircalleba66

    last_insert_id()

    Actually Sir Mike, I am new to MySQL and I know I'll have to dig deeper into MySQL and I thought using MySQL as back end is not complicated. Thanks you very much.
  8. sircalleba66

    last_insert_id()

    Sir I tried you code but I've got an error alias 'curlast' not found.
  9. sircalleba66

    last_insert_id()

    Thanks for your quick reply. BTW I am using MySQL as backend.
  10. sircalleba66

    last_insert_id()

    Hello How can i get tha last insert id. my Code like this. SQLSetprop(_Screen.oApp.nConnectionHandle, 'Transactions', 2) TEXT to lcSQL noShow INSERT INTO customer(FirstName,LastName,Address,Phone,Email,CreditLimit,Company,CompanyAdd,CompanyPhone) VALUES (?.lcFname...

Part and Inventory Search

Back
Top