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

Search:

Type: Posts; User: nikolasapl

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,622

    Re: C++ and ADO (ActiveX Data Objects)

    MSDN is really helpful

    Many thanks!
  2. Replies
    6
    Views
    1,622

    Re: C++ and ADO (ActiveX Data Objects)

    Thanks for your replies, but I do not even know the very basics of ADO programming in C++, so they did not help me...
  3. Replies
    6
    Views
    1,622

    C++ and ADO (ActiveX Data Objects)

    Hello,

    I need to write a simple C++ program that:
    1) creates a table in an existing database
    2) inserts a record in the table and
    3) reads a record from the table

    Can someone provide me...
  4. Replies
    5
    Views
    10,545

    Re: Bad Memory Allocation

    It seems that for a parameter value less than a threshold, a while loop in the code executes many times, allocating memory to new objects. I changed the condition and now it seems to work without any...
  5. Replies
    5
    Views
    10,545

    Bad Memory Allocation

    Occasionally, my simulation program, written in C++, stops executing, throwing the exception Bad Memory Allocation. This exception means that the new operator failed to allocate memory somewhere in...
  6. Thread: C++ and SQL

    by nikolasapl
    Replies
    1
    Views
    550

    C++ and SQL

    Hi,

    I have a C++ program (Win32 console application) that generates a text file with lots of data. I would like my program to insert those data in an SQL table instead of a textfile.

    How can I...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured