Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IDENTITY_INSERT is set to OFF
Message
From
17/10/2004 01:29:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
IDENTITY_INSERT is set to OFF
Miscellaneous
Thread ID:
00952051
Message ID:
00952051
Views:
56
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.
Next
Reply
Map
View

Click here to load this message in the networking platform