Forum: Java Jun 27th, 2009 |
| Replies: 4 Views: 222 It's .........
Class.forName("sun.jdbc.odbc.JdbcOdbcDriverManager");
& other is......
finally
{
System.out.println("Always");
} |
Forum: Java Jun 27th, 2009 |
| Replies: 3 Views: 225 Actualy i am about :
JDBC-ODBC bridge driver
OR JDBC-Net pure java driver |
Forum: Java Jun 27th, 2009 |
| Replies: 2 Views: 300 A university has few seats vacant for the new academic yea in the various departments. Students from all over the country send in their applications to the admissions department. The applications... |
Forum: Java Jun 27th, 2009 |
| Replies: 3 Views: 225 Which JDBC driner is used to connect a java client application to a database over aTCP/IP connection? |
Forum: Java Jun 27th, 2009 |
| Replies: 4 Views: 222 consider the following snippet:
import java.sql.*;
public class test
{
public static void main(String args[])
{
try
{
... |
Forum: Java Sep 26th, 2008 |
| Replies: 2 Views: 1,524 Hye HI,
Try this one:
String URL="http://www.google.com";
com.ice.jni.registry.ApplicationStarter.start(URL)
OR
If you specifically want to open IE then use JACOB |