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



I have written a program to connect to database using odbc.Can this Application run on any Platfor..

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

I have written a program to connect to database using odbc.Can this Application run on any Platfor..

Answer / manikandan [ gtec,vellore ]

this can run on any platform which supports odbc .

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JDBC Interview Questions

Give an example for getXXX method?

0 Answers  


What is in terms of jdbc a datasource?

0 Answers  


Explain jdbc savepoint?

0 Answers  


When do we get java.sql.SQLException: No suitable driver found?

0 Answers  


How can we maintain the integrity of a database by using jdbc?

0 Answers  






What is createstatement method in java?

0 Answers  


Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

0 Answers  


How can you retrieve data from the resultset using jdbc?

0 Answers  


How many isolation levels are supported in JDBC and what are they?

1 Answers  


What are JDBC statements?

2 Answers  


How we say that PreparedStatment is Precompiled? where it will be compiled?

4 Answers   Logica CMG,


What is the purpose of the jdbc resultset interface?

0 Answers  


Categories