Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
usingdatabasebeansforallproducts [2021/07/28 13:23] wikiadmin [Using the Database Servers in Scripts (MIStudio and TransSECS)] |
usingdatabasebeansforallproducts [2022/01/02 22:09] (current) wikiadmin [Introduction] |
||
---|---|---|---|
Line 9: | Line 9: | ||
To use any of the database servers, a JDBC Driver jar specific to the database must be added to the project. For MIStudio, use the Drivers node of the project, right click and browse for this jar on your computer system. When you deploy to MIX from MIStudio, this jar will be added to the MIX deployment. For TransSECS this jar must be added to a resources directory of your project. When you build your TransSECS project this jar will be added to the deployment. | To use any of the database servers, a JDBC Driver jar specific to the database must be added to the project. For MIStudio, use the Drivers node of the project, right click and browse for this jar on your computer system. When you deploy to MIX from MIStudio, this jar will be added to the MIX deployment. For TransSECS this jar must be added to a resources directory of your project. When you build your TransSECS project this jar will be added to the deployment. | ||
- | To read data from the database or to write data to the database, there are a variety of database server " | + | To read data from the database or to write data to the database, there are a variety of database server " |
==== Using the Database Servers in MIStudio==== | ==== Using the Database Servers in MIStudio==== |