|
|
|
|


1:Create DataBase
Click Edit Data Source button in field 1 on the windows. Will call out the SYSTEM program ODBC Data Source Manager. Use this program can define all ODBC data source in the system.2:Open DataBase
Click Open DB button in field 2 on the windows. You can select a ODBC Data Source file and open the Data Source. Once the Data Source was opened, you may view or change the contents of the Data Source.3:Create Table
You may use Input Table name and add all Items name field(in field 3) to define new table structure. Every time you add a new item, a sample SQL command will build on SQL Commnad field(in field 7). This is useful for the person who does not know how to contructure a SQL command.4:Select Functions and Table
You may use Select Function and Table field(in field 5) to define SQL command structure. Every time you select a function or Table, a sample SQL command will build on SQL Commnad field(in field 7). This is useful for the person who does not know how to contructure a SQL command.5:SQL Execute
You may edit the SQL Commnad field(in field 7) code the SQL command as you wish. Then click SQL Exec button in field 6 to execute the SQL command.6:Save DataBase Informations
After all test was completed, means connection is O.K. All SQL command can be executed correctly. Now you will like to save the D.B. dfine informaions, so we can run the program under background mode.7:Close DataBase
After everything was done. Click Close DB button in field 9 and exit the program.8:About
About button show you the simple readme informaions.| Sub-Name | Format |
| CSV | CSV |
| HTM | HTML |
| HTML | HTML |
| SQL | SQL commands |
| Key-Word | description |
| SERVER=address | Define Srrver location(IP address). |
| DATABASE=D.B._name | Define Data Base Name |
| UID=User_ID/UserName | Define User ID or Name. |
| PWD=Pass_Word PASSWORD=Pass_Word |
Define Pass Word. |
| DBA=W | Define D.B. Access in write mode |
| DBQ=D.B.File_Name | Define Data Base file name. |
| DEFAULTDIR=Dir. | Define default Dir. |
| DRIVER=Driver | Define ODBC Driver Name. |
| Extensions=txt,csv,tab,asc | Define file extension for text file type(FIL=text) |
| FIL=text | excel 8.0 | Define file type |
| FILEDSN=DSN_Name DSN=DSN_Name |
Define DSN file Name. |
ini_file examples:
bravenet.com