Would you check one thing? On your PC, open a Windows command prompt and type in: java –version
It’s possible you have a Java Virtual Machine installed on your PC and, if so, it might not be so difficult.
What’s needed is a Sun JVM (not MicroSofts) at version 1.4.x or higher.
The output would look something like this:
java version "1.4.2_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
A JDBC driver is needed to access the database. If you let me know what database and version you are on, I can probably let you know the file name, for example Oracle version 10 uses ojdbc5.jar which could very well be on your PC in a directory like c:\oracle\ora111\jdbc\lib. If you access the PassPort database using Excel, most likely you are using an ODBC driver and have a JDBC driver.
If the Java Virtual Machine and a JDBC driver are available on a PC running Windows, this is doable and I think you’ll be surprised.
I’m interested in how Portal/J was defined to handle the raster files. I’ve always been interested in how this is done and haven’t contracted at a site doing it. Would it be possible to let me know the value of TIDOBLOK.OLE_OBJECT_CLASS and TIDBLOB.OLE_OBJECT_TYPE (there are probably many rows) for one of the embedded raster files?
Would you check one thing?
Would you check one thing? On your PC, open a Windows command prompt and type in: java –version
It’s possible you have a Java Virtual Machine installed on your PC and, if so, it might not be so difficult.
What’s needed is a Sun JVM (not MicroSofts) at version 1.4.x or higher.
The output would look something like this:
java version "1.4.2_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
A JDBC driver is needed to access the database. If you let me know what database and version you are on, I can probably let you know the file name, for example Oracle version 10 uses ojdbc5.jar which could very well be on your PC in a directory like c:\oracle\ora111\jdbc\lib. If you access the PassPort database using Excel, most likely you are using an ODBC driver and have a JDBC driver.
If the Java Virtual Machine and a JDBC driver are available on a PC running Windows, this is doable and I think you’ll be surprised.
I’m interested in how Portal/J was defined to handle the raster files. I’ve always been interested in how this is done and haven’t contracted at a site doing it. Would it be possible to let me know the value of TIDOBLOK.OLE_OBJECT_CLASS and TIDBLOB.OLE_OBJECT_TYPE (there are probably many rows) for one of the embedded raster files?