| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Readme.txt | 2003-09-10 | 1.0 kB | |
| Totals: 1 Item | 1.0 kB | 0 | |
How to make SQL Star work with different database servers --------------------------------------------------------- 2. While connecting to the database, enter the JDBC Classname, JDBC URL, Username and Password. Select the appropriate Jar/Zip file for your driver (provided by the database vendor). Example: To connect to oracle database, JDBC Driver Jar/Zip file: c:\...path...\Classes12.zip JDBC Classname: oracle.jdbc.driver.OracleDriver JDBC URL: jdbc:oracle:thin:@IP:PORT:INSTANCE_ID Username: scott Password: tiger 3. If you wish to delete any item in the previously connected URL's select the item and press delete button. 4. Top right window can be used to key in the SQL Queries which uses ';' (Semicolon) as the query separator. If multiple queries are keyed in then pressing 'Execute query' will execute all the queries. To execute only the required query, highlight the query to be executed and then press 'Execute query'. 5. Append output ch