Re: Error in post with ADOSQLServer



Hi,

Yes, but "my client" is very hard mind.

Thank

PTTK
"Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx> escribió en el mensaje
news:429b0749$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> In a table with over 60000 records? You bet it :)
>
> As a matter of fact it's *always* better to have a primary key that helps
> you to:
>
> - search faster, as it is also an index
> - identify any record without error possibility, which allows you to never
> duplicate (your table should be in 3FN at least)
> - update exactly what you need to update, as well as any other operation
> like inserts, deletes and modifyings
> - in other words, help you avoiding a lot of integrity problems
> --
> Best regards :)
>
> Guillem Vicens
> Dep. informática Green Service SA
> www.clubgreenoasis.com
> --
> In order to send me a mail, remove the -nospam
>
>
> "Sergio Pottstock" <pttk@xxxxxxx> escribió en el mensaje
> news:4299f09a@xxxxxxxxxxxxxxxxxxxxxxxxx
> > Thank
> >
> > That is correct!!!, my table dont have any key.
> >
> > Allway need primary key for update record?
> >
> > PTTK
> >
>
>


.