Click here to Skip to main content
15,886,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a vb net Project, connected ado with an SQL Server database, i have a dbgrid connected to table, I have a fild "datereg" it is not a date time field it is varchar, it keeps turning to a date "3/7/0200" whether I change it or update it every time I reopen the "debug" the application it has this value, I even change it by SQL managment from SQL Server to null but it keeps rewrites the strange date.
Posted

1 solution

it was an SQL Server error I put varchar(10) changed it to (50)
 
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