I am developing a tool that will run database scripts to create tables in different RDBMS' through simple JDBC connection.
Now my problem is for JDBC connection creation for different RDBMS I have to write different SQL scripts, scripts for Sybase will not be the same as for Oracle or MySQL. It's becoming very tedious to write different scripts for different RDBMS.
So is there any common way to do this??