Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thread was being aborted
Message
De
03/10/2006 15:17:10
 
 
À
03/10/2006 15:07:18
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, États-Unis
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01159023
Message ID:
01159064
Vues:
22
>There are a lot of things that can get you a "thread was being aborted", you can get a more detail message, if you put execution code inside of a try/catch block
>
> Try
> 'place your code
> Catch ex As SqlClient.SqlException | or System.Exception if your not using sql.
> MessageBox.Show(ex.Message)
> End Try
>
>I hope this helps.

Thanks, I adjusted and this was the reason:

"Cannot insert the value NULL into column 'numero', table 'Direct Martial Arts.dbo.erreur'; column does not allow nulls. INSERT fails. The statement has been terminated."

When I imported the data from VFP, the import module didn't consider the auto incremental fields. So, I would have to adjust that manually.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform