Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Could Not Find Installable ISAM
I get a "Could Not Find Installable ISAM" error on my objConn.open()
statement.  I suspect my connection string is bad.  What I am trying to do i
s
open an Excel file on my local computer from my web server.  Where you see
"MyComputerName" I actually have the name of my computer.

Dim objConn As New
System.Data.OleDb.OleDbConnection(" server=MyComputerName;Provider=Microsoft
.
Jet.OLEDB.4.0;Data Source=c:\temp.xls;Extended Properties=Excel 8.0;")

Dim objCmd As New System.Data.OleDb.OleDbCommand

objConn.Open()

objCmd.Connection = objConn
objCmd.CommandText = "INSERT INTO [Sheet1$] (F1) values ('111')"
objCmd.ExecuteNonQuery()

objConn.Close()

Any ideas on how to connect to my local computer from my web server?

Thanks...Steve


Report this thread to moderator Post Follow-up to this message
Old Post
Steve
09-24-04 08:55 PM


Re: Could Not Find Installable ISAM
http://www.google.com/search?q=Coul...nstallable+ISAM

Also, this group is for "classic" ASP.  The ASP.NET groups have "aspnet" in
their names.

Ray at work

"Steve" <Steve@discussions.microsoft.com> wrote in message
news:B400573C-435A-4A1C-8493-03B6C2A09618@microsoft.com...
>I get a "Could Not Find Installable ISAM" error on my objConn.open()
> statement.  I suspect my connection string is bad.  What I am trying to do
> is
> open an Excel file on my local computer from my web server.  Where you see
> "MyComputerName" I actually have the name of my computer.
>
> Dim objConn As New
> System.Data.OleDb.OleDbConnection("server=MyComputerName;Provider=Microsof
t.Jet.OLEDB.4.0;Data
> Source=c:\temp.xls;Extended Properties=Excel 8.0;")
>
> Dim objCmd As New System.Data.OleDb.OleDbCommand
>
> objConn.Open()
>
> objCmd.Connection = objConn
> objCmd.CommandText = "INSERT INTO [Sheet1$] (F1) values ('111')"
> objCmd.ExecuteNonQuery()
>
> objConn.Close()
>
> Any ideas on how to connect to my local computer from my web server?
>
> Thanks...Steve
>



Report this thread to moderator Post Follow-up to this message
Old Post
Ray Costanzo [MVP]
09-24-04 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

ASP archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 05:22 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.