RIppisch
Dec 30th, 1999, 12:28 PM
- Is it possible to use/update original e.g.
Paradox indexes (*.CDX) via DAO / ADO
access ?
- How to save date-fields ?
While for numbers and strings this will
work:
tbl![string] = "TestString"
for dates this doesn't work:
tbl![date] = CDate("01.01.2000")
Why and what to do ?
- Anyone knows a place where to get rich
information about ISAM database access ?
Any help would be very much appreciated.
Richard
Paradox indexes (*.CDX) via DAO / ADO
access ?
- How to save date-fields ?
While for numbers and strings this will
work:
tbl![string] = "TestString"
for dates this doesn't work:
tbl![date] = CDate("01.01.2000")
Why and what to do ?
- Anyone knows a place where to get rich
information about ISAM database access ?
Any help would be very much appreciated.
Richard