Search

You searched for the word(s): userid:701811

Matching Posts

  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    ok solved it!!! i didn't use the new mysql.data.dll (that allows partial trust callers), the one I downloaded from one of the links from a member assisting me in this..... you use the one that came with connector.net and put it in your bin folder of your project..... since i did not used the default port: 3306, i have to mention the port i'm using in my code! heres my syntax: everything else leave it the same and specify your port! myConnection = New MySqlConnection("server=localhost; port=3309;
    Posted to MySQL (Forum) by pald on 1/24/2007
  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    if i put my old MySql.Data.dll, back in it shows the other error above.... about socket connection disallowed.....
    Posted to MySQL (Forum) by pald on 1/15/2007
  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    if i put my old MySql.Data.dll, back in it shows the other error above.... about socket connection disallowed.....
    Posted to MySQL (Forum) by pald on 1/15/2007
  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    ok, i downloaded the mysql.data.dll (that allows partial trust callers) from the link above. then i put it in my bin folder... now, i'm getting my old error again: Compiler Error Message: BC30002: Type 'MySqlConnection' is not defined. Source Error: Line 6: Sub Page_Load(sender As Object, e As EventArgs) Line 7: Line 8: Dim myConnection As MySqlConnection Line 9: Dim myDataAdapter As MySqlDataAdapter Line 10: Dim myDataSet As DataSet any other reference to related forums would be great! i really
    Posted to MySQL (Forum) by pald on 1/15/2007
  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    ok got past the above situation.... now its saying..... Server Error in '/test_connection' Application. A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net
    Posted to MySQL (Forum) by pald on 1/13/2007
  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    okay.... i'm almost there please show me how to fix the error... i have already made a copy of the C:\Program Files\MySQL\MySQL Connector Net 1.0.4\bin\.NET 1.1\) to my application's /bin folder (ie. C:\Inetpub\wwwroot\bin\) and it still does not work please look over my mistakes or so..... my apsx page in html view(this is where i put the coding right?) or do i double click on design view and put the code there? http://i29.photobucket.com/albums/c296/LB3DR/connect_test_pagecopy.jpg http://i29.photobucket
    Posted to MySQL (Forum) by pald on 1/13/2007
  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    Young Fang - MSFT: Hey You could create a web form and paste the above code. Make sure MySql.Data.dll is referenced. If you have problems ,pls post here. As for Tomcat you 'd better serach on internet you can find loads of tutorials. i have copied the above in a webf form , but how do i referenced MySql.Data.dll? i will also look into how to reference it, but if i can't solve it. anyone who knows, please let me know. as for tomcat, i've found some tutorials, but if i need help is there a tomcat forum
    Posted to MySQL (Forum) by pald on 1/12/2007
  • HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    Ok, I'm pretty new to this.... I'm trying to connect mySql 5.0 with asp.net 2003... i have looked at sites, on how to get this done correctly, but now having trouble.... this site is the one i followed, because it seems simple... http://www.15seconds.com/issue/050210.htm I downloaded and did what all the instruction tells me to... but now when it comes to the apsx page, I'm not sure where they all go, look for my remarks here with *** *** I'm not sure with to put this... do i put it under my web
    Posted to MySQL (Forum) by pald on 1/11/2007
Page 1 of 1 (8 items)