Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my form I have a connection to my database (mydatabase.mdb) and in my form I want to submit a date.

I use a DateTimePicker that is bind to the field.

If i check, before the program submit, the DateTimePicker's .Value or .Text isn't Null, the program says that it isn't.
So it submits the record, but if I look back at the record the field is Null.

Hope someone can help me.
Posted
Comments
Sandeep Mewara 16-Jul-10 8:32am    
What do you mean by program submit here?
Erwinneke 16-Jul-10 8:38am    
Wel the program needs to write all the data to the database and it checks if all the fields are filled in, in a correct way.

1 solution

Hi,

Hope SQL profiler will help you to view what are the queries that are sent to the database server.

Naveen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900