Hi there
I know that I can connect to an IDMS DB using JDBC type 4 drivers, but I have a few questions:
Is this the process:
- Set up the IDMS system to allow JDBC connections - defining TCP/IP lines etc.
- Install CA-IDMS Server on client PC
- Try to establish connection.
- Use JDBC driver in web page programming to connect to DB (similar to mySQL and ODBC?) and retrieve data from the IDMS->...