質問編集履歴
1
VB.NETタグを追加しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,10 +4,9 @@
|
|
4
4
|
その中でoracleデータベースのデータソースを使用したいです。
|
5
5
|
|
6
6
|
### 発生している問題・エラーメッセージ
|
7
|
-
|
8
|
-
```
|
9
7
|
Data SourceサイドバーのAdd New DataSourceからOracle データベースの接続を試みた際に、
|
10
8
|
以下のエラーメッセージが表示され、接続ができません。
|
9
|
+
```
|
11
10
|
'Attempt to load Oracle client libraries threw BadImageFormatException.
|
12
11
|
This problem will occur when running in 64bit mode with the 32 bit Oracle client components installed.'
|
13
12
|
```
|
@@ -31,7 +30,7 @@
|
|
31
30
|
各種バージョンです。
|
32
31
|
Windows10
|
33
32
|
VisualStudio2015
|
34
|
-
Oracle 19.3.0 Enterprise
|
33
|
+
Oracle 19.3.0 Enterprise Edition
|
35
34
|
|
36
35
|
Oracleデータベースのデータソースですが、
|
37
36
|
Oracle 11g(32bit版)からdumpファイルにて移行したものになっています。
|