SQLnet + c guides? [message #398745] |
Fri, 17 April 2009 06:46 |
Felder
Messages: 6 Registered: September 2008
|
Junior Member |
|
|
Hello,
And my deepest apologies if this is in wrong section, but I wasn't sure which one fitted my problem best...
I'm trying to solve how to integrate SQLnet & c and I'm quite losted at the moment.
Searching with google gives some random stuff, which does seems to be irrelevant - so I would greatly appreciate if someone could give some hints, or pointers to relevant www resources.
So, what i'm having is heaps of ansi c, some oracle db somewhere and need for good way to use that remote db (one solution seems to be using SQLnet).
Thanks in advance,
F
[Updated on: Fri, 17 April 2009 06:49] Report message to a moderator
|
|
|
Re: SQLnet + c guides? [message #398746 is a reply to message #398745] |
Fri, 17 April 2009 06:53 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
SQLNet is basically the Oracle Network protocol.
You don't usually interact with that in your own code, you use the oracle driver (OCI) in your code.
Look here for example.
|
|
|