I've run out of options on what to do next..
Objective:
I need to dump the contents of a .dat file to a delimited text file, using Visual Basic 6.
Problems:
*I seem to be unable to edit the file, field and index.ddf files as I keep getting errors 46 and 94 (Permission ?) although they have no attributes.
*I wrote some VB code, and when I run it, I get "Table not found" and when I remove the .Dat part of the connection, I get an "unspecified error". I'm also using Microsoft Activex Data Objects 2.5 library.
Private Sub Form_Load()
Dim rs As ADODB.Recordset
Set rs = New ADODB.Recordset
rs.CursorLocation = adUseServer
rs.Open "CashAcct.dat", "Provider=PervasiveOLEDB;Data Source=c:\forex", adOpenDynamic, adLockReadOnly, adCmdTableDirect
End Sub
* I tried using BtSearch32 to edit the file.ddf and although the files that I want to use appear in the description, no fields are enabled for me to select for export, except file, field and index.
* I went to SWSoft's website for Colibri's ODBC and they have removed it for download purposes.
Can anyone offer some sort of help ?
Thanx !!
Objective:
I need to dump the contents of a .dat file to a delimited text file, using Visual Basic 6.
Problems:
*I seem to be unable to edit the file, field and index.ddf files as I keep getting errors 46 and 94 (Permission ?) although they have no attributes.
*I wrote some VB code, and when I run it, I get "Table not found" and when I remove the .Dat part of the connection, I get an "unspecified error". I'm also using Microsoft Activex Data Objects 2.5 library.
Private Sub Form_Load()
Dim rs As ADODB.Recordset
Set rs = New ADODB.Recordset
rs.CursorLocation = adUseServer
rs.Open "CashAcct.dat", "Provider=PervasiveOLEDB;Data Source=c:\forex", adOpenDynamic, adLockReadOnly, adCmdTableDirect
End Sub
* I tried using BtSearch32 to edit the file.ddf and although the files that I want to use appear in the description, no fields are enabled for me to select for export, except file, field and index.
* I went to SWSoft's website for Colibri's ODBC and they have removed it for download purposes.
Can anyone offer some sort of help ?
Thanx !!