Need help opening Paradox tables for Read/Write 
Author Message
 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!



Thu, 04 Sep 1997 23:15:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. HELP! Opening Paradox tables in Read/Write Mode

2. reading and writing to a paradox table

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

4. Help needed updating Paradox table

5. Need to create recordset from 2+ tables with read/write

6. Using Visual Basic to write to Paradox Tables

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

8. Reading Paradox 4.5 table

9. Cant Open Password Protected Paradox table in VB6

10. Opening Paradox 4.5 Table on Net using DAO

11. Problem opening Paradox 4.x table directly

12. Opening Paradox 4.x table in VB4

 

 
Powered by phpBB® Forum Software