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 gkittelson 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. crisabella777

    how to run mysql command in VFP

    Thank you Sir
  2. crisabella777

    how to run mysql command in VFP

    thanks Sir for the quick reply I am using MySql as backend. here is my code. text to lcSql noshow truncate table tbl alter table tbl auto_increment = 1 endtext But I've encountered an error (MySql Error).
  3. crisabella777

    how to run mysql command in VFP

    truncate table tbl; alter table tbl auto_increment = 1; thanks

Part and Inventory Search

Back
Top