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

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

    mysql_insert_id returns 0 after SELECT query

    I have and old PHP5 web thats use mysql_connect (I know it's deprecated). I changed it to a new server and it starts failing. After checking it, I found the problem is the mysql_insert_id function. AFAIK, It's supossed to get the last autoincrement generated ID from SQL insert query, but if I...
  2. Rutsagig

    Textbox changes .t. string to 1.0

    I have a textbox to insert email address to mysql database. Last day, entering an address like john.t.smith@gmail.com, I notice it saved it as john1.0smith@gmail.com. It understand .t. and .f. as true or false, and change it to 1.0 and 0.0. How could I solve this? Thanks
  3. Rutsagig

    Show Windows Explorer in a form

    Regards. I want to show in a form a folder content as if it were the windows explorer. I could do it with the OLE Microsoft Web Browser control and this code in the form init: lcFolderName = 'C:\tmp' THIS.Olecontrol1.Navigate(lcFolderName) This works like a charm: I can delete and rename...

Part and Inventory Search

Back
Top