Jeff Overcash (TeamB) Guest
|
Posted: Tue Nov 02, 2004 2:18 am Post subject: Re: Insert empty data field |
|
|
Paul wrote:
| Quote: |
I want to insert an empty date field in a MySQL table.
Borland c++ builder wont accept an empty string as date field.
Is this possible with c++ builder.
i know i can with php.
|
The empty string is not a date and should be rejected. You probably want to
assign NULL to the field. Call Clear to NULL the value out.
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
A human being should be able to change a diaper, plan an invasion, butcher
a hog, conn a ship, design a building, write a sonnet, balance accounts, build
a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act
alone, solve equations, analyze a new problem, pitch manure, program a computer,
cook a tasty meal, fight efficiently, die gallantly. Specialization is for
insects. (RAH)
|
|