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()...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.