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 |
Give an example of code used for setting up connection with a driver.
If iam using JDBC API, do I also have to use ODBC?
Explain Basic Steps in Writing a Java Program Using Jdbc?
Why would you use setautocommit(false) in jdbc?
How do java applications access the database using jdbc?
Is there any limitation for no of statments executed with in batchupdate?
What is the fastest type of JDBC driver?
State the three different ways in which you can create a table?
What is a jdbc driver and how many jdbc drivers are available?
What is database connection pooling? Advantages of using a connection pool?
What are different types of JDBC Drivers?
Explain the process of creating tables using NetBeans IDE?