|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Enabling ConstraintsI am getting a message when I issue a 'FILL' command. The message is: 'Failed
to enable cinstraints'. I am not sure what this means, can someone explain what I have done wrong. -- Norm Bohana "nbohana" <nboh***@discussions.microsoft.com> wrote in message --Check for issues like having Null values where the specification in your news:D8774095-29B9-47A7-82BE-6FD6B56A7ADB@microsoft.com... >I am getting a message when I issue a 'FILL' command. The message is: >'Failed > to enable cinstraints'. I am not sure what this means, can someone > explain > what I have done wrong. dataTable doesn't allow nulls, datatypes (i.e. strings in integer fields), primary key vioations and the like. In my experience it's usually nulls (you can set MinOccurences to 0 t to get around this) but it could be one of the others. Another thing might be that you have Autoincrement set to true but you're getting the values from the DB so this conflicts as well. Chances are it's one of these but if it isn't, please let me know and I'll try to nail it down. Cheers, Bill Show quote > -- > Norm Bohana |
|||||||||||||||||||||||