| Database name: | * |
| Database Creator: | JFi5 |
| Type: | Freeware |
2006-04-05 vBeta
,
,
and all Plattforms supporting Java 1.1.8 or better.
|
View the data of a JFile5 Database in a Browser. JFile is a Database Software avaliable from Land-J Technologies www.land-j.com. This is a Java Desktop Application for This software is Freeware, but not for comercial use. Conatct the author for further questions. This Application exports all records of the JFile pdb File to a XML File.
Syntax:
Be careful, the Java Runtime environment is case sensitve. The JFile5_2HTML.JAR has to be included to the classpath or provide it with the -cp parameter to the Java Virtuell Machine. It will work with JFile5 compatible Databases. No other Databases can be listed with it. The JFile name has been used with permission from Land-J Technologies. |
Sample:<!-- created on 11.04.2006 17:05:55 with JFile5_2XML written by Juergen.Schwister@gmx.net http://home.vr-web.de/~jSwi --> <JFile5> <databaseHeader> <name>JFile5-Sample</name> <creator>JFi5</creator> <type>JfD5</type> <created>11.04.2006 17:05:55</created> <lastBackup>11.04.2006 17:05:55</lastBackup> <lastModification>11.04.2006 17:05:55</lastModification> <attributes>0</attributes> <modificationNumber>73</modificationNumber> <uniqueID>2551811</uniqueID> <version>57</version> <numRecords>2</numRecords> </databaseHeader> <!-- may change, format not final --> <AppInfo> <!-- may change, format not final --> <sort /> <advancedFilter /> </AppInfo> <columnlist> <column id="string" colwidth="80" typename="STRING" type="1"></column> <column id="boolean" colwidth="80" typename="BOOLEAN" type="2"></column> <column id="date" colwidth="80" typename="DATE" type="4"></column> <column id="time" colwidth="80" typename="TIME" type="32"></column> <column id="popup" colwidth="80" typename="LIST" type="64"> <value>list1</value> <value>list2</value> </column> <column id="int" colwidth="80" typename="INT" type="8"></column> <column id="float" colwidth="80" typename="FLOAT" type="16"></column> <column id="calc" colwidth="80" typename="CALC" type="70"> <fieldExtraData>50659331</fieldExtraData> <fieldExtraData2>3</fieldExtraData2> <protected>true</protected> </column> <column id="popupwithlist" colwidth="80" typename="POPUP_MULTIPLE" type="81"> <protected>true</protected> <defaultvalue>defaultvalue</defaultvalue> </column> <column id="pp-referenz" colwidth="80" typename="LIST" type="64"> <fieldExtraData2>1</fieldExtraData2> <value>key</value> <value>value</value> </column> <column id="pp-withreftoDB" colwidth="80" typename="POPUP_MULTIPLE" type="81"> <fieldExtraData2>1</fieldExtraData2> <protected>true</protected> </column> </columnlist> <recordlist> <record id="1"> <string /> <boolean>0</boolean> <date /> <time /> <popup /> <int /> <float /> <calc>0</calc> <popupwithlist>defaultvalue</popupwithlist> <pp-referenz /> <pp-withreftoDB /> </record> <record id="2"> <string>adfgas</string> <boolean>1</boolean> <date>4/6/2006</date> <time>1:55 pm</time> <popup>list2</popup> <int>2</int> <float>23,5</float> <calc>310.000</calc> <popupwithlist>asdadsf</popupwithlist> <pp-referenz /> <pp-withreftoDB /> </record> </recordlist> </JFile5> |
YYYY-MM-DD vX.XX2006-04-05 vBeta