mysql-connector
How to know library is debug library or release?
I am using mysql cpp library . I checkout the recent copy from there bzr trunk and used cmake to generate l开发者_如何学编程ibrary .[详细]
2023-02-19 04:39 分类:问答Error in autogenerated mysql memebership/profile and role provider tables
For the first time I am trying to use the build in membership/role and profile provider in MySQL .NET Connector 6.2.3 and I’m using the auto generate schema property in my web.config. However, I’m e[详细]
2023-02-17 00:22 分类:问答MySQL Entity Framework 4.0 Stored Procedure Field Mapping
Has anyone here used MySQL with the entity framework 4开发者_如何转开发.0 and stored procedures?When I add a SP, it does not show any of my fields that I need to input.I also see no way to manually ad[详细]
2023-02-16 17:15 分类:问答select more than one row
void BaseMySQL::QueryArray(char *InQuery,std::string outResult[]) { query_state = mysql_query(con, InQuery);[详细]
2023-02-15 23:41 分类:问答Who owns memory returned by MySQL Connector C++?
I\'m having memory leak / deleting errors when using MySQL Connector C++ 1.05. The Connector returns a pointer to a result set from executing query.[详细]
2023-02-15 08:06 分类:问答error when using mysql connector-j
I have an error in log after when trying to update the database: java.sql.SQLException: Streaming result开发者_StackOverflow set null is still active. No[详细]
2023-02-14 20:41 分类:问答MySQL Paramatirzation not working using mysql.data.dll
The following is my code it does an insert into the database but the valu开发者_如何转开发es are not parametrized.[详细]
2023-02-14 04:12 分类:问答How to connect to MYSQL with WPF?
I know, it\'s been asked before. But there\'s a very simple way of doing this in WinForms using the MySQL Connector thing from the mysql site. Can I use this with WPF aswell? Or is it just a WinForms[详细]
2023-02-08 07:40 分类:问答LINQ2Entities with MySQL on Mono
I\'m trying to run a LINQ2Entities sample (MySQL connector 6.3.6) on Mono 2.8.2 (compiled from sou开发者_如何学Crce, Ubuntu 10.10). I get following error:[详细]
2023-02-07 20:36 分类:问答PowerShell MySQL query syntax
I want to insert data into my MySQL database using PowerShell. My code is working, but I have a little problem with the variables in the insert string.[详细]
2023-02-01 05:09 分类:问答