...
To enable database access you need to provide a special connector library to jBEAM on startup. The library for Mircosoft SQLServers can be downloaded here
View file | ||
---|---|---|
|
To connect and select some data from the database you may use the Java JDBC connection standard API shown in this small example:
...