ADO Notes

If I want to use an ADO connection to Oracle in Notes, is there a DLL I need to reference and how do I do that?

Thanks in advance,

MJ

Subject: ADO Notes

Look at LS:DO in Designer Help.

Subject: RE: ADO Notes

I’m trying to find out how to reference ADODB, not LS:DO. I need to Reference the MSADO15.dll file. How do you reference an external DLL?

MJ

Subject: RE: ADO Notes

The same way you’d do it from VB (assuming it’s a COM server) – with the minor exception that all objects are going to be Variants (not typed early-bound objects).