asp.net with my sql (no replies)
Can asp.net applications run on my sql database properly?
View ArticleParameterized connection string in VB.NET (no replies)
How do I write a parameterized connection string in VB.NET? All the examples in the documentation are hard-coded. The string would just be...
View ArticleCould not load file or assembly 'MySql.Data.CF' (no replies)
I am trying to use Connector v2.0 in a C# application. 1. I did not install the Connector 2. I copied MySql.Data, MySql.Data.CF, MySql.Data.Entity, MySql.Web to bin folder 3. I added in web.config:...
View ArticleProblem saving file to MySQL (no replies)
I am using this code to save file to MySQL but when I try to open the file after saving it I get an error saying: Word was unable to read this document. It may be corrupt. here is the code to write:...
View ArticleUnable to find the requested .Net Framework Data Provider error (no replies)
I am trying to create a new C# Reports Application in VS2010 using .NET Framework 4. While going through the Data Source Configuration Wizard and trying to create a New Connection, I get an error...
View ArticleMySQL Connector/Net for EF binds TINYINT(1) incorrectly (1 reply)
I believe I've discovered a bug in the way the MySQL Connector for .NET maps fields of type TINYINT(1) within Entity Framework. The database I'm working with has a number of fields used to store...
View ArticleInstalling Problem? (no replies)
Hey there, today i wanted to start with my new asp .net project using visual studio 2010 and mysql as backend database. I downloaded connector .net (right now the last 3 releases) installed them, drop...
View Articleuse procedure bodies=true is not using mysql.proc (no replies)
I gave "use procedure bodies=true" still it is using I__S table but not using mysql.proc table Why? please let me know.
View ArticleConnector for Visual Studio 2010 and 2005 same machine (no replies)
".Net Framework Data Provider for MySQL" is available when I am setting new connection from Server Explorer in Visual Studio 2010. But it is not available in Visual Studio 2005. Note that Professional...
View ArticleASP.NET MySqlMembership fails login on database move (no replies)
I am trying to move an old ASP.NET application to a new server. The app is setup with mysql membership/role providers. I can get to the login page on the new server (uses ASP.NET Login component) but...
View ArticleHow can I have my application be notified when a table changes (no replies)
If 2 computers are running an application on a network, how can I be sure that the systems are constantly displaying up-to-date information from orders taken on other systems, from the web, etc.
View ArticleMySQL Connector/Net 6.6.1 Alpha 2 has been released (no replies)
MySQL Connector/Net 6.6.1, a new version of the all-managed .NET driver for MySQL has been released. This is the second of two alpha releases intended to introduce users to the new features in the...
View ArticleInput string was not in a correct format) with ExecuteReader (1 reply)
I am getting Input string was not in a correct format with the following code: sql_connection = new MySqlConnection(ConfigurationManager.ConnectionStrings["SQLdb"].ConnectionString);...
View ArticleError connecting with Server Explorer (VS 2010) (1 reply)
When I try to create a new connection (or refresh an old one, that used to work) I get the following error: The system detected an invalid pointer address in attempting to use a pointer argument in a...
View Articleidentify running server instance of MySQL (4 replies)
I'm using VS2010, .NET 4, C#. How can I check if MySQL servers are running? Based on my experience, users seldom know this information. I want to provide a form that allows the user to select the...
View ArticleFinding client library for Visual Studio (no replies)
I do not seem to be able to find the location of the mysql library for clients on Visual Studio (on Win7). The particular symbol I'm looking for is _mysql_get_client_info , but I din't think VS9 is...
View Articletoo many "Init DB" operations in mysql_query.log (no replies)
I made simple program using .net connector, it just performs several "select * from user", however I see "Init DB" for every query. I do not see anything like that on php, for instance. Did I miss...
View Article(0x80004005): Packets larger than max_allowed_packet are not allowed. (no...
I added "CacheServerProperties=true" to connection string and I'm constantly getting "(0x80004005): Packets larger than max_allowed_packet are not allowed." any special issue with CacheServerProperties ?
View Articleerror in conection (1 reply)
Hi........... I like to thanks to advance I am new for this forums I am software developer in vb.net and i use backend for MySQL server 5.0 and my project run in my pc OK but at the Other pc there is...
View ArticleySQL Connector/Net 6.6.2 Beta has been released new (2 replies)
MySQL Connector/Net 6.6.2, a new version of the all-managed .NET driver for MySQL has been released. This is the first of two beta releases intended to introduce users to the new features in the...
View Article