Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Table or Arrays as parameters to Stored Procedures

Started 1 month, 4 weeks ago by Inder Neel
Hi, I am a newbie to stored procedure, infact to any Sql language. Can anyone please tell me if we can pass in an array or table as parameter to a stored procedure. Please explain with an example. I am using C# to develop program, so how do I call create array or table in C# with my list and call the store procedure. Thanks inder
Site: MySQL AB - MySQL Forums  MySQL AB - MySQL Forums - site profile
Forum: Stored Procedures  Stored Procedures - forum profile
Total authors: 2 authors
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: mysql.com

Other posts in this thread:

Peter Brawley replied 1 month, 4 weeks ago
> if we can pass in an array or table as parameter to a stored procedure. No arrays in MySQL, nor is there a table datatype. Pass the name of a table for the sproc to query.

 

Top contributing authors

Name
Posts
Inder Neel
1
user's latest post:
Table or Arrays as parameters to...
Published (2009-11-06 12:30:00)
Hi, I am a newbie to stored procedure, infact to any Sql language. Can anyone please tell me if we can pass in an array or table as parameter to a stored procedure. Please explain with an example. I am using C# to develop program, so how do I call create array or table in C# with my list and call the store procedure. Thanks inder
Peter Brawley
1
user's latest post:
Re: Table or Arrays as...
Published (2009-11-06 13:37:00)
> if we can pass in an array or table as parameter to a stored procedure. No arrays in MySQL, nor is there a table datatype. Pass the name of a table for the sproc to query.

Related threads on "MySQL AB - MySQL Forums":

Related threads on other sites:

Thread profile page for "Table or Arrays as parameters to Stored Procedures" on http://www.mysql.com. This report page is a snippet summary view from a single thread "Table or Arrays as parameters to Stored Procedures", located on the Message Board at http://www.mysql.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity