I'm currently changing my VB program that access our oracle DB so that it uses the OraOLEDB provider instead of MSDAORA as I intend to implement storage of BLOBs.
However, all I have changed is the data provider itself and when I try an ADO:
cn.Open strconnect
I get an error:
The specified procedure could not be found
It used to connect fine with the old microsoft provider and I have no stored procedures (I don't really no much about them).
Anyone know whats going on?
Thanks
elziko
However, all I have changed is the data provider itself and when I try an ADO:
cn.Open strconnect
I get an error:
The specified procedure could not be found
It used to connect fine with the old microsoft provider and I have no stored procedures (I don't really no much about them).
Anyone know whats going on?
Thanks
elziko