OK, I have looked around and can't find anything like what I want to do.
First I'm running SQL 2000. I have created a extended SP with a DLL that is suppose to take in a UPC(number) and convert it to the symbols and such so that I can use a barcode font and print a label.
My SQL table has three columns product number, upc and an empty column that I would like the output to be written to.
What I need a store procedure to do is get the UPC from a row in the table use that as an input parameter to my extened SP and update my table with the output, one row at a time.
Any ideas from anyone would help. I'm sure it's easy but I'm a newbie and having a lot of problems with the syntax.
Thanks
JC
First I'm running SQL 2000. I have created a extended SP with a DLL that is suppose to take in a UPC(number) and convert it to the symbols and such so that I can use a barcode font and print a label.
My SQL table has three columns product number, upc and an empty column that I would like the output to be written to.
What I need a store procedure to do is get the UPC from a row in the table use that as an input parameter to my extened SP and update my table with the output, one row at a time.
Any ideas from anyone would help. I'm sure it's easy but I'm a newbie and having a lot of problems with the syntax.
Thanks
JC