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
What is the return type of class.forname() method?
What do you mean by metadata and why we are using it?
Which type of driver provides jdbc access via one or more odbc drivers?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Is jdbctemplate thread safe?
Explain the main method?
What does connection pooling mean ?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What are the types of jdbc drivers that exist?
What are the measures to connect to the db using jdbc?
What are the factors that the jdbc driver performance depends upon?
What does executeupdate return in java?
What are the different classes through which JDBC represents statements?
What are the classes and methods used for sending sql statements to database?
Which is best database for java?