|
-
Feb 16th, 2007, 05:01 PM
#1
Thread Starter
Addicted Member
[2005] MS Access date problem
Hi;
My software tries to write and read date from ms access table. In the MS Access format is DD.MM.YYYY HH.mm.ss. Is there any date format in VB.Net which is like this? How can I write on this?
I used a code like this:
INSERT INTO TabelName Values(...., DD.MM.YYYY HH.mm.ss,...) and
INSERT INTO TabelName Values(...., 'DD.MM.YYYY HH.mm.ss',...)
but none of them worked 
What can i do?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|