SyncFramework with sqlserver
Hai this is shanker when开发者_开发技巧 i am going to use already existed client side data base in synframework I am getting the following error
Failed to execute the command 'BulkInsertCommand' for table 'accounts'; the transaction was rolled back. Ensure that the command syntax is correct.
please help me..
can you verify that the bulkinsert procedures and user define table type are in your database? the bulk operations in Sync fx is only supported in Sql 2008 and Azure.
精彩评论