I have written a program to connect to database using
odbc.Can this Application run on any Platform????
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between rowset vs. Resultset in jdbc?
Why jdbc is used in java?
How do java applications access the database using jdbc?
What is the role of class.forname while loading drivers?
What is the return type of class.forname() method?
How many types of jdbc drivers are available?
What are the factors that the jdbc driver performance depends upon?
How to use JDBC API to call Stored Procedures?
What is connection commit?
Which jdbc drivers will run your program?
What does executeupdate return in jdbc?
What is jdbc driver for sql server?
Describe odbc?
Why is jdbc used?
What are the utilities of the callablestatement?