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 biv343 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. ber019

    foxpro and sql

    ok thanks for taking time- here the code: *Procedure MemoRead parameter IFile set talk off if !file(IFile) return "" endif hdl= FOPEN(IFile,0) Fsize= FSEEK(hdl,0,2) =FSEEK(hdl,0) OTxt= FREAD(hdl,Fsize) =fclose(hdl) return OTxt thx michi
  2. ber019

    foxpro and sql

    hi! normally i use php and script languages for programming but i need you help, what's wrong with the source code below? the function memoread gives the file(jpeg) back and i want to save it in mysql. Daten is a longblob and name ist char(40). ?sqlcon("scanner") MODIFY COMMAND...

Part and Inventory Search

Back
Top