HELP! Opening Paradox tables in Read/Write Mode 
Author Message
 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!



Thu, 04 Sep 1997 11:09:26 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Need help opening Paradox tables for Read/Write

2. reading and writing to a paradox table

3. Opening a File in Read&Write mode

4. HELP! Opening Paradox tables with non-Ascii CollatingOrder

5. Using Visual Basic to write to Paradox Tables

6. read write error when attempting to write to dbo_tblCounts (Access linked table)

7. Reading Paradox 4.5 table

8. Cant Open Password Protected Paradox table in VB6

9. Opening Paradox 4.5 Table on Net using DAO

10. Problem opening Paradox 4.x table directly

11. Opening Paradox 4.x table in VB4

12. Opening Paradox Tables for a Multi User Application in VB

 

 
Powered by phpBB® Forum Software