Rhino ETL will Support BulkInsert for all Database(sql, oracle, mysql)
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:
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.
You do not have the permission required to post.
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...
On Friday, November 9, 2012 4:46:35 AM UTC-5, Dev wrote:
> 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.
You do not have the permission required to post.
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
On Friday, 9 November 2012 18:41:05 UTC+5:30, Jason Meckley wrote:
> 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...
> On Friday, November 9, 2012 4:46:35 AM UTC-5, Dev wrote:
>> 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.
You do not have the permission required to post.
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..
On Sunday, November 11, 2012 11:28:43 PM UTC-5, Dev wrote:
> Can we implement with IDbConnection for all databases
> Thanks, > Venkat
> On Friday, 9 November 2012 18:41:05 UTC+5:30, Jason Meckley wrote:
>> 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...
>> On Friday, November 9, 2012 4:46:35 AM UTC-5, Dev wrote:
>>> 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.
You do not have the permission required to post.