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
Which package contains jdbc api?
Why do we need a jdbcrowset like wrapper around resultset?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What are the differences between execute, executequery, and executeupdate?
How many types of resultset are there in jdbc?
How many categories of jdbc drivers are there?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What does setautocommit do?
How does jdbc connect to database?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is JDBC ResultSet?
Explain the JDBC Architecture?
Write an sql to find all records having all numeric characters in a field ?
What are the steps required to execute a query in jdbc?