
HELP! Opening Paradox tables in Read/Write Mode
I can't get VB3 to allow me to open a Paradox table in Read/Write
mode. Here is my connect code:
Set db = OpenDatabase("d:\vb\communit", False, False, "Paradox;")
Set tb = db.OpenTable("Com_serv")
It opens the table, but the program bombs out whenever it hits an
EDIT method with the error 'Couldn't Update; database is read-only'.
Anybody know what to do about this problem. I'd appreciate any
help I can get.
Thanks!