This is a discussion on RE: [PHP] PROBLEMS WHEN EXTRACING DATA FROM MSSQL DATABASE WITH PHP within the PHP General forums, part of the PHP Programming Forums category; Larry Brown <mailto:larry.brown@dimensionnetworks.com> on Monday, December 22, 2003 3:59 PM said: > Is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Larry Brown <mailto:larry.brown@dimensionnetworks.com>
on Monday, December 22, 2003 3:59 PM said: > Is your field too small? MySQL doesn't complain when you give it a > string longer than it can accept based on the field's size. It just > cuts off what doesn't fit :-) Uhh... he stated in his original email that he's using MSSQL (not MySQL) and that the data is being INSERTed completely and without error. |
|
|||
|
My bad, didn't read far enough...
-----Original Message----- From: Chris W. Parker [mailto:cparker@swatgear.com] Sent: Monday, December 22, 2003 7:04 PM To: Larry Brown; Dale Hersh; PHP List Subject: RE: [php] PROBLEMS WHEN EXTRACING DATA FROM MSSQL DATABASE WITH PHP Larry Brown <mailto:larry.brown@dimensionnetworks.com> on Monday, December 22, 2003 3:59 PM said: > Is your field too small? MySQL doesn't complain when you give it a > string longer than it can accept based on the field's size. It just > cuts off what doesn't fit :-) Uhh... he stated in his original email that he's using MSSQL (not MySQL) and that the data is being INSERTed completely and without error. |