ndevriendt
Programmer
Hello
I'm working with VB and SQL Server.
I have a table with a field open_time of the type smalldatetime.
In VB I have a data textbox where datamember property contains the value "open_time". De dataformat property
contains the value "Time".
I get an error when I make a change and save my changes with recordset.update. The error tell me that there is a overflow when converting to smalldatetime.
I receive the same error when I save a value with the function Cdate(text) in the field open_time.
Can somebody help me ?
Thanks for your time and answer
Devriendt Nico
I'm working with VB and SQL Server.
I have a table with a field open_time of the type smalldatetime.
In VB I have a data textbox where datamember property contains the value "open_time". De dataformat property
contains the value "Time".
I get an error when I make a change and save my changes with recordset.update. The error tell me that there is a overflow when converting to smalldatetime.
I receive the same error when I save a value with the function Cdate(text) in the field open_time.
Can somebody help me ?
Thanks for your time and answer
Devriendt Nico