Using ASP in dreamweaver mx

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
gillyb
-


Joined: 07 May 2005
Posts: 1

PostPosted: Sat May 07, 2005 4:03 pm    Post subject: Using ASP in dreamweaver mx Reply with quote

Hey ;)

was wondering if anyone was able to help me. im wanting to connect my access db to dreamweaver, but cant seem to get my connection string right.
what i have written is:-

"PROVIDER:Microsoft.Jet.OLEDB.4.0:DATA SOURCE=C:\Program Files\Abyss Web Server\htdocs\estateagents.mdb;"

this however keeps coming up with an error message.

any help much appreciated, thanx in advance, g
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun May 08, 2005 1:01 pm    Post subject: Re: Using ASP in dreamweaver mx Reply with quote

gillyb,

What is the error message?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
mcwilliams132
-


Joined: 27 Jul 2003
Posts: 167
Location: Oshkosh, WI

PostPosted: Wed May 11, 2005 6:31 pm    Post subject: Reply with quote

You're string should look like this:

Dim MM_test_STRING
MM_test_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=[databaseName];User ID=[username];Password=[password];"

I think your main problem is the "PROVIDER:". I think it should be "PROVIDER="...in other words...remove the ":"(colon).

Give that a shot.

I got an OLE DB Connection String Builder off of Macromedia's exchange by Thomas Muck. works great for creating custom connection strings. Free.
_________________
::::::::::::::::::::::::::::::::::::::::::::::::::
:: Jon-Paul LeClair
:: http://mcwilliamsworld.com
:: "Lobster sticks to magnet!"
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group