If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > ASP.NET with mySQL configuration???

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-24-04, 15:44
tlombard tlombard is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
ASP.NET with mySQL configuration???

I'm new to the mySQL world and I'm being forced 'KINDA' to move toward it.

I'm a intermediate ASP and ASP.NET web developer that normally works on small database driven web sites. I have never needed any thing more powerful than msAccess. I have partnered with an ISP years ago, and have a very good relationship with them...the reason I mention this is that they do NOT offer msSQL, but do offer mySQL... really can't blame them due to the HIGH financial cost and HIGH security cost and configuration cost associated with msSQL.

Any how...I'm exploring the possibility of:
Developing an ASP.NET application that lives on a Windows Box.
Creating a mySQL database that lives on a Linux Box
Access (View/Add/Edit/Delete Records) the mySQL database from the Windows ASP.NET application

#1
Is this possible?

#2
I have read about myODBC...Is this loaded on my development machine &/or on the server serving the ASP.NET pages or on the Linux box where the mySQL database lives???

Anyone doing what I'm exploring?

Respectfully, Tom Lombard
Reply With Quote
  #2 (permalink)  
Old 06-30-04, 22:35
metroid metroid is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
yeah, is possible

the main thing that you need is the MySQL data provider for .NET and you can get it from

ByteFX

you need a correct mysql string connection from the mysql server on the linux machine, for example:

Database=mydatabase;Data Source=69.56.199.234;User Id=myUser;Password=myPassword

thatīs all!
Reply With Quote
  #3 (permalink)  
Old 07-01-04, 10:01
tlombard tlombard is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
Thanks for the reply:

Where does the MySQL data provider for .NET get installed???
Local Machine (this is my development machine) or
Windows Webserver (where the web applicatio will be serverd to the WWW) or
the mySQL web server?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On