Re: Colud not find file ISAM

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Do you want .asp code for connecting to the database ?
Dim sDbQPN
Dim sCon

'Set path and name of db
sDbQPN = "/fpdb/wwForum.mdb"
'Db connection info + driver (if not workable, comment it and use alternative)
'sCon = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath(sDbQPN)
'sCon = "Provider=Microsoft.Jet.OLEDB.3.51; Data Source=" & Server.MapPath(sDbQPN) 'Access 97
sCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath(strDbQPN) ' Access 2000/2002

NOTE: The code above is IIS .asp code. It is NOT meant for VB. The
Server.MapPath function is a function of IIS running vbScript.

Hope this helps.

--
Jim Carlock
Please post replies to newsgroup.

"MikeD" wrote:

"Mamatha" <mamatha@xxxxxxxxxxxxxxxxxx> wrote in message
news:u$CbrK1NFHA.3988@xxxxxxxxxxxxxxxxxxxxxxx
> Hi
>
> I used the following way,eventhough i got the same error
>

> set oConn = Server.CreateObject("ADODB.Connection")
> oConn.Mode = adModeShareExclusive
> oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
> "Data Source=D:\db1.mdb;" & _
> "User Id=admin;" & _
> "Password="
> oConn.Execute("SELECT * INTO " & _
> "[tblpath] " & _
> "FROM " & _
> "[Provider=sqloledb; " & _
> "SERVER=SREENI;DATABASE=parameter;" & _
> "UID=sa;PWD=thanks;]." & _
> "[tbl_path];")
>
> Set oConn = Nothing
>
>
> If any one know the solution,please let me know this is very urgent need
for

Is the Jet engine installed? What version of MDAC is installed? Is this a
non-English version of VB or Windows? On what line are you getting the
error? Is it even valid SQL to specify a connection string in the FROM
clause? It looks like all you're wanting to do is copy records from a table
in SQL Server to a table in Access. Perhaps you should look into using DTS
to accomplish this task? If you need to do this more than once, you can save
the DTS Package and execute it from your VB app.

You might also want to take a look at the following:

FIX: Error message "Cannot find installable ISAM" after installing localized
versions of Visual Basic 6.0 Service Pack 4 and Service Pack 5
http://support.microsoft.com/default.aspx?scid=kb;en-us;273458

You receive a "Could not find installable ISAM" error message or some file
types are missing when you import files, export files, or link files in
Access 2000
http://support.microsoft.com/kb/209805/

While these might not be specific to the exact issue you're having, they may
provide clues that lead you to the solution. You might want to do a more
general search of the KB than I did (which was just for VB6-related
articles).

--
Mike
Microsoft MVP Visual Basic


.



Relevant Pages

  • Cannot send mail
    ... Since Installing the Messenger 6.2 ... I have had connection issues ... ... I have hence removed and reinstalled Messenger.. ... when I try to send this is the error message: ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: Verizon Aircard Software disables Ethernet port?
    ... BTW, when installing access manager, chose the option for the card only. ... I disconnected his Ethernet wired connection to his office LAN, ...
    (alt.cellular.verizon)
  • Re: Removing and re-installing TCP/IP
    ... longer flakey and doesnt freeze any more: ... So I did a check internet connection on the Windows XP help feature and it ... actually passed some connection tests?? ... was installing 3 Windows Update files and that I shouldn't turn the computer ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: Removing and re-installing TCP/IP
    ... longer flakey and doesnt freeze any more: ... So I did a check internet connection on the Windows XP help feature and it ... actually passed some connection tests?? ... was installing 3 Windows Update files and that I shouldn't turn the computer ...
    (microsoft.public.windowsxp.hardware)
  • Re: ActiveSync/Ethernet/CE6
    ... I've got a device connected directly to a LAN via ethernet, ... "Connection failed. ... ActiveSync, or if the application development computer doesn't have ... ActiveSync should I be installing? ...
    (microsoft.public.windowsce.embedded)