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

Please help setting up Mysql ASP connection on a Mac DW8

New Here ,
May 11, 2007 May 11, 2007
Dear All

I have posted previously but I still have not solved this problem, and really need anybody with a mac DW setup to give some advice. I have spoken to Adobe and trawled the net looking for a solution to getting ASP and DW working on a mac. I know I need a windows machine and a local network which I have. I have a real issue making a database connection from within dreamweaver.

Please help anybody with experience.

Many thanks in advance
Graham
TOPICS
Server side applications
296
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
LEGEND ,
May 11, 2007 May 11, 2007
I don't know how you can define the MySQL database connection string in DW,
because I only use DW for layout purposes (HTML + CSS). But I have an
ASP/VBscript site running against a MySQL database, and it successfully uses
the following connection string:

"DRIVER={MySQL ODBC 3.51 Driver};SERVER=" & myDBhost & ";DATABASE=" &
myDBname & ";USER=" & myDBuserid & ";PASSWORD=" & myDBpassword &
";OPTION=3;"

Hope this helps.

Regards, Marja

"spydersweb" <webforumsuser@macromedia.com> wrote in message
news:f21g1i$65i$1@forums.macromedia.com...
> Dear All
>
> I have posted previously but I still have not solved this problem, and
> really
> need anybody with a mac DW setup to give some advice. I have spoken to
> Adobe
> and trawled the net looking for a solution to getting ASP and DW working
> on a
> mac. I know I need a windows machine and a local network which I have. I
> have
> a real issue making a database connection from within dreamweaver.
>
> Please help anybody with experience.
>
> Many thanks in advance
> Graham
>


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
LEGEND ,
May 13, 2007 May 13, 2007
LATEST
http://www.webthang.co.uk/tuts/tuts_ud4/ue6/ue6_4.asp

above will give you an idea of how to do it in dw.

below will give you the connection string you will need.

http://www.connectionstrings.com/

regards

kenny






"spydersweb" <webforumsuser@macromedia.com> wrote in message
news:f21g1i$65i$1@forums.macromedia.com...
> Dear All
>
> I have posted previously but I still have not solved this problem, and
> really
> need anybody with a mac DW setup to give some advice. I have spoken to
> Adobe
> and trawled the net looking for a solution to getting ASP and DW working
> on a
> mac. I know I need a windows machine and a local network which I have. I
> have
> a real issue making a database connection from within dreamweaver.
>
> Please help anybody with experience.
>
> Many thanks in advance
> Graham
>


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