The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: HEMAX on March 31, 2005, 01:12:43 AM

Title: how to connect oracle via OCI (or other way) using masm ?
Post by: HEMAX on March 31, 2005, 01:12:43 AM
how to connect oracle via OCI (or other way) using masm ?
Title: Re: how to connect oracle via OCI (or other way) using masm ?
Post by: James Ladd on March 31, 2005, 02:32:12 AM
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.
Title: Re: how to connect oracle via OCI (or other way) using masm ?
Post by: HEMAX on April 01, 2005, 03:09:31 AM
thx striker.

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