V
VBnet News
Hi,
When storing a date like 1/12/2008 to msSQL(setting field is "datetime")
The date in msSQLis stored like 1/12/2008 0:00:00
When upload the data in vbnet form my textbox also show 1/12/2008 0:00:00
instead of 1/12/2008
When using (setting field as "nvarchar(20)" is it working OK but a query
order by date does not work correct
I would be apreciated to have help on this
Manny thanks in advance
Marc.
When storing a date like 1/12/2008 to msSQL(setting field is "datetime")
The date in msSQLis stored like 1/12/2008 0:00:00
When upload the data in vbnet form my textbox also show 1/12/2008 0:00:00
instead of 1/12/2008
When using (setting field as "nvarchar(20)" is it working OK but a query
order by date does not work correct
I would be apreciated to have help on this
Manny thanks in advance
Marc.