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
