jayson_13
03-05-03, 21:00
| Hi guys, i don know in which forum i should post, so i just post this in vb and paradox forum. i have a vb application that read data from paradox table. I have set up a ODBC DSN and it work. but sometime it give me error too. i hope that you guy can tell me what i miss here. conn.open("DSN=doxDSN") <------- this line of code can run sometime. But it will give me "Catastrophic error" sometimes. here is the ODBC user dsn [ODBC] DRIVER=Microsoft Paradox Driver (*.db ) UID=admin UserCommitSync=Yes Threads=3 SafeTransactions=0 ParadoxUserName=admin ParadoxNetStyle=4.x ParadoxNetPath=Q:\ PageTimeout=5 MaxScanRows=8 MaxBufferSize=2048 FIL=Paradox 4.X DriverId=282 DefaultDir=Q:\ DBQ=Q:\ CollatingSequence=ASCII |