S
steve
Hi,
First my apologies for double-posting but I am not sure wether this is a
VB.Net or TSQL problem.
I have the following problem:
I generate a T-SQL string in order to fill my Dataset and consecuently a
Datagrid.
However on the date_time column only the date part is showing : e.g.
2004-08-14
Instead of the date and the time: e.g. 2004-08-14 02:12:06
The *same* string run at the SQL Server's Query analyzer will give *both*
parts in the date-time column.
TIA for your help
-steve
First my apologies for double-posting but I am not sure wether this is a
VB.Net or TSQL problem.
I have the following problem:
I generate a T-SQL string in order to fill my Dataset and consecuently a
Datagrid.
However on the date_time column only the date part is showing : e.g.
2004-08-14
Instead of the date and the time: e.g. 2004-08-14 02:12:06
The *same* string run at the SQL Server's Query analyzer will give *both*
parts in the date-time column.
TIA for your help
-steve