Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Rhino ETL will Support BulkInsert for all Database(sql, oracle, mysql)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dev  
View profile  
 More options Nov 9 2012, 4:46 am
From: Dev <venkat.c...@gmail.com>
Date: Fri, 9 Nov 2012 01:46:35 -0800 (PST)
Local: Fri, Nov 9 2012 4:46 am
Subject: Rhino ETL will Support BulkInsert for all Database(sql, oracle, mysql)

Hello,

I just want to know 'Rhino ETL will Support BulkInsert for all
Database(sql, oracle, mysql)'

If support where can i start.

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jason Meckley  
View profile  
 More options Nov 9 2012, 8:11 am
From: Jason Meckley <jasonmeck...@gmail.com>
Date: Fri, 9 Nov 2012 05:11:05 -0800 (PST)
Local: Fri, Nov 9 2012 8:11 am
Subject: Re: Rhino ETL will Support BulkInsert for all Database(sql, oracle, mysql)

BulkInsert is specific to SqlServer. It uses a SqlConnection, not an
IDbConnection. Here is the
code https://github.com/hibernating-rhinos/rhino-etl/blob/master/Rhino.Etl...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dev  
View profile  
 More options Nov 11 2012, 11:28 pm
From: Dev <venkat.c...@gmail.com>
Date: Sun, 11 Nov 2012 20:28:43 -0800 (PST)
Local: Sun, Nov 11 2012 11:28 pm
Subject: Re: Rhino ETL will Support BulkInsert for all Database(sql, oracle, mysql)

Can we implement with IDbConnection for all databases

Thanks,
Venkat


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jason Meckley  
View profile  
 More options Nov 12 2012, 8:28 am
From: Jason Meckley <jasonmeck...@gmail.com>
Date: Mon, 12 Nov 2012 05:28:13 -0800 (PST)
Local: Mon, Nov 12 2012 8:28 am
Subject: Re: Rhino ETL will Support BulkInsert for all Database(sql, oracle, mysql)

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..


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »