
Need help opening Paradox tables for Read/Write
I can't get VB3 to allow me to write to Paradox table. I can
open a table, but the code bombs out on an EDIT method with the
message 'Couldn't Update; database is read-only'.
Here is my connect code:
Set db = OpenDatabase("d:\vb\communit", False, False, "Paradox;")
Set tb = db.OpenTable("Com_serv")
Can anyone help me deal with this problem? I'd appreciate any
input I can get.
Thanks!