www.studyjava.org

EJB Tutorial


Tutorial Index Page

Adding an ODBC Data Source

ODBC data sources can be added on Windows machines via the Control Panel.  Double click the ODBC Data Sources or the ODBC-32 icon (on Windows/2000, this is available after clicking on the "Administrative" icon first), which will bring up a property sheet.  Select the "System DSN" tab and click the "Add..." button.  Select the driver for the database you want to add, and fill in the database information. 

If you have downloaded sample Props.mdb file, select "Microsoft Access Driver" and click "Finish".  Then add a data source name (e.g. "PropsOdbc") and click the "Select..." button to select the Props.mdb file. 

Return to Entity Bean Creation