This is a discussion on ascii code in informix stored procedures within the Informix forums, part of the Database Server Software category; --> Hi, I'm using Informix 9.4. I want to get the ascii code of a character in a stored procedure. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm using Informix 9.4. I want to get the ascii code of a character in a stored procedure. Using the function "ORD" produces an error about unknown function. Is there any other way to get the ascii code? thanks khamis |
| |||
| Hi Informix Experties, I'm still looking for a solution. Please provide me with some hints. thanks khamis Khamis wrote: > Hi, > > I'm using Informix 9.4. I want to get the ascii code of a character in > a stored procedure. Using the function "ORD" produces an error about > unknown function. Is there any other way to get the ascii code? > > thanks > khamis |
| |||
| You can always write your own ORD. I have posted the code before. check google archives. "Khamis Diab" <khamis@web.de> wrote in message news:408BBDC3.3030508@web.de... > Hi Informix Experties, > > I'm still looking for a solution. Please provide me with some hints. > > thanks > khamis > > Khamis wrote: > > Hi, > > > > I'm using Informix 9.4. I want to get the ascii code of a character in > > a stored procedure. Using the function "ORD" produces an error about > > unknown function. Is there any other way to get the ascii code? > > > > thanks > > khamis > |
| ||||
| You can always write your own ORD. I have posted the code before. check google archives. "Khamis Diab" <khamis@web.de> wrote in message news:408BBDC3.3030508@web.de... > Hi Informix Experties, > > I'm still looking for a solution. Please provide me with some hints. > > thanks > khamis > > Khamis wrote: > > Hi, > > > > I'm using Informix 9.4. I want to get the ascii code of a character in > > a stored procedure. Using the function "ORD" produces an error about > > unknown function. Is there any other way to get the ascii code? > > > > thanks > > khamis > |