Hi: I install the application at the user computer following the directions that are specify in the license.html, but my users are getting the message...
Hi, the runRoyaltyFree call should be the very first call into the izmcomjni.jar. Call it before the call to register izmjnicomax.dll. Stefan ... bought ... I...
Hi. I hope someone can help me with this. I use the following query: "SELECT TBLORBATS.ID, TBLORBATS.Name, TBLORBATELEMENTS.ID, TBLORBATELEMENTS.Name,...
Hi, where does the exception occur - stack trace? Possibly it is a reserved names problem. ADO behaves differently compared to Access with respect to reserved...
Hi, the problem seems to be that the ADO Recordset does not use the combined names (<table>.<field>) for naming the column when there is no duplicate with...
Hello, I've got a com.inzoom.axjni.JActiveX after instantiating an ActiveX object,which has a popup menu on right click. Is there any operation I can perform...
When using jadozoom with DbVisualizer (www.dbvis.com), this app runs into an ugly Exception, popping up a Debug window: Exception in thread "AWT-EventQueue-1"...
Hi Is is possible (as in ADO through Delhi) to test for a specific table Name using jadoZoom in Java 1.5. I want to test for two table in a database. If the...
Hi Stefan. the code we are using is this one and we still get the message. public void init(IHandler handler) { System.out.println(" Init Royalty Free Code"); ...
Hello ... The jadoZoom does use the OLEDB Providers. If the provider does support INFORMATION_SCHEMA Rowsets (AFAIK SQLOLEDB and Jet have support) you can...
Hi, could it be that the ResultSet.close method has been called twice? Or is there an exception earlier in the code which causes the problem? Do you want us to...
Hello, We run out ComServer as LOCAL_SERVER and all works fine. But when the COm Object crashes the whole JVM crashes. Is there a possibility to avoid this? ...
Hello everyone, I need help. I call my Com Object with Parameter LOCAL_SERVER =4 and the DllHost.exe started. But when the com Object crashes the JVM crashes...
Hello Klaus, You are right if the any COM object used as local service then the JVM must continue running when the COM object goes crashed. To test it we can...
Hi Stefan: did you got a chance to see the code that I send you, we still got the licence problem. Thanks, Alex Anglero Note: forwarded message attached. ... ...
Stefan: What do you mean when you said that the runRoyaltyFree call need to be the first into the izmcomjni.jar, because I understood the second one calling...
Hello ... runRoyaltyFree must be called on every program start before any jacoZoom staff ( generated JCW instances/methods or library routines) goes accessed. ...
Hermann: I send the code that we are using to Stefan and I would like you to check it to see if we are doing something wrong. If you need me to send it to you...
I am getting the following error: com.inzoom.comjni.ComJniException = {com.inzoom.comjni.ComJniException@2316}"com.inzoom.comjni.ComJniException: Parm problem...
Hi, I am using a jacoZoom wrapper for an OCX library to interface with a scanner (Unisys - SourceNDP model). The scanner comes with a demo program written in...
Hello ... A difference between Visual Basic and jacoZoom wrappers is the threading model. Visual Basic use STA ( single threaded apartement ) and jacoZoom...
Hi, I'm having a problem with Windows Media Player 9.00.00.3349 on Windows 2000 SP4. The video appears at first and then disappears after about a second, and...
Hallo ... Sounds like a problem with using DirectX on Win2K. Swing and WMP are both using DirectX to draw and, in jacoZoom case, Swing will define the parent...
Hello, ... Please post exception stack, COM declaration of getActiveAccounts( may be viewed with OLE View Tool), generated JCW method. Regards Hermann...
Hi, I am integrating a third party COM application - Vitrea with our Java application. Integration is behaving very abnormally. What are the possibilities that...
Hello ... - COM Object not properly installed. - COM Object can't be used from MTA - JCW classes are created for another object version ... Reinstall component...
Hi, Thanks for the reply. Unfortunately using apartment threading model didn't solve the problem. Perhaps it does not suit my model, or I didn't call it in the...