Results 1 to 4 of 4

Thread: WebMatrix and MySql

  1. #1

    Thread Starter
    Fanatic Member coolcurrent4u's Avatar
    Join Date
    Apr 2008
    Location
    *****
    Posts
    993

    WebMatrix and MySql

    Hello guys,

    is there anyway i can connect to MySql through WebMatrix using asp.net

    Thanks
    Programming is all about good logic. Spend more time here


    (Generate pronounceable password) (Generate random number c#) (Filter array with another array)

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: WebMatrix and MySql

    Hey,

    What is this "WebMatrix" that you speak of?

    Is it this:

    http://en.wikipedia.org/wiki/ASP.NET_Web_Matrix

    If so, why are you still using it? Why not use Visual Web Developer Express Edition?

    Gary

  3. #3

    Thread Starter
    Fanatic Member coolcurrent4u's Avatar
    Join Date
    Apr 2008
    Location
    *****
    Posts
    993

    Re: WebMatrix and MySql

    visual studio express is large, and can't afford to download it. am using a dailup connection.

    web matrix is lighter for me

    please help
    Programming is all about good logic. Spend more time here


    (Generate pronounceable password) (Generate random number c#) (Filter array with another array)

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: WebMatrix and MySql

    Hey,

    The actual download, if you choose to not download the msdn library and SQL Server Express isn't that large, so I would suggest that you try and get your hands on it.

    I have never used WebMatrix, so I can't even begin to tell you whether it will work, and how you would go about doing it.

    With Visual Studio Express you would start by grabbing the following:

    http://www.mysql.com/downloads/connector/net/

    Adding a reference to it in your project, and then creating your MySqlConnection, MySqlCommand, and then retrieving the results of the query.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width