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 dencom 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: MSiddeek
  • Content: Threads
  • Order by date
  1. MSiddeek

    MySQL string connection to FoxPro

    Hi, when I tried to connect local / remote MySQL database from VFP using following string connection it returns -1 lnHandle=SQLSTRINGCONNECT("Driver={MySQL OBDC 8.0 Unicode Driver};Server=127.0.0.1;Database=w27;User=root;Password=") but I can connect to both of these database using...
  2. MSiddeek

    Extracting HMTL data into Foxpro Form

    Hi experts, I used the below code in a form command button to display a web page content then copy the content into an edit box, when the url is www.google.lk this does work. But for some other web sites it says member BODY does not evaluate to an object (specially when the url is a pdf file.)...
  3. MSiddeek

    API to pass a record from foxpro cpanel mysql table

    Dear Experts, Is there any methods(API) which pass/push/update a cpanel MySQL table a record from FoxPro ie; when updating FoxPro form it is to send the record to a specific website's cpanel MySQL table. Regards MSiddeek.
  4. MSiddeek

    How to avoid SQLEXEC() function being posting NULL value into sql server table

    Hi, my sql table has 10 columns the first five being updated when with following function SQLEXEC(lnHandle,"INSERT INTO table (column1, column2,..., column5) VALUES (?val1, ?val2...?val5)") when FoxPro execute the above function the rest of the columns (column6 to column10) getting NULL...
  5. MSiddeek

    Unique Name for Temporary cursor, which is to be used in two different occasions.

    I have created a temporary cursor from existing sql table on form load event of Purchase form, as follows. Just in case if the supplier not available, there is a command button on the purchase form to create supplier, it calls the supplier creation form, where I have written the same code to...

Part and Inventory Search

Back
Top