T
Tony Piperato
Can someone please explain why I am receiving this error (BC30002: Type
'OleDb.OleDbCommand' is not defined)? I am setting up the following for an
Oracle Stored procedure:
Import NameSpace=System.Data.OleDb
dim OraConn As System.Data.OleDb.OleDbConnection
OraConn = New System.Data.OleDb.OleDbConnection
OraConn.ConnectionString =
"Provider=MSDAORA.1;Password=something;UserID=something;Data
Source=mydatasource"
Dim OraCommand As New OleDb.OleDbCommand("My.stored.procedure", OraConn)
Sorry about the cross post but I realized that this is the newsgroup I
should have posted to in the first place.
Regards,
TP
'OleDb.OleDbCommand' is not defined)? I am setting up the following for an
Oracle Stored procedure:
Import NameSpace=System.Data.OleDb
dim OraConn As System.Data.OleDb.OleDbConnection
OraConn = New System.Data.OleDb.OleDbConnection
OraConn.ConnectionString =
"Provider=MSDAORA.1;Password=something;UserID=something;Data
Source=mydatasource"
Dim OraCommand As New OleDb.OleDbCommand("My.stored.procedure", OraConn)
Sorry about the cross post but I realized that this is the newsgroup I
should have posted to in the first place.
Regards,
TP