Are you sure about that?
Regarding the documentation...
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Yes, if you also remove the corresponding argument form the javascript part. The final command would be
Code:resultInsertIMMappingTest= dbConnPatient.executeUpdate('insert
Leave a comment:
-
You probably misunderstood. The proposal of pacmano and also mine was targeting the sql part of your statement. Replace the last questionmark with now()...
Leave a comment:
-
Yes, the thread opener mixed up things. Instead of in the sql context, he used now() in javascript context. There it must be Date.now()....
Leave a comment:
-
CURRENT_TIMESTAMP should work:
Code:'insert into im_mpi_mapping_test(global_id,lcl_site,lcl_id,update_date) values(?,?,?,CURRENT_TIMESTAMP)'
Last edited by odo; Today, 12:53 AM.
Leave a comment:
-
JODConverter might be the library you are looking for. It is published under LGPL (latest versions even under Apache License 2.0), which allows you to...
Leave a comment:
-
Another alternative might be
Code:// if difference in ms between now and received date is larger then 730 x ms of a day if(Date.now() -
Last edited by odo; Yesterday, 12:14 PM.
Leave a comment:
-
Really?
My search for "pdfbox arabic text" lead me to this approach. Alternatively, you might want to have a look at the op...
Leave a comment:
-
You are trying to call a function on a package instead of a class or object.
It should be something like:
Code:var obj = Packages.<proper
Leave a comment:
-
Good to know. This means dashboard logfile date-format can be adapted via a custom plugin.
Leave a comment:
-
If I got you right, you don't want the dashboard to display the server log(s)?
As this is hard-coded you would have to deactivate or remove...
Leave a comment:
-
The easiest way would probably be to create a folder and within this folder a share for each directory you are polling data from. That way you could use...
Leave a comment:
No activity results to display
Show More
Leave a comment: