decode string of a parameter value [message #1005325] |
Thu, 24 January 2013 16:32  |
Eclipse User |
|
|
|
I'm receiving a parameter that have been encoded in an external google script.
In my initialize script in birt, i have the following code:
var cliente = new String(params["Cliente"].value);
var aux = new String(decodeURIComponent(cliente));
params["Cliente"].value = aux;
I just want to decode the parameter and set a new value.
After several tries, i get this error all the time:
org.eclipse.birt.report.engine.api.EngineException: Cannot execute the statement. org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object. SQL error #1:[SQL0302] Erro de conversão na variável ou parâmetro *N. ; java.sql.SQLException: [SQL0302] Erro de conversão na variável ou parâmetro *N. (Element ID:591)
The portuguese part says: error convesion in variable or parameter *N.
What am i doing wrong? Any idea?
Thanks in advance.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05186 seconds