Viewing 15 posts - 1 through 15 (of 35 total)
Thanks dilip!!!
It's working now.
It makes sense after looking at your Select statement. But I'm still need to do some studying on GROUP BY.
Thank you again.
July 21, 2005 at 7:39 am
That was exactly my problem. Thanks! Bellis.
And you're right about using the correct datatype. Thanks! Remi.
June 30, 2005 at 10:34 am
Thanks Farrell!!
It works Beautifully!! THANK YOU!
Also thanks Remi for your assistance.
June 13, 2005 at 8:18 am
Hi Remi,
I tried your Select statement and it's giving me
Invalid column name ‘work_ord_num’. Would you know where the error is occurring? Or some other way...
June 13, 2005 at 6:39 am
Hi Remi,
Thanks for your quick response.
I got it partially working w/ this Select statement. It's able group by the six digits and return the highest bag #, but it also...
June 10, 2005 at 2:33 pm
Yes! It works now.
Thank you for your time and patience.
Have a great day!
June 8, 2005 at 2:40 pm
I also tried outputting to @w_o variable still get the same error message. The error occurred during executing sproc in vb on line below
.Execute , , adExecuteNoRecords
the @w_o is...
June 8, 2005 at 2:11 pm
Hi,
when I run the sproc below.
Am I missing CAST or CONVERT function in the code?
June 8, 2005 at 1:53 pm
Hi Remi,
Thanks for the code.
Now the error saids it can't convert '123456-00' to int data type. I don't need it to be int. It needs to be char. Why am...
June 8, 2005 at 1:39 pm
Hi Remi,
I said adding one to string field. What I really want is subtract one from the field to get previous work order.
This field stores work order& release #(123456-00) in the...
June 8, 2005 at 12:55 pm
Hi Remi,
THanks for the quick reply.
I'm trying to increment the last digit by 1: 123456-01
How and what is the best way to accomplish this?
Thanks!
June 8, 2005 at 12:38 pm
Thanks Ron for your reply.
I did left out BEGIN/END by mistake but I also thought if the @opt variable is 1 the second select statement will execute. Thanks for your explanations.
April 14, 2005 at 1:18 pm
Hello Remi,
Thanks for the code and explanations.
I have two questions
If the @@rowcount variable gets resetted to 0 shouldn't the return value be 0?what puzzles me is that it keeps on...
April 12, 2005 at 1:56 pm
Viewing 15 posts - 1 through 15 (of 35 total)