I have an insert statement that is not working. Everything looks good but is there a way I can get a verbose error message on this so I can track down the problem?
I am not sure if it is possible to use too many SQL statements. I have one that pulls info from a database then goes through each record, checks some values from another table (same database) does a compare and if it is an updated value insert it back into this table. If it is not that, it is probably a datetime insert. I have a string that is in the correct MySQL form (ie '2009-12-20 09:14:22') that may not be working. I would like to find out why it is not inserting but I cannot find any hints through my Google searches. I did try to turn on my error checking on the server but it gives me some warnings but no error messages pertaining to this problem.
My server is a Windows 2003 server running IIS with PHP installed. I would have to check exact versions if anybody thinks that info is relevent.
Thanks and Happy Holidays to everybody!
I am not sure if it is possible to use too many SQL statements. I have one that pulls info from a database then goes through each record, checks some values from another table (same database) does a compare and if it is an updated value insert it back into this table. If it is not that, it is probably a datetime insert. I have a string that is in the correct MySQL form (ie '2009-12-20 09:14:22') that may not be working. I would like to find out why it is not inserting but I cannot find any hints through my Google searches. I did try to turn on my error checking on the server but it gives me some warnings but no error messages pertaining to this problem.
My server is a Windows 2003 server running IIS with PHP installed. I would have to check exact versions if anybody thinks that info is relevent.
Thanks and Happy Holidays to everybody!