henryhandle
Programmer
After I was in wrong forum try it here again
I have this colum, ordernumber
(type is Text) with values like this:
\_\14053
11115
\_\14092
1010
if i read with select ordernumber from ordertable
I get a data type error !
With this query, which has been recommended in other forum:
Select Replace(Replace([JobNumber],'\',''),'_','') from tablexxx
I get
ERROR: java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Undefined Function ‘Replace’
I
How could be for example only the 14053 read?
(ps: it is a servlet, which read from database)
Thanks
I have this colum, ordernumber
(type is Text) with values like this:
\_\14053
11115
\_\14092
1010
if i read with select ordernumber from ordertable
I get a data type error !
With this query, which has been recommended in other forum:
Select Replace(Replace([JobNumber],'\',''),'_','') from tablexxx
I get
ERROR: java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Undefined Function ‘Replace’
I
How could be for example only the 14053 read?
(ps: it is a servlet, which read from database)
Thanks