Re: MS ACCES DELPHIE MASTER/SLAVE PROBLEM
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Mon, 26 Sep 2005 21:50:46 -0500
>I use ms access tables with not indexes just a jointrelation between to
>table. In my case a school classe code as master and a list of books for
>the slave table so when on one gride I click the classe I get all the book
>needed for that class
>In the slave grid (table) itis not probleme to delete a book. But when I put
>twice the same book in the table and want to delete one of them I get an
>EOle Exception with the message "information about the column is not
>suficient or incorrect. Too many ligne are affected.
>When I carry on with the step by step commande I come to a message teeling
>me that the lign doesn 't exist.
>As anyone a clue why I cannot delete this ligne double.
Because you don't have an index.
Clientside cursors need a unique index to find which row of the duplicate data
it is to delete.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- MS ACCES DELPHIE MASTER/SLAVE PROBLEM
- From: Claude
- MS ACCES DELPHIE MASTER/SLAVE PROBLEM
- Prev by Date: Re: D5 with ADO
- Next by Date: DBF to ADO
- Previous by thread: MS ACCES DELPHIE MASTER/SLAVE PROBLEM
- Next by thread: Re: MS ACCES DELPHIE MASTER/SLAVE PROBLEM
- Index(es):