I encoutered some trouble while using ODBC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dead-Cell

    I encoutered some trouble while using ODBC

    The VC complier told me the RecordSet was read-only while I were trying
    to insert some record into database.
    My work environment is VC 6.0, SQL server and ODBC¡£

    Please tell me, how to open a CRecordSet. I am a new guy in this way.


  • Jack Klein

    #2
    Re: I encoutered some trouble while using ODBC

    On Mon, 24 May 2004 10:41:37 +0800, "Dead-Cell" <ellizar@163.co m>
    wrote in comp.lang.c++:
    [color=blue]
    > The VC complier told me the RecordSet was read-only while I were trying
    > to insert some record into database.
    > My work environment is VC 6.0, SQL server and ODBC¡£
    >
    > Please tell me, how to open a CRecordSet. I am a new guy in this way.[/color]

    Try one of Microsoft's support groups in the news:microsoft. public.*
    family. This is not a C++ language issue, non-standard extensions and
    third party libraries are off-topic here.

    --
    Jack Klein
    Home: http://JK-Technology.Com
    FAQs for
    comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
    comp.lang.c++ http://www.parashift.com/c++-faq-lite/
    alt.comp.lang.l earn.c-c++

    Comment

    • Michiel Salters

      #3
      Re: I encoutered some trouble while using ODBC

      "Dead-Cell" <ellizar@163.co m> wrote in message news:<c8rnah$4h h$1@mail.cn99.c om>...[color=blue]
      > The VC complier told me the RecordSet was read-only while I were trying
      > to insert some record into database.
      > My work environment is VC 6.0, SQL server and ODBC¡£
      >
      > Please tell me, how to open a CRecordSet. I am a new guy in this way.[/color]

      Please ask in the ms-windows newsgroups; this is not a C++ question.

      Regards,
      Michiel Salters

      Comment

      Working...