>  >CREATE PROCEDURE P_Select()
>  >READS SQL DATA
>  >begin
>  >select * from enum_table;
>  >end
>  >How would I get a resultset?
>
> No need for an OUT param, just call the sproc, you'll see.

I tried that, but in Delphi with the particular component-set I'm using,
this
raises:
mySQL Error Code: (1312)
PROCEDURE test.p_Select() can't return a result set in the given context

With regards,

Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to