
Opening different DBASE-Databases at runtime via DAO
Quote:
> How is it done to open a DBASE-Database at runtime via DAO?
> I tried the OpenDatabase-method, but i get errors (Databasetype not
> recognized) though i passed "dbase IV;" as Connect. What Do I do wrong?
> Any example or hint would be appreciated.
Did you explicitly state the full connect and open this way?
Set dbKristof = OpenDatabase("C:\SomeFolder", False, True, "dBase IV")
Set rsKristof = dbKristof.OpenRecordset("FileName.dbf")
--
Jim in Cleveland
If you're writing to me, in my address
change "REAL_Address.see.below" to "worldnet.att.net"
"What's so funny 'bout peace, love & understanding?"
- Nick Lowe