Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
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
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Does myODBC supports stored procedures with parameters?

Does myODBC supports stored procedures with parameters?

2006-04-12       - By Martin J. Evans

 Back
Reply:     1     2     3     4  

I could never get ODBC syntax to work with myodbc
i.e.
{ call proc(args) } always gave a syntax error but
call proc(args) works

I do call procedures with in and out parameters with myodbc fine.

Martin
--
Martin J. Evans
Easysoft Ltd, UK
http://www.easysoft.com


On 12-Apr-2006 (See http://Apr-2006.ora-code.com) deer.chief@(protected) wrote:
> Hello,
>
> I'm having a lot of troubles accessing a stored procedure in my MySQL
> database via ASP.NET 2.0 and ODBC.
> I've installed connector/ODBC 3.51.12 and when I try to call the stored
> procedure I get te following error:
>
> "You have an error in your SQL syntax; check the manual that corresponds
> to your MySQL server version for the right syntax to use near '{ call
> sp_GetData('Params')); }' at line 1"
>
> I've read in a post in the MySQL "Stored Procedure" forum that
> connector/ODBC does not yet supports stored procedure.
>
> Is that true?
>
> Thanks for your help.
>
> --
> MySQL ODBC Mailing List
> For list archives: http://lists.mysql.com/myodbc
> To unsubscribe:  
> http://lists.mysql.com/myodbc?unsub=martin.evans@(protected)

--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe:    http://lists.mysql.com/myodbc?unsub=mysql@(protected)