Search

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

Matching Posts

  • Any other component to connect to mysql?

    I am currently using Mysql Connector to connect to mysql database, but face problems when try to upload it into the web host company. http://forums.asp.net/1/1314486/ShowThread.aspx i know there is several way to connect to mysql (mysql connector, Odbc, ByteFx, CoreLabs). I wanted to try ByteFx and CoreLabs. But did not know which version to use. Any one have any links? Suggestion? Hopefully the ByteFx and CoreLabs is easy to used like mysql connector. thanks
    Posted to MySQL (Forum) by FrancisFoo on 8/10/2006
  • Re: Godaddy.com and MySql.Data.dll problems.

    "how do i actually connect to the database and fill a dataset?" example : from http://www.15seconds.com/issue/060317.htm MySqlConnection myConnection = new MySqlConnection( "server=localhost; user id=15secs; password=password; database=mydatabase; pooling=false;"); String strSQL = "SELECT * FROM mytable;"; MySqlDataAdapter myDataAdapter = new MySqlDataAdapter(strSQL, myConnection); DataSet myDataSet = new DataSet(); myDataAdapter.Fill(myDataSet, "mytable"); MySQLDataGrid.DataSource = myDataSet; MySQLDataGrid
    Posted to MySQL (Forum) by FrancisFoo on 8/4/2006
  • Re: Godaddy.com and MySql.Data.dll problems.

    whebert , I install the C# and recompile the MySql and it works. ^^ I will try other query later. Finally I can continue develop my website. Thank you.
    Posted to MySQL (Forum) by FrancisFoo on 7/11/2006
  • Re: Godaddy.com and MySql.Data.dll problems.

    whebert , can you send me a copy of the recompile Mysql? cause i have VWD install in my PC already. thanks
    Posted to MySQL (Forum) by FrancisFoo on 7/10/2006
  • Re: Mysql Connector + trust=medium

    http://forums.asp.net/thread/1334709.aspx problems solve.
    Posted to MySQL (Forum) by FrancisFoo on 7/9/2006
  • Re: Godaddy.com and MySql.Data.dll problems.

    Hi whebert, thanks for reply, and thanks for the recompile part. i am using MS VB 2005 Express Edition ...... look like i had to... uninstall VB and install C# i had give it a "try" to compile it on Ms VS .Net 2003, it able to compile but show error when i used it in MS VB 2005 Express Edition. well post the result when it done. Francis
    Posted to MySQL (Forum) by FrancisFoo on 7/7/2006
  • Re: Mysql Connector + trust=medium

    any one? or can some one teach me how to recompile mysql connector as show from http://forums.mysql.com/read.php?38,95478,95478#msg-95478 " Step 1 - Compile a new MySql.Data.dll using the source code. To produced a mine MySql.Data.dll, that accept not only full trusted level I used the source code to rebuild the MySql.Data.dll, changing the adding the following code ad the AssemblyInfo.cs: using ...... using System.Security; [assembly: ...... [assembly: AllowPartiallyTrustedCallers() ] Without this
    Posted to MySQL (Forum) by FrancisFoo on 7/5/2006
  • Mysql Connector + trust=medium

    i try to used mysql in medium trust level, but had encounter a lot of error. Ok first since the web host need me to adjust the web config to medium trust so I follow this step http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000017.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000020.asp I also follow some of this step to adjust the medium web config http://forums.mysql.com/read.php?38,95478,95478 then it show up an error about
    Posted to MySQL (Forum) by FrancisFoo on 7/4/2006
  • Re: threw an exception or That assembly does not allow partially trusted callers

    the problems still not solve yet, but i think i know where is the problems is about mysql connector and medium trust. question close
    Posted to Web Forms (Forum) by FrancisFoo on 7/3/2006
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last »