Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

give me a java code snippet to connect Microsoft excel
through.... I am trying alot... plz help me.

Answer Posted / sushant

Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String myDB = "jdbc:odbc:Driver={Microsoft Excel Driver
(*.xls)};DBQ=c:/java/scratch/jdbc_test.xls;"
+ "DriverID=22;READONLY=false";
Connection conn = DriverManager.getConnection(myDB, "", "");

Is This Answer Correct ?    19 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is CLOB and BLOB datatypes in JDBC?

1404


What is jdbc driver manager?

997


Why did my jdbc code throw a rollback sqlexception?

964


What is isolation level? How to set it?

2312


Give steps to connect to the db using jdbc?

1065


What is in term of jdbc a datasource?

963


What is “dirty read” in JDBC? Which isolation level prevents dirty read?

1070


Why jdbc is used in java?

1005


Is jdbc a web technology?

948


What is the benefit of having jdbcrowset implementation?

987


How can we disable a constraint ?

1077


What are the jdbc drivers in java?

1140


Is jdbctemplate thread safe?

970


Where is jdbc used?

1042


What is a rollback in jdbc?

1001