0

フロントエンドとして VB6 を使用し、バックエンドとして oracle10g データベースを使用しています。今、私のvbプロジェクトで上記のコードを試しています:

Con.Open "Provider=MSDAORA.1;Password=pune;User ID=system;Data Source=localhost;Persist Security Info=True"
Rs.CursorLocation = adUseClient

Rs.Open "insert into PARTNER_REQURIMENTS values('" & email.Text & "','" & Val(a1.Text) & "','" & Val(h1.Text) & "','" & ms.Text & "','" & r1.Text & "','" & mt.Text & "','" & mg.Text & "','" & el.Text & "','" & ef.Text & "','" & ai.Text & "','" & c1.Text & "','" & dr1.Text & "','" & s1.Text & "','" & d1.Text & "')", Con, adOpenKeyset, adLockOptimistic
Con.Execute "commit"

...しかし、私はこのエラーが発生します:

run-time error'2147217900(80040e14)':
ORA-09917:missing comma

誰でも私を助けることができますか?

4

0 に答える 0