Name | Modified | Size | Downloads / Week |
---|---|---|---|
Snapshot | 2015-06-10 | ||
Readme.txt | 2015-06-17 | 1.2 kB | |
FillMAd-0.2.tar.gz | 2015-06-17 | 56.5 kB | |
Totals: 3 Items | 57.7 kB | 0 |
Fill M Add (Fill e-Mail Addresses in your database) Data entry of e-mail addresses made as efficient as possible + csv export. Prepare for use: - have MySQL server available, with root or other administrative account - have Gambas2 (or at least gb2 runtime) on your Linux desktop - download FillMAd - open in Gambas, "Make Executable" or "run" - create database tables (from included .sql files), note username and password for it - run again and connect to the database by supplying the data asked for in the Tools/Configure Menu. - these are saved, so that next time you start up, connection with the database will be made. Use: - start to fill e-mail addresses, names (and companyname) of your new contacts - saved in database, view with sql statements or via phpMyAdmin - import in other programs by accessing the data on the mysql server - export to csv files to import in other systems like mailing system, CRM, ..etc Adjust: - use the Gambas IDE to load the source code version and adjust whatever you want if you follow the GPL licence. - use data in other programs - write other code (e.g. php) to access your data and make reports, consultation screens etc