Hello,
Im running an UPDATE query and an INSERT INTO query where I'm experiencing this problem. When I run either query, if ANY of the values that are being updated or inserted are NULL or an empty string (""
, they do not work. I recieve no message or error. I just check the data and when theres a null or empty string, the table was not updated for the UPDATE and the table for the INSERT has no new records. Is this an actual stipulation of these queries (if so, I don't know how I've gone this long without ever noticing! But, it's possible) or does something else seem to be going on here. Any ideas or suggestions would be greatly appreciated. Thnx! (^_^)
-Jedi420
A man who has risked his life knows that careers are worthless, and a man who will not risk his career has a worthless life.
Im running an UPDATE query and an INSERT INTO query where I'm experiencing this problem. When I run either query, if ANY of the values that are being updated or inserted are NULL or an empty string (""
-Jedi420
A man who has risked his life knows that careers are worthless, and a man who will not risk his career has a worthless life.