Hi
I am currently trying to insert data into a table using a script. It seems to work correctly and i get a message saying 1 entry successfully entered into the table etc. However if I go to mysql prompt and type
"select * from personal"(table name = personal)
then it says "1 row in set", but i am unable to see the name that i have entered.(i.e the table heading are present but there is just a blank space where the data i have just enetered should be)
Im pretty sure that the information is stored there because if I try and delete the name that I have just entered, with the command
Delete from personal where firstname = "gerry", the update is performed and it says one row updated.
Has anyone ever encountered this problem before? and if so could you please advise
Thanks
Gerry