Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SetupAxBase_1.0.0.7.exe | 2011-10-07 | 923.9 kB | |
AxBase_Source_1.0.0.7.zip | 2011-10-07 | 843.6 kB | |
ReadMe.txt | 2011-10-07 | 1.4 kB | |
Totals: 3 Items | 1.8 MB | 0 |
=General : AxBase is an Open source MDB / SQL Server Database viewer and editor. You can view & edit the tables (+ field descriptions) and execute SQL queries without Access licence. Export Tables to CSV/ XLS, Compress & Repair MDB. Compile needs Delphi + JVCL. =Version History : 1.0.0.8 : Inline parameters for batch files 1.0.0.7 : password for mdb files 1.0.0.6 : add list of last queries + navigator 1.0.0.5 : bug fixes. 1.0.0.4 : add Table Navigator & change some file extension principes when save. 1.0.0.3 : add 'delete table' & 'Open Xls Files' functions 1.0.0.2 : bug fix for DBGRID 'error' on non SELECT (UPDATE/INSERT...) Query 1.0.0.1 : add tools : export CSV & XLS 1.0.0.0 : first release. =Command line : Since ver. 1.0.0.8 Axbase may be used with command line option for automated query in batch files. Syntax : axbase -s=<database name> [-q="<query>"] [-f="<File Name>"] With -s option only AxBase run the user interface and open the <database name> base. If -q option is used, AxBase open the <database name> base without the user interface, execute the <Query> SQL query , export to the <File name> file (If the -f option is used) and close. ex : axbase -s=C:\Datas\demo.mdb -q="update clients SET CL_SDA='' WHERE CL_DATEDEP IS NOT NULL AND CL_SDA <> ''" or axbase -s=C:\Datas\demo.mdb -q="select * from clients" -f="c:\export.csv"