PC Review


Reply
Thread Tools Rate Thread

Clasic ASP Connection String

 
 
Prabhat Nath
Guest
Posts: n/a
 
      10th Mar 2005
Hi All,

I have BIG Problem in ASP.

I have a ADO Connection that I Want to Connect to DBASE IV.

The DBASE Database is located in anothe system then the IIS System in the
Network.

When I Try the Connection String:
ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = \\raddb\dbase\;
Extended Properties = DBASE IV; User ID=Admin;Password="

I get ERROR "is not a valid path. Make sure that the path name is spelled
correctly and that you are connected to the server on which the file
resides."

But When I Try the DB in same system that works fine. I am Confused If the
way I used to connecto to Networked SYstem is Correct?

Please Help
Prabhat




 
Reply With Quote
 
 
 
 
Peter Proost
Guest
Posts: n/a
 
      10th Mar 2005
Maybe this can help you:

http://www.connectionstrings.com

Greetz Peter

"Prabhat Nath" <(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed)...
> Hi All,
>
> I have BIG Problem in ASP.
>
> I have a ADO Connection that I Want to Connect to DBASE IV.
>
> The DBASE Database is located in anothe system then the IIS System in the
> Network.
>
> When I Try the Connection String:
> ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = \\raddb\dbase\;
> Extended Properties = DBASE IV; User ID=Admin;Password="
>
> I get ERROR "is not a valid path. Make sure that the path name is spelled
> correctly and that you are connected to the server on which the file
> resides."
>
> But When I Try the DB in same system that works fine. I am Confused If the
> way I used to connecto to Networked SYstem is Correct?
>
> Please Help
> Prabhat
>
>
>
>



 
Reply With Quote
 
=?Utf-8?B?Q3JvdWNoaWUxOTk4?=
Guest
Posts: n/a
 
      10th Mar 2005
I referred someone to that website a few weeks ago & they were well happy
with it.
 
Reply With Quote
 
Prabhat
Guest
Posts: n/a
 
      10th Mar 2005
Hi,

But in that website there is no Info about the Natwork PATH DBASE
Files/Database.

Thanks
Prabhat


"Peter Proost" <(E-Mail Removed)> wrote in message
news:O5PAo$(E-Mail Removed)...
> Maybe this can help you:
>
> http://www.connectionstrings.com
>
> Greetz Peter
>
> "Prabhat Nath" <(E-Mail Removed)> schreef in bericht
> news:(E-Mail Removed)...
> > Hi All,
> >
> > I have BIG Problem in ASP.
> >
> > I have a ADO Connection that I Want to Connect to DBASE IV.
> >
> > The DBASE Database is located in anothe system then the IIS System in

the
> > Network.
> >
> > When I Try the Connection String:
> > ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = \\raddb\dbase\;
> > Extended Properties = DBASE IV; User ID=Admin;Password="
> >
> > I get ERROR "is not a valid path. Make sure that the path name is

spelled
> > correctly and that you are connected to the server on which the file
> > resides."
> >
> > But When I Try the DB in same system that works fine. I am Confused If

the
> > way I used to connecto to Networked SYstem is Correct?
> >
> > Please Help
> > Prabhat
> >
> >
> >
> >

>
>



 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      10th Mar 2005
It's likely a paermission problem. Keep in mind that the ASP page may
execute under a specific account if access is anonymous.

This is for Access but it may help :
http://support.microsoft.com/kb/161333/EN-US/

Else try a classic ASP newsgroup. (this one is for ASP.NET)..

Patrice


--

"Prabhat Nath" <(E-Mail Removed)> a écrit dans le message de
news:(E-Mail Removed)...
> Hi All,
>
> I have BIG Problem in ASP.
>
> I have a ADO Connection that I Want to Connect to DBASE IV.
>
> The DBASE Database is located in anothe system then the IIS System in the
> Network.
>
> When I Try the Connection String:
> ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = \\raddb\dbase\;
> Extended Properties = DBASE IV; User ID=Admin;Password="
>
> I get ERROR "is not a valid path. Make sure that the path name is spelled
> correctly and that you are connected to the server on which the file
> resides."
>
> But When I Try the DB in same system that works fine. I am Confused If the
> way I used to connecto to Networked SYstem is Correct?
>
> Please Help
> Prabhat
>
>
>
>



 
Reply With Quote
 
Prabhat
Guest
Posts: n/a
 
      10th Mar 2005
Hi,

I Think U R Correct. Because the Same Connection String WORKS Fine If I run
that from a VB Application. But NOT from a ASP Application.

Can U Give me some link for Clasic ASP News Groups Please?

Thanks
Prabhat

"Patrice" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> It's likely a paermission problem. Keep in mind that the ASP page may
> execute under a specific account if access is anonymous.
>
> This is for Access but it may help :
> http://support.microsoft.com/kb/161333/EN-US/
>
> Else try a classic ASP newsgroup. (this one is for ASP.NET)..
>
> Patrice
>
>
> --
>
> "Prabhat Nath" <(E-Mail Removed)> a écrit dans le message de
> news:(E-Mail Removed)...
> > Hi All,
> >
> > I have BIG Problem in ASP.
> >
> > I have a ADO Connection that I Want to Connect to DBASE IV.
> >
> > The DBASE Database is located in anothe system then the IIS System in

the
> > Network.
> >
> > When I Try the Connection String:
> > ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = \\raddb\dbase\;
> > Extended Properties = DBASE IV; User ID=Admin;Password="
> >
> > I get ERROR "is not a valid path. Make sure that the path name is

spelled
> > correctly and that you are connected to the server on which the file
> > resides."
> >
> > But When I Try the DB in same system that works fine. I am Confused If

the
> > way I used to connecto to Networked SYstem is Correct?
> >
> > Please Help
> > Prabhat
> >
> >
> >
> >

>
>



 
Reply With Quote
 
Rob Nicholson
Guest
Posts: n/a
 
      10th Mar 2005
> http://www.connectionstrings.com

Nice site!


 
Reply With Quote
 
Prabhat
Guest
Posts: n/a
 
      10th Mar 2005
Thanks,

But I Think there is Some Other Problem Because the Same Connection String
WORKS Fine If I run that from a VB Application. But NOT from a ASP
Application.

Thanks
Prabhat


 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      10th Mar 2005
Why are you asking ans ASP question
in the ASP.NET newsgroups ?

Try asking your questions about ASP databases in
the microsoft.public.inetserver.asp.db newsgroup
on this same server.




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Prabhat" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> But in that website there is no Info about the Natwork PATH DBASE
> Files/Database.
>
> Thanks
> Prabhat
>
>
> "Peter Proost" <(E-Mail Removed)> wrote in message
> news:O5PAo$(E-Mail Removed)...
>> Maybe this can help you:
>>
>> http://www.connectionstrings.com
>>
>> Greetz Peter
>>
>> "Prabhat Nath" <(E-Mail Removed)> schreef in bericht
>> news:(E-Mail Removed)...
>> > Hi All,
>> >
>> > I have BIG Problem in ASP.
>> >
>> > I have a ADO Connection that I Want to Connect to DBASE IV.
>> >
>> > The DBASE Database is located in anothe system then the IIS System in

> the
>> > Network.
>> >
>> > When I Try the Connection String:
>> > ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =
>> > \\raddb\dbase\;
>> > Extended Properties = DBASE IV; User ID=Admin;Password="
>> >
>> > I get ERROR "is not a valid path. Make sure that the path name is

> spelled
>> > correctly and that you are connected to the server on which the file
>> > resides."
>> >
>> > But When I Try the DB in same system that works fine. I am Confused If

> the
>> > way I used to connecto to Networked SYstem is Correct?
>> >
>> > Please Help
>> > Prabhat
>> >
>> >
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Hans Kesting
Guest
Posts: n/a
 
      10th Mar 2005
Prabhat wrote:
> Hi,
>
> I Think U R Correct. Because the Same Connection String WORKS Fine If I run
> that from a VB Application. But NOT from a ASP Application.
>
>


the VB application runs under your account (current user),
the ASP application uses it's own (low permissions) account.
One of the limits is "no network access" !

--
Hans Kesting
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win Clasic style =?Utf-8?B?U2FuZGFs?= Windows XP Basics 4 4th Jun 2006 12:50 AM
Clasic ASP Connection String Prabhat Nath Microsoft ASP .NET 12 11th Mar 2005 07:49 AM
Connection String object Convert to String Variable Type =?Utf-8?B?TWlrZSBNb29yZQ==?= Microsoft ASP .NET 2 26th Oct 2004 03:43 PM
A7V Clasic Norm Asus Motherboards 2 28th Mar 2004 04:57 AM
connection string exception : Format of the initialization string does not conform to specification starting at index 0 Gaurav Microsoft ASP .NET 0 7th Nov 2003 10:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:15 AM.