Generally, Informix does data conversions when it can so converting a character string containing all numeric characters should happen with no problems.
If you're having a specific problem, please post the code.
I am in a situation like i need to execute this query.
select * from emp where emp_id like '1%'
since the EMP_ID is the numeric,I could not use the wild card character on numeric.
Current Scenario:
I developed a asp page with informix as back end.
In that asp page,i have a search based on emp_id,
user can enter first few characters of emp_id & i have to show the all the emp_id starting with that characters.
I am able to use the above mentioned query on the record set.
If u have any idea,please let me know.
thanks for ur help.appreciated.
shiva
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.