Hi,
I am trying to fetch meta-data of a sql server database which is at remote location . There are tables with names like 478_grp_uplod7 . Now when using the getTables method after fetching meta data, there is a change in the name of tables . Its like 478 grp_uplod7.
That is, the original name has _ after 478 and not space .As I want to futher process the tables, I am in the need of exact or the original table name. If I use the current results of table name then I face sql exceptions for futher processing.
I have used following maven dependency which is the latest version as per the maven central repository :-
<dependency>
<groupid>net.sourceforge.jtds</groupid>
<artifactid>jtds</artifactid>
<version>1.3.1</version>
</dependency>
Other information :
Java : 1.8 (64- and 32 bit)
Windows : Windows 8
Thanks,
Abhilash Kale.