R
Ram Baruch
Hi,
I have encountered the problem:
1. I have a sql server with a table in it.
2. One of the column's type in the table is datatime.
2. I have a form taht contains a datagrid control.
3. I attached the datagrid to the table in the DB.
One of the cells in the table contains the following data (datetime):
11/8/2004 4:14:37 PM
(I can see that if I open the DB through the server explorer in visual
studio).
When I run my application, and the DB is attached to the grid, the cell
contains:
11/8/2004
(thats what I see in the grid when I run the application- the time is
missing).
Is there something I forgot to do?
Do I have to configure something?
Help will be appreciated,
Regards,
Ram.
I have encountered the problem:
1. I have a sql server with a table in it.
2. One of the column's type in the table is datatime.
2. I have a form taht contains a datagrid control.
3. I attached the datagrid to the table in the DB.
One of the cells in the table contains the following data (datetime):
11/8/2004 4:14:37 PM
(I can see that if I open the DB through the server explorer in visual
studio).
When I run my application, and the DB is attached to the grid, the cell
contains:
11/8/2004
(thats what I see in the grid when I run the application- the time is
missing).
Is there something I forgot to do?
Do I have to configure something?
Help will be appreciated,
Regards,
Ram.