Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
problem with mysql connector/odbc

problem with mysql connector/odbc

2007-03-29       - By Abbate Giuseppe

 Back
Hello,

I'm Giuseppe Abbate , i have the follow problem :

1)      I have installed the connector/odbc 3.51 on a windows server 2003
then

2)      I have created a system dsn with the above driver to connect to a
Linux system server, the test result OK

3)      I have created a Linked Server on sql server 2005 that function
without problem

     

   In .Net 2.0 i have created code to connect to the sql server 2005 , when
I execute  more than one query in succession the code throw and

Exception  with this message :

  The provider MSDASQL reported an error..

The number of error in sql server is 7399.



The problem is present when (for my experience ) I do more than query in
succession, the same

Query done with the gui of sql server 2005 don't report errors.



Thanks.