Re: Error in post with ADOSQLServer
- From: "Maurice Telkamp" <maurice_telkamp>
- Date: Sat, 28 May 2005 10:11:58 +0200
"Sergio Pottstock" <pttk@xxxxxxx> wrote in message
news:42978440@xxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Yes is one table with 86.500 record!!, I need delete all duplicate record.
>
That is probably your problem: duplicate records. SQL is complaining that it
does not know what record you are trying to update, because there is more
than one Give your table a primary key, or use a GROUP BY or DISTINCT
statement to transfer unique records to a new table.
Maurice
.
- References:
- Error in post with ADOSQLServer
- From: Sergio Pottstock
- Re: Error in post with ADOSQLServer
- From: Kevin Frevert
- Re: Error in post with ADOSQLServer
- From: Sergio Pottstock
- Error in post with ADOSQLServer
- Prev by Date: Re: Don't want to delete from secondary table
- Next by Date: Microsoft ADO Extensions type library disapeared
- Previous by thread: Re: Error in post with ADOSQLServer
- Next by thread: Re: Error in post with ADOSQLServer
- Index(es):
Relevant Pages
|