View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Irfan Khan[_2_] Irfan Khan[_2_] is offline
external usenet poster
 
Posts: 28
Default Issue With Jet 4.0... Could Not Find Installable ISAM

Hi,

Whenever I run following code I am getting "Could Not Find Installable
ISAM".... Please help... I have update registry also according to microsoft
support suggestions...

oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" &
strFilePath & ";" & "Extended Properties=""text;HDR=Yes;FMT=Delimited"""

Regards
Irfan Khan