This topic is locked

quotes in a field value

8/19/2005 6:09:03 PM
PHPRunner General questions
jwoker author

I have a varchar field called size and when there is a ' " ' character in the value like '2" x 4" ' and I go to the edit page nothing shows up in the field or the fields after the size field ?

admin 8/22/2005

Hi,
I can't reproduce this error.

Please zip and send to support@xlinesoft.com your generated files, project file along with your database creation script or database itself for investigation.

jwoker author 8/23/2005

Is there an easy way to make a database creation script?

admin 8/23/2005

Hi,
you can create it using MySQL mysqldump utility.

Here is the command string you can issue :

c:\mysql\bin\mysqldump.exe -h host -u username -ppassword

database >c:\script.sql