ASP.NET to MYSQL database

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
[email protected]
Posts: 2
Joined: Wed 06 Feb 2008 17:32

ASP.NET to MYSQL database

Post by [email protected] » Fri 15 Feb 2008 21:47

I'm running Windows Vista Home Premium with the free MS Visual Web Developer Express 2005 edition in the dot.net 2.0 Framework. VWD requires MS SQL Server 2005 Express Edition to create user accounts and maintain the MS Sql database. My problem is I can not install MS SQL Server on my computer (tried about 6 times without success) so I have to use MyDeveloperStudio for user accounts and maintenance.

My question:
What is the best method of establishing a database comnection to my asp.net web pages using MyDeveloperStudio? How do you are an image link to a cell in a table?

Also need a list of the data type names used with MyDeveloperStudio as I've noticed they are different from MS Access data type names.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Mon 18 Feb 2008 06:59

What is the best method of establishing a database connection to my asp.net web pages using MyDeveloper Studio? How do you are an image link to a cell in a table?
It is not quite clear what do you mean under "database connection to my asp.net web". With MyDeveloper Studio you can connect to database but not to web page.
Also need a list of the data type names used with MyDeveloperStudio as I've noticed they are different from MS Access data type names.
Well, it's MySQL database server not MS Access. So, type names differ.

Post Reply