MySQL Stored Procedures Questions and Answers

Recent IT Questions

1 - 6 of 6
<<PREVIOUS 1 NEXT>>

How to pass array in MySQL procedure parameter

how to pass array in mysql procedure parameter

Answer Question   |  May 12 2009  7:13 AM GMT
MySQL, MySQL Stored Procedures, Database programming
asked by Guptarun

  5 pts.

Looping,Array On Procedure MYSQL

For All IT I have Data string "123". How to create procedure (MySQL) for string "123" to Be : 1. 123 2. 132 3. 231 4. 213 5. 312 6. 321 Point 1-6 is array. Please Help Me an Thanks Thanksss

View Answer   |  Mar 30 2009  6:27 PM GMT
MySQL Stored Procedures, MySQL
asked by Allies

  5 pts.

How can I pass tablename as a parameter in MySQL stored procedure?

my SQL stored procedure is like this.... ALTER PROCEDURE [dbo].[Sp_InsertDataMaster] @_ImageID int, @_Stat bit, @_tablename nvarchar(200) AS begin declare @strTemp nvarchar(max) set @strTemp = 'Insert into ' + @_tablename + '(ImageID,Status) values ('+ convert(nvarchar(5),@_ImageID) +','+...

View Answer   |  Feb 14 2009  8:38 AM GMT
MySQL Stored Procedures, MySQL, Database programming
asked by Minal

  45 pts.

Permissions for writing stored procedures in MySQL

Hi Friends, I have been using navicat to connect MySql5.0 in my local evironment.I connect my java project to MySql database as backend. Now my problem is, I generated an sql script to backup my local database. I run the script in server. Tables were created. But in the case of stored procedure,...

Answer Question   |  Jan 27 2009  12:31 AM GMT
MySQL, Navicat, Java development
asked by Ktrramu

  5 pts.

MySQL Stored Procedures with Parameters in Crystal Reports 9???

Hi, am using Crystal Reports 9 and the MySQL 5 DBMS. I have a stored procedure which accepts a parameter, Crystal Reports won't accept this stored procedure and cites 'Incorrect Number of Arguments; expected 1, got 0'. Im pretty new to MySQL and perhaps I shouldn't be creating stored procs the...

View Answer   |  May 12 2008  11:10 AM GMT
MySQL, Stored Procedures, MySQL Stored Procedures
asked by Les za

  20 pts.

MySQL Stored Procedures in Crystal Reports

Hi, am using Crystal Reports 9 and MySQL 5 DBMS. I have a stored procedure which accepts a parameter, Crystal Reports won't accept this stored procedure and cites 'Incorrect Number of Arguments; expected 1, got 0'. Im pretty new to MySQL and perhaps I shouldn't be creating stored procs the way I...

Answer Question   |  May 8 2008  11:18 AM GMT
Crystal Reports, MySQL, MySQL Stored Procedures
asked by Les za

  20 pts.

1 - 6 of 6
<<PREVIOUS 1 NEXT>>