Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for the info. It is going to take a while to wade through this.
October 9, 2007 at 11:10 am
#740457
All the fields are interger numbers.
I would have never figured out this solution.
You people are great.
September 18, 2007 at 2:32 pm
#734406
I tried:
where
convert(varchar,BATCH_DATE)
+ '.' + convert(varchar,batch_nmbr)
+ '.' + convert(varchar,BATCH_CTR) =
'20050404.09000.0001'
I got an sqlcode of 100
When I changed the "=" to ">=" it returned that particular row???
September 18, 2007 at 1:39 pm
#734396