how to connect oracle via OCI (or other way) using masm ?

Started by HEMAX, March 31, 2005, 01:12:43 AM

Previous topic - Next topic

HEMAX

how to connect oracle via OCI (or other way) using masm ?

James Ladd

The Oracle OCI library is just a set of 'C' API's so as long as you use that calling convention you should be ok.
There should be some 'C' headers about to help with the definitions.
If you really get lost let me know and Ill see what I can dig up.
Rgs, striker.

HEMAX

thx striker.

could you send a sample, please? i'm newbie on masm.... thx in advance.