Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Connection string fails in CS3

New Here ,
Dec 03, 2007 Dec 03, 2007
Please tell me how to correct the following connection string to my database found at
www.lazardev.com/homepage/cosmatic/database/cosmaticdb.mdb.

The sting I'm using is
"Provider=Microsoft.Jet.OLEDB.4.0;data source=www.lazardev.com/homepage/cosmatic/database/cosmaticdb.mdb"

I'm using Dreamweaver CS3.

Cliff
TOPICS
Server side applications
259
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 15, 2007 Dec 15, 2007
LATEST
This works in an IIS server:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Inetpub\wwwroot\001145\ylac611b\HomePage\Cosmatic\ASP\cosmaticdb.mdb"

1. Type part exactly, including the double quote :
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Inetpub\wwwroot

2. Get this part from your ISP:
\001145\ylac611b
the first six numbers are the host computer
the second six characters replace your domain

3. The last part is the path after your domain name:
\HomePage\Cosmatic\ASP\cosmaticdb.mdb"

Include the double quote.

Ask your ISP if your are in an IIS system.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines