Setting SqlOptions
adamtyson
Posts: 2
Hi,
I'm using SqlDataCompare to compare 2 databases, and need to set the DisableTriggers option to true.
I guess I can set the option through SqlProvider.options, but can't get this working, could someone provide a c# code sample?
many thanks,
Adam
I'm using SqlDataCompare to compare 2 databases, and need to set the DisableTriggers option to true.
I guess I can set the option through SqlProvider.options, but can't get this working, could someone provide a c# code sample?
many thanks,
Adam
This discussion has been closed.
Comments
Certainly! You can specify options to the SqlProvider like this: or this: