Database and XML Toolkit (DbTkXml) Reference Guide |
Welcome to the DbTkXml reference guide!
Every page contains the following buttons for easy navigation:
Go to the next page: | |
Go to the previous page: | |
Go to the home/main starting page page: |
DbTkXml fall into the following groups:
Interactive | DbExplorer.exe |
Command line utilities | Db2Dbf.exe Db2Xml.exe, Db2Csv.exe,
Db2Txt.exe, Db2Html.exe Dbf2db.exe Xml2db.exe Csv2db.exe Txt2db.exe DbLoad.exe, DbQuery.exe, DbSql.exe, DbScript.exe DbAna.exe |
Function interface for custom programming |
Example of the DbTkXml
programming Interface: CDbXmlTools *pDbTkXml = new CDbXmlTools; pDbTkXml->ExecCmd("opendb sample.mdb",&strTables); delete pDbTkXml; |
We recommend that you visit the DbTkXml Tutorial.