Hi,
The function val() at the end of this statement is failing when used as the SelectCmd in a cursoradapter. How are these things handled, as I do this sort of stuff quite frequently.
select county_pagekey, Page_Type, BOOK_NUM, Page_Prefix, Page_Num,
SubPage_Num, Page_Date, IMAGE_PATH, ocr_text1, ocr_text2, identity_id
from Page
where left(Page.county_pagekey,5)=?gcCounty
and Page.page_type=?gcPageType
and Page.book_num=?gcBookNum
and val(Page.page_num)>=?gnStartPage
order by val(Page.page_num)
Thanks,
Stanley
The function val() at the end of this statement is failing when used as the SelectCmd in a cursoradapter. How are these things handled, as I do this sort of stuff quite frequently.
select county_pagekey, Page_Type, BOOK_NUM, Page_Prefix, Page_Num,
SubPage_Num, Page_Date, IMAGE_PATH, ocr_text1, ocr_text2, identity_id
from Page
where left(Page.county_pagekey,5)=?gcCounty
and Page.page_type=?gcPageType
and Page.book_num=?gcBookNum
and val(Page.page_num)>=?gnStartPage
order by val(Page.page_num)
Thanks,
Stanley