jebushatescats
IS-IT--Management
Hello all
I have a program that opens a file with the extention of .ben
When it trys to open the file it dies on the following code
cn1.Open _
"Driver={Microsoft Text Driver (*.txt; *.csv
};" & _
"Dbq=" & sPath & ";" & _
"Extensions=asc,csv,tab,txt,ben"
I changed the following registry settings by adding ben
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Text
DisabledExtensions and Extensions
to look like this
!txt,csv,tab,asc,htm,html,ben
and
txt,csv,tab,asc,ben
and still get the following msg when I try to open the file
Data source name notr found and no default driver found
Anythin I have read o nthe subject says editting the registry should fix this problem, but not in my case.
Any thoughts?
I have a program that opens a file with the extention of .ben
When it trys to open the file it dies on the following code
cn1.Open _
"Driver={Microsoft Text Driver (*.txt; *.csv
"Dbq=" & sPath & ";" & _
"Extensions=asc,csv,tab,txt,ben"
I changed the following registry settings by adding ben
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Text
DisabledExtensions and Extensions
to look like this
!txt,csv,tab,asc,htm,html,ben
and
txt,csv,tab,asc,ben
and still get the following msg when I try to open the file
Data source name notr found and no default driver found
Anythin I have read o nthe subject says editting the registry should fix this problem, but not in my case.
Any thoughts?