I know that this forum is not a
asp forum but i a'm desponded and
try it with access specialists!
I have an access table (make with access xp) ,
which has a colum name “datecolum”
in the access format like this : 12.12.2001 12:21:22
(date and hour)
First i read this :
Sql_s= Select datacolum from Customer
rs.open Sql_s, con
……………….
After that save the result to Sql_s:
Set d= rs.Fields („datecolum“)
Response.Write ( FormatDateTime(d,ShortDateTime )
Output is:
Output : 12.12.2001
..........
11.11.2001
??
Response.Write ( d )
get the same result!!
Response.Write ( FormatDateTime(d,0 )
also get the same result!!
What shall I do to get :12.12.2001 12:21:22
maybe there is a special Sql statement
to read this microsoft access XP date fromat!!!!!!????
??
I'm gratefull for your help
asp forum but i a'm desponded and
try it with access specialists!
I have an access table (make with access xp) ,
which has a colum name “datecolum”
in the access format like this : 12.12.2001 12:21:22
(date and hour)
First i read this :
Sql_s= Select datacolum from Customer
rs.open Sql_s, con
……………….
After that save the result to Sql_s:
Set d= rs.Fields („datecolum“)
Response.Write ( FormatDateTime(d,ShortDateTime )
Output is:
Output : 12.12.2001
..........
11.11.2001
??
Response.Write ( d )
get the same result!!
Response.Write ( FormatDateTime(d,0 )
also get the same result!!
What shall I do to get :12.12.2001 12:21:22
maybe there is a special Sql statement
to read this microsoft access XP date fromat!!!!!!????
??
I'm gratefull for your help