L
Lars Netzel
I have a small application that will copy two tables from one access databas
to another, the tables are present in the destination database and I only
copy the data over. So there is no created on the databases. I do this by
filling a DataSet and then Copy() to another Dataset and Update() the
destination Database's Adapter
Everything works fine except for ONE thing...
One field is of Date/Time type and when I copy ONLY the Date is copied over
the right way and not the time... the time turns into 00:00:00 on all the
records but the Date is correct!
for example
2004-05-24 08:10:03 will turn into -> 2004-05-24 00:00:00
Any idea what this can come of?
Best Regards
/Lars
to another, the tables are present in the destination database and I only
copy the data over. So there is no created on the databases. I do this by
filling a DataSet and then Copy() to another Dataset and Update() the
destination Database's Adapter
Everything works fine except for ONE thing...
One field is of Date/Time type and when I copy ONLY the Date is copied over
the right way and not the time... the time turns into 00:00:00 on all the
records but the Date is correct!
for example
2004-05-24 08:10:03 will turn into -> 2004-05-24 00:00:00
Any idea what this can come of?
Best Regards
/Lars