Skip to main content
Participant
April 13, 2006
Question

Database Connection Problems

  • April 13, 2006
  • 1 reply
  • 312 views
Hi,

am working on an asp.net web site in Dreamweaver on a Mac OS X.

I have a problem creating a connection to my Access Database in that I cannot. can someone please help on how to create the connection,

thanks in advance

Mark
This topic has been closed for replies.

1 reply

Participant
April 21, 2006
Hi there
I'm guessing that you are running access on a windows machine on the network (if not, how are you running ms-access on a mac?), if memory serves me right I don't think the ODBC drivers for Access work over a network (TCPIP) you could try converting your access database to MS-SQL server (£££££) or use MSDE (Developer edition) or MYSQL

Are you running your .net code on the Mac using mono? I'de be interested to hear if anyone does this.
Ab