Hi I am testing your product and I've decided to make my own Adobe Acrobat 6.0 ocx control implementation in Swing from scratch. I've run the application,...
Hello, ... at this point you are have a empty Wrapper created without ActiveX contained. To fill wrapper wich a ActiveX instance, do add it to a Swing...
I've been evaluating JadoZoom compared to the JDBC-ODBC Bridge for use with an Access db, and my test program creates and inserts data into about 40 tables. ...
HI, try using jadoZoom as apartment-threaded-client. See http://www.infozoom.de/jdbcurl.shtml#IzmThreadingModel for details. Stefan ... use ... into ... using ...
Here is some test code. For me the total time is: 26561 ms using JadoZoom 22218 using the JDBC-ODBC Bridge This is consistent with my "real" eval results where...
I've tried this code with the JDataConnect driver from JNetDirect and it is also slower than the ODBC bridge driver for regular insert statements. I had...
Hi, I didn't find the time yet to test your sample. But did you already try PreparedStatement? This should work faster. Other option with jadoZoom is with...
Hello, ... We have ... local to ... customers.. ... jacoZoom does embedd ActiveX on a separate thread. I thought it was reason for prb with locale changes and...
Hi Stefan, I noticed that the JDataConnect driver is also slower than the ODBC bridge in this case, so it's not only JadoZoom. Yes, PreparedStatements are much...
Hi, I want to send messages back from my JNI C code to my java app but don't know how. I've tried to compile and run the JNIClient VC++ project but without...
Hello, I use a JOLEDocument to show a Word or Excel file in my application. When I open a document by calling the open(...) method on it, the focus (and...
Hi all. I'm currently evaluating the jadozoom jdbc driver (downloaded last week), using Java 1.4.2_06 on WinXP/Athlon and WinXP64/Athlon64 respectively. The...
Where the JOleDocument get the path of the document to open? If I try to start the JWinDoc example i'll get the following stacktrace. Can you give me a tip...
Hi, note, that both these queries work fine, when I use the jdbc-odbc-bridge: <1> select ID, Name, Image, Modify_Time, Owner, Owner as Owner2, Descr from...
hi, the Jet Oledb provider with Ado has others and more reserverd words, than the Jet Odbc driver. These may not be used as Field names without quoting them. ...
Hi, thanks for responding so quickly. That sounded promising, but didn't do the trick. (BTW, I had abbreviated the tablenames for better readability...) ...
Hi, the Je-Oledb provider doesn't have problems with these blob- columns. Note that you might have to quote not only the column names but also the table name. ...
Hello Matthias, ... Method JOleDocument.open() is your friend. ... Yes, you have modernized JWinDoc() sample a little bit .-) de.cursor.jevi.JWinDoc.main is...
Hello, ... Yes, we modernize izmcomjniax.dll and restore focus at least line in JOLEDocument.open() method or you override JOLEDocument.open() and do it...
Hi, When debugging my program, some exceptions are thrown, e.g. try{ //Do something with generated JCW } catch(com.inzoom.comjni.ComJniException exc){ ...
... Hermann, Restoring the focus after the open method doens't seem to work. To restore the focus I call the requestFocus() method on the component that...