Hi, sorry for not replying earlier. I have been on vacation. The problem with these libraries is, that the interfaces are not oleautomation compatible because...
Stefan, hello. Some time ago we had an exchange about my program's failure to remove registry keys that it defined in the first place. I wish to return to that...
Hi, concerning the registry problem: Seems that the system modifies the the key's security descriptor once it has been used for ODBC data access. Furthermore...
... No, this is my private machine with no one else having access to it. There's just one account. ... At this time, I have an empty database (an mdb file),...
... wrote: ... the ... registry ... Hi, yes with jadoZoom you don't need a DSN. But with jacoZoom, also , you can do it with the ADO Automation Server. If you...
... 1. Where can I read about that? I have not seen ADO Automation mentioned in the jacoZoom documentation. 2. Does this mean that ADO Automation Server slows...
... Stefan, hello: I just tried your WordIE example. I got an error (see below). I ran it from inside my Visual Cafe with Java VM 1.3.0.1. The jars were...
Hello, I have several observations related to above mentioned items and suggestions for possible improvement. How it works is very well explained in message...
Well, we tried our own suggestion and it does not seem to work (We done this through JNI). All threads have MTA initialized on them which puzzles us very much....
hi, jacoZoom uses MTA by default. You can call com.inzoom.comjni.Dll.useApartmentThreadingModel() to switch to apartment threading. This has be done before...
Hi, you must register izmjnicomax.dll. See the readme.txt in the axcontrol folder. Stefan ... concerning ... sample ... code ... ("java.home")); ... ...
Hi, ADO is nothing specific to jacoZoom, but just a COM Automation Server which can be automated with jacoZoom by generating wrappers for it. The DLL to be...
... Perfect, thank you. Now, the important part. I need the Word's toolbar, so that the user will be able to create and save a file from inside a Java Window....
... I understand that jadoZoom serves the same purpose. How do you compare it to ADO? I downloaded jadoZoom a long while ago, at the time of jacoZoom purchase....
Hello, this really solved our problem, now everything works as it should be. Basically, turning apartment threading on, creates COM environment similar to IIS....
Hi, jaDoZoom is a layer on top of ADO in form of a JDBC driver. If you use ADO with jaCoZoom you don't have JDBC conformance and the COM- calling mechanism is...
Hi, all COM calls are channeled through one of the 2 JNI functions invoke (for dispatch) or vtblCall. Before actually calling into COM these functions check...
... I am more concerned about the differences from the user perspective. As you say, ... Are there any differences with regard to speed, or perhaps ...
Hi, there is a newer download of jadoZoom available at ftp://ftp.infozoom.de/pub/Download/IzmJniAdo//izmado20.zip. No difference, only different API. The...
Hi All, I'm looking for a way to embed MSAccess into my java application, that is into a JFrame (similar to what is possible with internet explorer and excel...
I need to be able to create a Word document COM object given the path to a document on the file system. From what I've read that entails creating a Moniker and...
wcook_personal <wkcoo...
wkcook@...
Jan 16, 2003 4:21 pm
751
Hi, why don't you want to do it using the Automation interface? The moniker does the same. As long as you don't call Application.setVisible(true) the Word...
I'm trying to be more generic. I'm given a path to a document and I need to do some operation like compare or merge. I would like to find out from the moniker...
wcook_personal <wkcoo...
wkcook@...
Jan 16, 2003 5:03 pm
754
Thanks, that got me up and running. Unfortunately, there is a method in the object that I'm unable to use. The interface is: public void preview(String...
Hi Stefan, Let me explain more about what I want to achieve. I have a java application that interacts with a central Oracle database. A user is enabled to...
Hi, to find out how to use the Access Automation interface you must consult the MS Access docu. Open Access, then open the VBA window, then open the Object...