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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by caddie

  1. caddie

    How to write to an external file when running JS under Linux?

    Hi, The following is a javascript code snippet to write to a file. ------------------------------------------------------ var fso, t; fso = new ActiveXObject("Scripting.FileSystemObject"); t = fso.CreateFolder("C:\\file.txt", true); t.writeline("Testing"); t.Close()...
  2. caddie

    Inserting large bodies of text into mysql

    Hi everybody, I noticed that each table entry for mysql supports a maximum of 255 characters. I want to insert large bodies of text into the mysql database. Any ideas on how to go about this? Thanks in advance.

Part and Inventory Search

Back
Top