How to deploy an entity bean on j2ee server using an external database such as mssql rather than cloudscape.
Jim Baiter
Ranch Hand
Joined: Jan 05, 2001
Posts: 530
posted
0
You need to get the JDBC driver (or bridge for MSSQL) and configure a data source in your J2EE server. The J2EE server documentation should show you how to do this.