I have written a program to connect to database using
odbc.Can this Application run on any Platform????
Answers were Sorted based on User's Feedback
Answer / sejal
The most important thing in these products is that JaySQL
can run on other platforms besides Windows, including
Linux, Sun Solaris and Apple Mac.
JaySQL is a 100% pure Java solution and therefore, can run
on any Java compatible platforms.
where as WinSQL is there in ODBC which can run only on
microsoft platform like (Win9x, NT, Win2000, XP or 2003)
basically ODBC is a microsoft product so its platform
dependent so we can not run that code on all environment.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manikandan [ gtec,vellore ]
this can run on any platform which supports odbc .
| Is This Answer Correct ? | 0 Yes | 2 No |
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
How to find number of records in result set?
What is createstatement method in java?
How can we set null value in jdbc preparedstatement?
When do we get java.sql.SQLException: No suitable driver found?
What is jdbc odbc?
What are static and dynamic queries?
What is two-phase commit in the database?
What is data source in java?
What is the full form of jdbc?
password, is stored in as plain text. What can I do to protect my passwords?
What are stored procedures? How to call them?