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

ODBC and Mac OS X

New Here ,
Jun 20, 2006 Jun 20, 2006

Copy link to clipboard

Copied

What I am wondering is...

Is there any way to use a ODBC connection to a MS SQL Server database through Dreamweaver 8 for Mac? I've done some googling and came across a couple drivers for Macs to make an ODBC connection but, I couldn't find any information if I'd be able to make/view recordsets with Dreamweaver using any of these drivers.

I have never used anything other than a MySQL (w/ PHP) database so I am completely lost on this one. Any suggestions would greatly appreciated. Thanks!
TOPICS
Server side applications

Views

344
Translate

Report

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 ,
Jun 21, 2006 Jun 21, 2006

Copy link to clipboard

Copied

Well, sorta... But probably not how you'd think you'd do it.

To get to SQL Server from a Mac using DW, there are a couple of options.
But, if you're programming with the Microsoft technologies (ASP or ASP.NET),
you'll need to have a Windows computer/server handy.

When developing on a Windows workstation, you have the option to use local
database drivers or database drivers on your remote testing server to
connect to the database. When developing on a Mac, you only have the option
to use database drivers on your testing server. In a nutshell, that means
you have to have a Windows machine available to make the connection on your
Mac's behalf.

It works like this... When you make a database connection using DW (using
the remote drivers option in either Windows or Mac versions), DW uploads a
series of scripts to the testing server, executes them and connects to the
database using database drivers on the testing server (a Windows machine of
some sort), and the script returns the data back to DW to use in your
bindings panels, etc.

So if you're going to be developing for the MS technologies on your Mac,
that's what you'll need to have available to you. If you want to connect to
MS SQL Server using PHP, you should be able to use the free PHakt server
model available from http://www.interaktonline.com/ which uses an ADODB
database abstraction layer to connect to a plethora of databases, of which
SQL Server is one. I don't have a lot of experience with this product using
SQL Server, but it should be pretty easy to set up.

HTH :-)

Best regards,
Chris


Votes

Translate

Report

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 ,
Jun 22, 2006 Jun 22, 2006

Copy link to clipboard

Copied

LATEST
This TechNote might help explain things:

Using Dreamweaver with server-side technologies on a Macintosh
http://www.adobe.com/go/16487

David Alcala
Adobe Product Support

Votes

Translate

Report

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