A
Andrius B.
Hi all,
I have such a problem. No usefull info on Internet
I have a table with several fields, and some of them are of type Date,
having format "Short Date".
At this time I want to add one new colums of type Date, with with short date
format.
I use ADO.NET. For adding the field I use such code:
MainConn.Execute ("Alter TABLE Table1 add column borndate Date")
Such thing of course specifies no Date format. Should I use smth like
"...add column borndate ShortDate" or smth else?
I would prefer not to use other objects like provided by Access or DAO.
Thanks in advance.
I have such a problem. No usefull info on Internet
I have a table with several fields, and some of them are of type Date,
having format "Short Date".
At this time I want to add one new colums of type Date, with with short date
format.
I use ADO.NET. For adding the field I use such code:
MainConn.Execute ("Alter TABLE Table1 add column borndate Date")
Such thing of course specifies no Date format. Should I use smth like
"...add column borndate ShortDate" or smth else?
I would prefer not to use other objects like provided by Access or DAO.
Thanks in advance.