Maybe a little bit too little information here, though this stuff has
been working for quite a long time already withouth any problems, so it
must be in you jdbc driver / connection settings somewhere..
Mvgr,
Martin
Sheeba wrote:
Hi,
I am trying to connect to sql server and read from the database using
ddlutils.
JdbcModelReader reader = new
JdbcModelReader(basicDataSource.getConnection());
Database database = reader.getDatabase();
Reader.getDatabase() returns null.
Could any body help me to find why it is returning null.
Regards
sheeba