> Does anyone have examples on creating stored procedures?
There are quite a few in
http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch20.html
PB
-
ML wrote:
I am working on moving a database from SQL Server to MySQL 5. Tables,
data, etc I already know.
I have some procedures t
I am working on moving a database from SQL Server to MySQL 5. Tables,
data, etc I already know.
I have some procedures that i would like to move as well.
Does anyone have examples on creating stored procedures?
Best,
-Jason
--
MySQL General Mailing List
For list archives: http://lists.mysq
0, Chandra Amarasingham wrote:
Hi,
Any advice on porting stored procedures from sql server. I have looked at
UDF's but can't figure out how to use the existing database connection to
perform queries, also have not used C for a very long time.
Also had a brief look at myperl, but not well
Hi,
Any advice on porting stored procedures from sql server. I have looked
at UDF's but can't figure out how to use the existing database
connection to perform queries, also have not used C for a very long time.
Also had a brief look at myperl, but not well documented and sti