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 |
What is odbc and jdbc drivers?
Does sql allow null values ?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
What is the role of the jdbc drivermanager class?
How many locking systems are there in jdbc?
What is JDBC Transaction Management and why do we need it?
What do you mean by batch processing in jdbc?
How can you know about drivers and database information ?
Explain the JDBC Architecture?
Can you define a foreign key, with a key from the same table?
What are the exceptions in jdbc?