Bug #61671 stored procedures not found on 6.3.7.0
Submitted: 28 Jun 2011 13:34 Modified: 7 Jul 2011 13:10
Reporter: kamel Fahd Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:6.3.7 OS:Windows
Assigned to: Assigned Account CPU Architecture:Any
Tags: .Net connector bug, 6.3.7.0

[28 Jun 2011 13:34] kamel Fahd
Description:
Hi,
I was using .Net connector 6.3.5.0 ,and then I updated to 6.3.7.0.
But after the update ,it is giving "stored procedures not found"
for some stored procedures

How to repeat:
This error for some stored procedures and it is not clear for me.
[28 Jun 2011 15:59] Reggie Burnett
We'll need a bit more information to diagnose this problem.
[29 Jun 2011 10:41] kamel Fahd
when I execute any storedprocedure it is giving not found for the first time,but if call it again,it works fine.

if you need more info,please specify it
[29 Jun 2011 10:46] kamel Fahd
more details:
-This only when using executeNoQuery.
-To solve it temporary at my side ,I added a stored procedure which do nothing.
Then all others work fine.
[30 Jun 2011 14:33] Julio Casal
Please provide reproduction steps for this bug, plus a sample database schema and a small Visual Studio project where the issue appears.
[3 Jul 2011 11:43] kamel Fahd
mysql db

Attachment: 110703154056.psc (application/octet-stream, text), 358 bytes.

[3 Jul 2011 13:22] kamel Fahd
Database and Visual basic sample

Attachment: mysqlconnector.rar (application/octet-stream, text), 181.43 KiB.

[3 Jul 2011 13:24] kamel Fahd
I'm able to figure out the problem.
This problem happen when there using dataadapter before executenonquery.

I attached the visual basic sample + database
[5 Jul 2011 4:21] Julio Casal
ka ka, would you provide your database as a .sql script? I don't know how to extract your database from that .psc file.
[5 Jul 2011 10:27] kamel Fahd
Database Sql file

Attachment: test.sql (application/octet-stream, text), 1.27 KiB.

[5 Jul 2011 10:28] kamel Fahd
Hi,

I uploaded as requested.
FYI:
.psc you can use with Navicat Preminum software.
[7 Jul 2011 13:10] Julio Casal
The root cause of this bug is the same as in bug #61690.