Oracle acces from C

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vientoloco

    Oracle acces from C

    Hi guys, I looked aroun the web and I tried a lot of tools that
    promise a better acces from C to Oracle than others.
    Can you suggest me one.
    Which one is the best.

    Thanks,
    Mikel
  • Ben Pfaff

    #2
    Re: Oracle acces from C

    vientoloco@msn. com (vientoloco) writes:
    [color=blue]
    > Hi guys, I looked aroun the web and I tried a lot of tools that
    > promise a better acces from C to Oracle than others.[/color]

    Your question is outside the domain of comp.lang.c, which discusses
    only the standard C programming language, including the standard C
    library. This is a remarkably narrow topic compared to what many
    people expect.

    For your convenience, the list below contains topics that are not
    on-topic for comp.lang.c, and suggests newsgroups for you to explore
    if you have questions about these topics. Please do observe proper
    netiquette before posting to any of these newsgroups. In particular,
    you should read the group's charter and FAQ, if any (FAQs are
    available from www.faqs.org and other sources). If those fail to
    answer your question then you should browse through at least two weeks
    of recent articles to make sure that your question has not already
    been answered.

    * OS-specific questions, such as how to clear the screen,
    access the network, list the files in a directory, or read
    "piped" output from a subprocess. These questions should be
    directed to OS-specific newsgroups, such as
    comp.os.ms-windows.program mer.misc, comp.unix.progr ammer, or
    comp.os.linux.d evelopment.apps .

    * Compiler-specific questions, such as installation issues and
    locations of header files. Ask about these in
    compiler-specific newsgroups, such as gnu.gcc.help or
    comp.os.ms-windows.program mer.misc. Questions about writing
    compilers are appropriate in comp.compilers.

    * Processor-specific questions, such as questions about
    assembly and machine code. x86 questions are appropriate in
    comp.lang.asm.x 86, embedded system processor questions may
    be appropriate in comp.arch.embed ded.

    * ABI-specific questions, such as how to interface assembly
    code to C. These questions are both processor- and
    OS-specific and should typically be asked in OS-specific
    newsgroups.

    * Algorithms, except questions about C implementations of
    algorithms. "How do I implement algorithm X in C?" is not a
    question about a C implementation of an algorithm, it is a
    request for source code. Newsgroups comp.programmin g and
    comp.theory may be appropriate.

    * Making C interoperate with other languages. C has no
    facilities for such interoperation. These questions should
    be directed to system- or compiler-specific newsgroups. C++
    has features for interoperating with C, so consider
    comp.lang.c++ for such questions.

    * The C standard, as opposed to standard C. Questions about
    the C standard are best asked in comp.std.c.

    * C++. Please do not post or cross-post questions about C++
    to comp.lang.c. Ask C++ questions in C++ newsgroups, such
    as comp.lang.c++ or comp.lang.c++.m oderated.

    * Test posts. Please test in a newsgroup meant for testing,
    such as alt.test.

    news.groups.que stions is a good place to ask about the appropriate
    newsgroup for a given topic.

    --
    int main(void){char p[]="ABCDEFGHIJKLM NOPQRSTUVWXYZab cdefghijklmnopq rstuvwxyz.\
    \n",*q="kl BIcNBFr.NKEzjwC IxNJC";int i=sizeof p/2;char *strchr();int putchar(\
    );while(*q){i+= strchr(p,*q++)-p;if(i>=(int)si zeof p)i-=sizeof p-1;putchar(p[i]\
    );}return 0;}

    Comment

    • Keith Thompson

      #3
      Re: Oracle acces from C

      vientoloco@msn. com (vientoloco) writes:[color=blue]
      > Hi guys, I looked aroun the web and I tried a lot of tools that
      > promise a better acces from C to Oracle than others.
      > Can you suggest me one.
      > Which one is the best.[/color]

      No, we really can't. You might try asking in comp.databases. oracle.tools
      (a newsgroup about which I know nothing beyond its name).

      --
      Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
      San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
      Schroedinger does Shakespeare: "To be *and* not to be"

      Comment

      • Rob Thorpe

        #4
        Re: Oracle acces from C

        vientoloco@msn. com (vientoloco) wrote in message news:<e7f013a1. 0404261359.47b3 6f9@posting.goo gle.com>...[color=blue]
        > Hi guys, I looked aroun the web and I tried a lot of tools that
        > promise a better acces from C to Oracle than others.
        > Can you suggest me one.
        > Which one is the best.
        >
        > Thanks,
        > Mikel[/color]

        Try asking in a newsgroup specific to the platform you're using.

        Comment

        Working...