-
Database Connection in WSAD (1 messages)
- Posted by: sho mak
- Posted on: August 31 2004 12:08 EDT
I want to create a database connection to a remote OS/390 host system. I am using WSAD IE 5.1 and the database on The OS/390 system is DB2 V7.1. What is the recommended way to establish corss platform connection?Threaded Messages (1)
- Use DB/2 client by Mark McMillan on September 01 2004 07:41 EDT
-
Use DB/2 client[ Go to top ]
- Posted by: Mark McMillan
- Posted on: September 01 2004 07:41 EDT
- in response to sho mak
If you install DB/2 7.1 *client* on your system, then bind it to the remote OS/390 database, then you can treat the remote database as if it were a local database. Then just use the normal WSAD JDBC setup to connect to the (local) database.
-M