Viewing 5 posts - 1 through 5 (of 5 total)
it would probably be about 4 or 5 columns. I'm really don't want to have to use a cursor if I don't have to. Running some tests using a sp...
January 25, 2007 at 9:11 pm
Just gives a syntax error. Even doing this will give that error:
SELECT IsNumeric(ShipToNum)
From Pub.ShipTo
Where CustNum = 10
September 1, 2006 at 12:03 pm
RGR'us, unfortunately isNumeric() doesn't seem to work.
Our ERP system actually uses a progress database but it's supposed to be SQL-92 compliant. Most functions work as they would in SQL...
September 1, 2006 at 11:48 am
unfortunately there isn't any type of consistency with the way the characters are stored.
so they could be 'hug1' '1hug' '1hu2g' etc...
September 1, 2006 at 11:14 am
Thank you very much Yelena. That was a big help to me.
I'm still trying to understand the new security in 2005.
July 13, 2006 at 5:28 am
Viewing 5 posts - 1 through 5 (of 5 total)