give me a java code snippet to connect Microsoft excel
through.... I am trying alot... plz help me.
Answer Posted / m.gangadhar
hi create DSN for Microsoft Excel(.xsl) in
controlpanel/administrativetools/datasources
after that write normal code for driver class and getting
connection Object.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
State the different connection methods used for creating different types of sql.
Why would you use setautocommit(false) in jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Write a program JDBCcode forfetching student database with SQL.
How do I insert an image file (or other raw data) into a database?
What is dburl?
What does the jdbc resultsetmetadata interface?
What is hbm xml?
What is the advantage of namedparameterjdbctemplate?
What is JDBC ResultSet?
What is a jdbc connection string?
How to update a resultset programmatically?
What is db client?
What is ODBC and JDBC? How do you connect the Database?
How do I disallow NULL values in a table?