I want the user to specify the name of database and table (eg database login and table customer).
Once the user gives these details, the data in the table customer must be displayed no matter whether the database and table is created in SQL Server or MySQL.
My application is designed in NetBeans.
How can this be done?