Hi;
I have a method which return a byte array from a BLOB (Oracle) :
public static byte[] getBLOB(int id, Connection conn) throws Exception {
ResultSet rs = null;
PreparedStatement pstmt = null;
String query = "SELECT data FROM Table1 WHERE id = ?";
try {
pstmt =...
Hi;
I have a GUI which will communicate with an engine of complex mathematical calculations.
For example: I choose a sample via the GUI and then I must send a event (with parameters) to this engine which starts calculations and stores the results into the database.
Question: which means to...
Hi;
I seek a powerful product (paying) to interface with a jms queue independently of SA.
I have tested ActivreJMS but it is a small tool not adapted for production site (performance).
Aim its to be able starting from a env Microsoft (DLL or a exe) to send/receive msgs (Sync/async) on one or...
Hi;
I get from Oracle Table a field BLOB with a big size (contains many data) and I would like to write a class which to get this field and to analyze the data for creating of the structures and objects.
For example into this field, at position 1 to 10, its of variables, position 12 at 45 its...
Hi;
I wish to have your opinion on the various tools and API to access into a database in J2ee.
My constraints are:
1 - Structure of the base not optimized
2 - Many data stored in the form of blobe
3 - Much data into database
4 - Oracle 10 as db server
Mapping O/T not possible, Ibatis...
Hi;
I search :
1- a jms implementation (source code or a example) for realizing the following fonction :
When a message is posted by a client to the queue, my component extracts the trade details and sends them inside of a mail (via javamail).
- Which are the errors not to make whan one uses...
Hi Dian;
The client already exists (the service will just be published).
So your conclusion is not to use the services but another solution like jms ?
Regards;
Hi Sedj;
If I realize a web service, how the two services (That which sending the data write in Delphi and my application which receive these data) communicate between them (via a msg queue or another model).
Regards
Hi;
I would like to realize a application which receive from a system of the messages via SOAP (events).
Next it apply rules to them (events) and if same conditions are match, it send events into a mail or store events into a database.
I would like to use a web service but I do not know if its...
Hi;
I use the version 3.62 of the QuickReport and I would like to generate
direclty of the pdf files from of the Qrp files stored in a database in
using the "TQRPDFDocumentFilter" module.
But do not works (it does not pass anything the whole)
My code is :
procedure TForm1.Button1Click(Sender...
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.