RAD 7.5.0 - Data Perspective - This driver is locked for use with embedded applications
Jay Vaghela
Greenhorn
Joined: Feb 15, 2006
Posts: 22
posted
0
I am using RAD 7.5.0
In data perspective I want to connect to MS SQL Server 2005
I have select following fields
database Manager as Websphere, JDBC Driver as SQL Server 2005 - IBM WebSphere Connect JDBC Driver and in properties I have given all the fields correctly.
The problem is, If I use RAD 7.0.0, and use the above driver it gives no error and I am able to connect and check the schema.
But with RAD 7.5.0, I am just able to connect to the database but when I am trying to run the query it gives following error
java.sql.SQLException: [IBM][SQLServer JDBC Driver]This driver is locked for use with embedded applications.
The above problem is just with the data perspective, but using application I have no such issue, I am able to retrive all data