Skip to main content
Participant
August 4, 2007
Question

asp.net + mysql in DW ??

  • August 4, 2007
  • 4 replies
  • 458 views
In Dreamweaver, i can use asp.net and conection to mysql data base?

i cant make the data base connection.

pls helpme
This topic has been closed for replies.

4 replies

Inspiring
August 8, 2007
> Ultradev + asp + access
> -->
> DW 6+ asp + mysql
> -->
> DW9 + asp.net + mysql

Umm...OK.

-Darrel


microsanoAuthor
Participant
August 8, 2007
Ultradev + asp + access
-->
DW 6+ asp + mysql
-->
DW9 + asp.net + mysql
Inspiring
August 8, 2007
On 08 Aug 2007 in macromedia.dreamweaver.appdev, darrel wrote:

>> In Dreamweaver, i can use asp.net and conection to mysql data base?
>
> That's an odd combination of technologies. ;0)

Actually, in looking at a few hosting sites a month or so back, it seems
that a lot of hosting providers have found the merits of open-source
database software, even on Windows hosts, and charge a fair amount more
for SQL Server.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/contact.php
Inspiring
August 8, 2007
> In Dreamweaver, i can use asp.net and conection to mysql data base?

That's an odd combination of technologies. ;0)

DW doesn't do ASP.net 2.0 at all. It does do some ASP.net 1.1, though I
assume a lot of the DB stuff is likely MS-SQL centric. That said, you should
be able to do it via a standard OLEDB connection.

-Darrel