CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ramsavi

Search: Search took 0.02 seconds.

  1. how to give database connection to a c++ code

    can any one please help me how to give a database connection to a c++ code
    i am using turbo c++ as an editor and if i have oracle 11g client, odbc as a driver , what else i require and how to link...
  2. Thread: help in code

    by ramsavi
    Replies
    1
    Views
    966

    help in code

    hey , i am using this code for database connection but it is giving error




    #include "/opt/redknee/home/rel76d1/mediation//3rdparty/ocilib/include/ocilib.h"
    int main(void)
    {
    OCI_Connection...
  3. Thread: help

    by ramsavi
    Replies
    5
    Views
    1,066

    Re: help

    ok , i am trying to explain my question properly to the extent what i can.
    Actually we are currently using oci lib as a driver and ora11g database for our c++ code . The following code modules...
  4. Thread: help

    by ramsavi
    Replies
    5
    Views
    1,066

    Re: help

    hey , don't get u can u explain me again in a simple way , i am newcommer to this field

    thanks
  5. Thread: help

    by ramsavi
    Replies
    5
    Views
    1,066

    help

    hey , my existing code is making database connectivity with oci library ,but know we want to make the database connection using odbc on solaris/linux.
    A code module has been written for the...
  6. Thread: help

    by ramsavi
    Replies
    0
    Views
    725

    help

    hey , i am using Google performance tool kit to know the memory usage but on running PPROF following error is coming -

    pprof --text ./cvtengine heapprofile.log.0001.heap
    Using local file...
  7. Thread: help

    by ramsavi
    Replies
    8
    Views
    1,577

    Re: help

    then what should i use.
    I want to retrieve the data in the order it is reading the reader xml ,but set is internally sorting it, which i don't want.

    If i don't want to change the data structure...
  8. Thread: help

    by ramsavi
    Replies
    8
    Views
    1,577

    help

    hey i am using set in my code to get fields from a reader xml which are being errored out but it is storing it in ordered form(i.e it is internally sorting it) not in accordance to how the reader xml...
  9. Thread: help needed

    by ramsavi
    Replies
    1
    Views
    825

    help needed

    Hey , i have code that reads an input file and generates an output file .For reading the input file we have a xml file.If there is an error while reading or writing the output file the an errored...
  10. Thread: help needed

    by ramsavi
    Replies
    1
    Views
    958

    help needed

    what is the difference between unsigned char in[] and const unsigned char in[]

    Thanks
  11. Replies
    4
    Views
    990

    urgent help needed

    I have to replace a string of a file by first opening it . the code i used is
    In the file it is CONVERTED_REC_STATS = 7/or any number. i have to replace it with
    CONVERTED_REC_STATS = UNK :7 ie i...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured