|
-
Aug 22nd, 2002, 02:00 PM
#1
Thread Starter
Junior Member
Is Possible to connect ...
Hello
Is it possible to connect Access or Oracle with C(C language).If it yes that send me one Sample code. please send me please.
And one more If we can connect internet useing C. what are the librerys are nessesory for that tell me fast.
-
Aug 28th, 2002, 05:31 AM
#2
Access is basically possible though messy. You can access all COM objects (and the Access API is just that, use either DAO or ADO) with C.
You can also use the windows built-in SQL API or the OLE DB objects, but this may get even messier.
Same goes for Oracle. I don't know if there is a native API (there would probably be) that you can download, but you can still use SQL to access any DB.
For the internet, there are windows sockets, read them up in the reference.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|