Trouble writing to Paradox data

  • Thread starter Thread starter Stephen Russell
  • Start date Start date
S

Stephen Russell

When using the ODBC with M$, is there a trick to overcome the missing index
error in writing to paradox data?

TIA
__Stephen
 
¤ When using the ODBC with M$, is there a trick to overcome the missing index
¤ error in writing to paradox data?
¤

Not unless you have an ODBC driver that supports this. AFAIK the Microsoft ISAM drivers require the
use of indices.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
I got the BDE, as well as a data viewer for Paradox. The viewer tells
me that I have a compound index of 3 columns for the table.

BDE says that I'm not configured properly yet.

Any ideas?
 
¤
¤
¤ I got the BDE, as well as a data viewer for Paradox. The viewer tells
¤ me that I have a compound index of 3 columns for the table.
¤
¤ BDE says that I'm not configured properly yet.
¤

I'm afraid I've never used the BDE so I can't help there. You might want to check with Borland to
see if they can provide any insight.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top