ADO Problem

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

    #1

    ADO Problem

    Hello.

    I developing an delphi (6.0) application with a
    MsAccess database.

    When i add datasets to a table and want to delete or change the datasets
    then i get a message like
    Can not modify or find dataset.Dataset may have been changed.

    The tables are indexed and i don't know why this messages come.

    Any idea.

    thanks Kronberger Reinhard


  • Lyle Fairfield

    #2
    Re: ADO Problem

    Whatever that means; if you code with as much thoroughness and
    completness as you post it's a wonder anything works at all.

    Comment

    • Kroni

      #3
      Re: ADO Problem

      >Whatever that means; if you code with as much thoroughness and[color=blue]
      >completness as you post it's a wonder anything works at all.[/color]


      thats good :-)

      K.R.


      Comment

      • Larry Linson

        #4
        Re: ADO Problem

        "Kroni" <trallalla@bitt ekeinmail.at> wrote
        [color=blue][color=green]
        > > Whatever that means; if you code with as much thoroughness and
        > > completness as you post it's a wonder anything works at all.[/color]
        >
        >
        > thats good :-)[/color]

        I think Lyle implies that (1) you are using terminology that is not familiar
        to Access users... there's no "adding 'datasets' to tables". We do add
        "records" or "rows" to tables. And (2), that perhaps if you clarified for us
        (as you can possibly guess, we are mostly not users of Delphi) in simple,
        straightforward terms what you are doing, what you are trying to accomplish,
        and maybe even the snippet of Delphi code that you are having trouble with,
        someone might be able to be helpful.

        Larry Linson
        Microsoft Access MVP


        Comment

        Working...