I want to create a Entity class with database in Netbeans.
When i select a Data source jdbc/Ionbank (custom Jdbc connection Using JDBC-ODBC bridge with Ms SQL 2005 as database).
I see all the table from that database.
All tables show no primary key, but they have primary keys in them.
I am trying to find out what is problem.
Thing i tried :-
1. Created new 4-5 data source.
2. Created tables using query, and not the New table option.
3. Tried changing Odbc connection.
4. Tried using different drivers for the Jdbc-Odbc bridge like Sql4jdbc.jar, Jdts.jar.
Still No luck. Plz help
I have Attached PrintScreen Image of this No primary key tables.