質問編集履歴

1

select文に間違いがあったので修正しました。申し訳ありません。

2016/11/22 05:45

投稿

siritaidake
siritaidake

スコア8

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  dim res as Variant
48
48
 
49
- set res = obj.ExcuteReader("select * hoge")
49
+ set res = obj.ExcuteReader("select * from hoge")
50
50
 
51
51
  if res.HasRows then
52
52