Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 728 - 757 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
728
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 6, 2003
5:12 pm
729
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...
abogom <alexb@...>
abogom
Offline Send Email
Jan 8, 2003
4:12 pm
730
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 8, 2003
5:30 pm
731
... 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),...
Alexander Bogomolny
abogom
Offline Send Email
Jan 8, 2003
5:56 pm
732
... This will also work with Excel, right? Alex...
Alexander Bogomolny
abogom
Offline Send Email
Jan 8, 2003
6:00 pm
733
... 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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 8, 2003
7:26 pm
734
Hi, yes this is correct. There are some threads on this list concerning toolbar display. You might want to check them. Stefan...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 8, 2003
7:29 pm
735
... 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...
Alexander Bogomolny
abogom
Offline Send Email
Jan 8, 2003
8:15 pm
736
... 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...
Alexander Bogomolny
abogom
Offline Send Email
Jan 8, 2003
8:23 pm
737
Hello, I have several observations related to above mentioned items and suggestions for possible improvement. How it works is very well explained in message...
vcoolas <vcoolas@...>
vcoolas
Offline Send Email
Jan 8, 2003
9:42 pm
738
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....
vcoolas <vcoolas@...>
vcoolas
Offline Send Email
Jan 9, 2003
2:49 am
739
hi, jacoZoom uses MTA by default. You can call com.inzoom.comjni.Dll.useApartmentThreadingModel() to switch to apartment threading. This has be done before...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 9, 2003
9:34 am
740
Hi, you must register izmjnicomax.dll. See the readme.txt in the axcontrol folder. Stefan ... concerning ... sample ... code ... ("java.home")); ... ...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 9, 2003
10:28 am
741
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 9, 2003
10:35 am
742
... 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....
Alexander Bogomolny
abogom
Offline Send Email
Jan 9, 2003
10:56 am
743
... 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....
Alexander Bogomolny
abogom
Offline Send Email
Jan 9, 2003
8:47 pm
744
Hello, this really solved our problem, now everything works as it should be. Basically, turning apartment threading on, creates COM environment similar to IIS....
vcoolas <vcoolas@...>
vcoolas
Offline Send Email
Jan 9, 2003
11:02 pm
745
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 10, 2003
7:49 am
746
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 10, 2003
7:52 am
747
... I am more concerned about the differences from the user perspective. As you say, ... Are there any differences with regard to speed, or perhaps ...
Alexander Bogomolny
abogom
Offline Send Email
Jan 10, 2003
3:24 pm
748
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 10, 2003
3:44 pm
749
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...
ramanthefirst <ramant...
ramanthefirst
Offline Send Email
Jan 14, 2003
2:34 pm
750
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@...
Send Email
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 16, 2003
4:44 pm
752
Hi, MS Access is not embeddable. What do you want to achieve? Stefan ... example ... do...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 16, 2003
4:47 pm
753
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@...
Send Email
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...
Jon Nichols <jon@...>
virtualdrummer
Online Now Send Email
Jan 16, 2003
10:27 pm
755
Hi, can you send some test code to demonstrate the problem? Thx, Stefan ... method ... the ... the...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 17, 2003
10:31 am
756
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...
ramanthefirst <ramant...
ramanthefirst
Offline Send Email
Jan 17, 2003
10:37 am
757
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Jan 17, 2003
11:07 am
Messages 728 - 757 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help