Stored Procedure issues

2006-09-19 Thread Jacques Marneweck
Hi, I have a bit of a weird question. A couple of rows in a table I'm importing with data has WW_D_D_D style row content which is different from the usual WW_DD format data which many millions of rows contain. During the process of normalising the data is there any way to

Re: More Stored Procedure Issues

2006-07-04 Thread Jesse
, 2006 10:23 AM Subject: Re: More Stored Procedure Issues On my side your code works (in C#) but I had to change one line Cmd.Parameters.Add(?cInvNo,MySQLDBType.VarChar) I changed it to: Cmd.Parameters.Add(?cInvNo, MySqlDbType.VarChar) (The difference is on the casing of MySqlDbType