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 url in jdbc connection?
Which database is used for java?
What are the advantages of using preparedstatement over statement?
What are the different types of classes in the api component?
Why we use while rs next ())?
What is metadata in java programming?
How to make updates to updatable result sets in jdbc?
What is database connection pooling? Advantages of using a connection pool?
How to retrieve warnings in jdbc?
How many jdbc driver types are there?
How can I get information about foreign keys used in a table?
What is addbatch jdbc?
What is type 4 jdbc driver?
Can I get a null resultset?
Explain the life cycle of jdbc.