Entry | Value | Explanation |
---|---|---|
Display name | My MySQL | A descriptive name that can contain most any characters |
Short name | MyMySQL | Shorter name which can only contain letters A-Z and numbers. |
Connection string template | Provider=MySqlProv.3.0;Data Source=%DB%;Integrated Security="";Password="%password%";User ID=%username%;Location=%server%;Extended Properties="" | Used to create the final connection string that's used when connecting to this provider. |
List databases command | SHOW DATABASES | The command that results in a list of all databases on the server |
Field name with database name | Database | The list databases command results in a dataset that may contain any number of fields. This value is the name of the field that has the database name in it. |
Value | Explanation |
---|---|
%DB% | The database that is to be used |
%password% | Your password |
%username% | Your user name |
%server% | The server that you'll connect to |
Web site | www.commsoft.nu |
E-mail address | support@commsoft.nu |
Phone | +46-44-103435 |
Fax | +46-44-248874 |
10/21/2004 | 2.01 | Added the ability to double-click an index in the index list to sort by that index. This applies to listings of BDE, FlashFiler and ADO tables. |
07/26/2004 | 2.0 |
Fixed field size display for strings in Paradox tables. Made the Structure and Indexes tabs use listviews instead of grids, with resizable columns to allow long entries to be viewed. Added a file system plugin to view servers and databases. Added native access to MySQL, PostgreSQL, Microsoft SQL Server, Sybase, InterBase and Firebird. Split the plugin into two stubs (.wlx and .wfx), and one common DLL file. |
02/01/2004 | 1.1 |
Added the ability to list Access database tables. Added the ability to list any ODBC database through a .DSN file |
11/19/2003 | 1.02 | Now all keyboard activity is passed to Total Commander, so that you can use the keyboard normally in the Lister. You can close the window, change modes and so on. We also added a navigator at the top of the data grid, for easier adding and deleting. |
11/04/2003 | 1.01 | Responds to mouse and keyboard scrolling without an initial click |
10/23/2003 | 1.0 | Initial release |