![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In order to escape from Paradox I am trying to put up a new database in MS Access and still be able to use Paradox scripts etc. This would be possible by creating an alias in Paradox BDE and then connect to the Access database. The scripts could easily be rewritten with the alias name added to the filenames. The problem is the Date/Time format. Opening a linked table in Paradox a column with data type "Date" shows both date and time, and what is worse, it is not possible to add a new date without adding time. This is no problem in Access and I therefore suspect it is a function residing in the ODBC Driver. Unfortunately this is not configurable with regard to the Date/Time format. Does anyone know how to solve this problem? |
#3
| |||
| |||
|
|
Svante I have almost no experience of using MS Access tables from Paradox. I could run a select statement from Paradox using a condition where Orderdatum > {d'1997-01-01'}. Are you updating the Access tables with SQL or tcursors? -- Bertil Isberg - CTECH Paradox buglist: online: http://hem.bredband.net/bertilisberg/ "Svante Nyberg" <syber (AT) ecology (DOT) su.se> skrev i meddelandet news:44e1b192$1 (AT) pnews (DOT) thedbcommunity.com... In order to escape from Paradox I am trying to put up a new database in MS Access and still be able to use Paradox scripts etc. This would be possible by creating an alias in Paradox BDE and then connect to the Access database. The scripts could easily be rewritten with the alias name added to the filenames. The problem is the Date/Time format. Opening a linked table in Paradox a column with data type "Date" shows both date and time, and what is worse, it is not possible to add a new date without adding time. This is no problem in Access and I therefore suspect it is a function residing in the ODBC Driver. Unfortunately this is not configurable with regard to the Date/Time format. Does anyone know how to solve this problem? |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Svante If you're working in a form, you can add a picture property to the field. ####-##-## 00:00:00 will fill in the time automatically (I'm using Format=DB Timestamp ) For some reason, the default Win.Timestamp shows the time first, and I can't find where to change this is Windows. |
#8
| |||
| |||
|
|
Bertil Isberg wrote: Svante If you're working in a form, you can add a picture property to the field. ####-##-## 00:00:00 will fill in the time automatically (I'm using Format=DB Timestamp ) For some reason, the default Win.Timestamp shows the time first, and I can't find where to change this is Windows. and if you are working with a script you can use mydate=datetime("24.12.2006") Hej Tomte Gubbar ... marco |
![]() |
| Thread Tools | |
| Display Modes | |
| |