Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

mysql-connector

0
votes
0 answers
44 views

Upgrade mysql 5.0 to mysql 5.1?

I need to upgrade mysql 5.0 to mysql 5.1 and mysql-connector 5.1.16, how to do this one? What are the steps I should follow?
asked June 25, 2011 1:52 am CDT
Mani
0
votes
1 answer
108 views

Can't find mysql.jdbc.Driver - MySQL, JBoss

I'm unable to deploy my web app with MySQL 5.5.11 backend to JBoss 5. I get this error: Caused by: java.lang.ClassNotFoundException:…
asked June 24, 2011 5:45 pm CDT
user804063
0
votes
0 answers
24 views

Issue with Connector/C, can't quite access row data

I believe I had this working before, but I ported my code from C++ to ObjC, and I went from Linux to FreeBSD, and I may have even gone from MySQL…
asked June 24, 2011 12:53 am CDT
Nektarios
0
votes
0 answers
29 views

Incorrect results when looping over recordset using Webmatrix/Mono/MySQL

I have a test ASP.NET MVC 3 web site running on Mono v2.10.2 on Ubuntu v10.04. I am using MySQL Connector/NET as the database provider. The test…
asked June 14, 2011 5:19 pm CDT
RedFilter
0
votes
0 answers
51 views

MVC3 code-first- EF4.1 doesn't create tables automatically (using MySQL and Connector/Net 6.3.6.)

EF 4.1 together with MySQL doesn't create the tables I need auto-magically based on my POCO objects. I'm using Connector/Net 6.3.6. I'm not sure if…
asked June 13, 2011 6:54 am CDT
Howie
0
votes
0 answers
33 views

Persistent connection to MYSQL without mysqli_pconnect

I have a database on a local machine that is queried repeatedly as fast as possible. Currently I am executing mysql_real_connect() before each query…
asked May 28, 2011 7:48 pm CDT
Mike Furlender
0
votes
1 answers
50 views

How can I avoid using mysql_real_connect() repeatedly for each query?

I am querying my database through a connector I made in Lazarus/Freepascal. It uses the libmysql from MySQL 5.0 . From what I can tell, the…
asked May 27, 2011 6:31 pm CDT
Mike Furlender
0
votes
0 answers
43 views

Reading from parallel MYSQL (.NEt connector) transactions

Hi, I came across a very problematic issue. I'm developing a system of online ordering (events that occur in the real world). user is ordering an…
asked May 26, 2011 2:30 am CDT
Guy
0
votes
0 answers
31 views

Mysql DB not allow foreign keys of tables (connector/.Net)/Asp.net Provider.

I changed the Default DB to innoDB from MyIsam. because I know that only innoDB can create Foreign-key with tables. I create the DB from the…
asked May 25, 2011 9:15 am CDT
Liroy
0
votes
0 answers
39 views

Querying MYSQL from an external application (is my code inefficient)?

I have a database that I need to query over and over as fast as possible. My queries execute pretty quickly, but there seems to be some additional…
asked May 25, 2011 12:06 am CDT
Mike Furlender
0
votes
1 answer
33 views

Do I need to use both the C and C++ MySQL Connectors to connect with Visual C++?

From what I can tell, most of the required files for C++ connection are not available in the MySQL Connector/C++, but the missing files are…
asked May 23, 2011 6:31 pm CDT
Yoshiyahu
0
votes
1 answers
26 views

Inserting multiple records into MySQL using MySqlCommand in one query C# (MySQLConnector) & command Parameters for escaping quotes

I am trying to insert multiple records into a table in one query using the MySqlCommand object in C# (using the MySQL Connector library). The only…
asked May 18, 2011 9:42 am CDT
Chris
1
vote
1 answer
30 views

MySqlParameter as TableName

I want to use MySqlParameter to pass tableName into query (to prevent slq injections) MySqlCommand cmd = new MySqlCommand("select * from @table"),…
asked May 18, 2011 2:54 am CDT
Stecya
0
votes
6 answers
44 views

Add List<int> to a mysql parameter

Hello, i have this question about the MySqlParameter from the .NET connector. I have this query: SELECT * FROM table WHERE id IN (@parameter) And…
asked April 15, 2011 2:18 pm CDT
user710422
0
votes
0 answers
44 views

How do I stream values from a std::set into MySQL c++ connector setBlob() ?

In C++: I have a a std::set of integers In MySQL: I have a table with a blob column I would like to stream the integers into the blob column but I'm…
asked March 24, 2011 3:07 pm CDT
sc3chris
0
votes
1 answers
33 views

Error in autogenerated mysql memebership/profile and role provider tables

Hi, For the first time I am trying to use the build in membership/role and profile provider in mysql's connector (.Net 6.2.3) and I'm using the auto…
asked March 13, 2011 9:09 am CDT
aweis
0
votes
1 answers
37 views

Select more than one row

void BaseMySQL::QueryArray(char *InQuery,std::string outResult[]) { query_state = mysql_query(con, InQuery); if (query_state !=0) {…
asked March 10, 2011 10:34 pm CST
MixedCoder
2
votes
0 answers
87 views

Weird NPE on BatchingBatcher "JDBC driver did not return the expected number of row counts"

I'm running a spring/hibernate java app on tomcat and I'm seeing this funky error on update: JDBC driver did not return the expected number of row…
asked March 7, 2011 11:58 am CST
matsientst
0
votes
1 answers
50 views

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.…
asked March 6, 2011 3:03 pm CST
Thomas Matthews
0
votes
0 answers
37 views

Is it recommended to set clobberStreamingResults to mysql connection?

I have a problem that is described in this question . It seems that the solution is to set clobberStreamingResults to true for the connection. Is…
asked March 2, 2011 7:18 am CST
ohadshai
Pages : 1 | 2 >
29

mysql-connector

Tagged: mysql-connector
Related Tags
mysql × 29
c# × 7
.net × 4
asp.net × 3
c++ × 3
database × 2
jdbc × 2
java × 2
dll × 1
unicode × 1
spring × 1
winforms × 1
delphi × 1
c × 1
cuda × 1
wpf × 1
library × 1
visual-c++ × 1
hibernate × 1
devart × 1