Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IDENTITY_INSERT is set to OFF
Message
De
17/10/2004 01:29:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
IDENTITY_INSERT is set to OFF
Divers
Thread ID:
00952051
Message ID:
00952051
Vues:
57
Hello everyone,

When I execute my REPLACE syntax this err msg occur:

* -------------------------------------------------------------------------
Connectivity error: Cannot insert explicit value for identity column in the table when IDENTITY_INSERT is set to OFF.
* -------------------------------------------------------------------------

Im using SQL 2000 as database and my only got 4 fields and only one of the is the primary:

[patno] [int] IDENTITY (1, 1) NOT NULL ,
[lastname] [char] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[firstname] [char] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[miname] [char] (1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL

I hope someone can help me how can I solve this err.

Thank you very much.

Marlon E.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform