I have a student table named for_studenti with 2 unique keys:
- The first is a GUID
- the second is a concatenation of fields firstname, lastname, email, region, city, fiscalcode (this is an Italian unique code for each citizen)
There are no triggers.
I'm trying to import some student whit the same EXCEL I used before and the students I am importing are all new. It was working until some days ago, now I get this message:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
vidierre
I have a student table named for_studenti with 2 unique keys:
- The first is a GUID
- the second is a concatenation of fields firstname, lastname, email, region, city, fiscalcode (this is an Italian unique code for each citizen)
There are no triggers.
I'm trying to import some student whit the same EXCEL I used before and the students I am importing are all new. It was working until some days ago, now I get this message:
Imported Table:
regardless the number of students. I tryed also using one new student only but I got the same msg (obviously referring to one record).
How can understand which is the error?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.