Results 1 to 2 of 2

Thread: Is Possible to connect ...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2002
    Posts
    30

    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.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width