Topic: Add record by script does not work

Dear Dimitry,

the attached file has a demo system.
It does not work to add records by script.
Can you please take a look on it and let me know about typing errors.

Thank you.

Post's attachments

Attachment icon Hashes.zip 2.78 kb, 662 downloads since 2014-07-15 

Re: Add record by script does not work

Hello,

I forgot quotes )
Just paste to script:

SQLExecute('INSERT INTO hashes (value, hash) VALUES ("'+s1+'", "'+s2+'");');
Dmitry.