I want to connect oracle with JDBC from excel. I want to insert data to oracle when I click the button in excel, I dont want to install ora-client.Is it possible with jdbc? I use Microsoft. Thanks.
相关问题
- Difference between Types.INTEGER and Types.NULL in
- Excel sunburst chart: Some labels missing
- Can I skip certificate verification oracle utl_htt
- Error handling only works once
- how to calculate sum time with data type char in o
相关文章
- node连接远程oracle报错
- oracle 11g expdp导出作业调用失败,提示丢包。
- Java的JDBC可以返回HashMap吗?
- 执行一复杂的SQL语句效率高,还是执行多少简单的语句效率高
- Oracle equivalent of PostgreSQL INSERT…RETURNING *
- Get the connected mysql database name (JDBC)
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
Using JDBC to connect to Oracle from Excel doesn't make much sense (JDBC is a Java framework for connecting to databases and therefore not suitable for Excel IMHO).
You should install the Oracle Data Access components for Windows (assuming you're using Windows; good luck if you're using a Mac); then, you can