You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
Can we implement with IDbConnection for all databases
Thanks,
Venkat
Jason Meckley
unread,
Nov 12, 2012, 8:28:13 AM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
Not sure I understand what you are asking, but BulkInsert operation is specific to SqlServer. It utilized the SqlBulkCopy object which is specific to SqlServer. The same is true for SqlBatchOperation, it's specific to Sql Server. If there is a batch type command for a specific database you should be able to implement your own AbstractDatabaseOperation for the specific driver. Similar to how SqlBatchOperation is specifically implemented for Sql Server..