Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thread was being aborted
Message
From
03/10/2006 15:17:10
 
 
To
03/10/2006 15:07:18
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, United States
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01159023
Message ID:
01159064
Views:
21
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform