Hello everyone!!!
I hope you could help me with this one...
In VB.NET ...If you want to display the content of your database in a datagridview component what you just need to do is to call odbc.odbcDataAdapter so that it will display all the data in datagrid as exactly as your database..
My question is, Does java has equivalent class for odbc.odbcDataAdapter like in VB.NET,
If yes , then may I know what class I need and if none, give me a piece of suggestions so that i can display in the content of my database in datagridview(If I am not mistaken JTable is the equivalent in java)
I am currently working in databases specifically odbc.
I hope you could help me with this one...
YOUR HELP IS HIGHLY APPRECIATED...
THANK YOU...