Search found 5 matches

by jinimg
Thu Jul 23, 2015 1:22 pm
Forum: ADO.NET
Topic: CREATE TEMP TABLE transaction auto commit issue
Replies: 7
Views: 34173

Re: CREATE TEMP TABLE transaction auto commit issue

Thanks Sharon, I found same from the Documentation. :-)
by jinimg
Thu Jul 23, 2015 12:39 pm
Forum: ADO.NET
Topic: CREATE TEMP TABLE transaction auto commit issue
Replies: 7
Views: 34173

Re: CREATE TEMP TABLE transaction auto commit issue

Hi Jim, I moved the create temp table statement just after the begin transaction. But when I am trying to insert data using "COPY temp_table_name FROM STDIN DIRECT DELIMITER '|' RECORD TERMINATOR '\r\n';" I am facing the same issue of auto commit. The transaction committed automatically while issuin...
by jinimg
Thu Jul 23, 2015 9:06 am
Forum: ADO.NET
Topic: CREATE TEMP TABLE transaction auto commit issue
Replies: 7
Views: 34173

Re: CREATE TEMP TABLE transaction auto commit issue

Thanks for the update Jim. But creating physical table instead of temp table is very costly in our application. We have almost 50 or more temp table in entire application. What we are thinking is to change the order of execution and issue all temp table creation in the beginning of transaction. Appr...
by jinimg
Tue Jul 21, 2015 3:46 pm
Forum: ADO.NET
Topic: CREATE TEMP TABLE transaction auto commit issue
Replies: 7
Views: 34173

Re: CREATE TEMP TABLE transaction auto commit issue

Hi Jim, Thanks for the quick response. Is there any option to turn OFF the auto commit feature before issuing CREATE statement? Actually we are using this temp table concept for inserting bulk data to a physical table after some validations in the temp table itself. If you can suggest any other meth...
by jinimg
Tue Jul 21, 2015 12:08 pm
Forum: ADO.NET
Topic: CREATE TEMP TABLE transaction auto commit issue
Replies: 7
Views: 34173

CREATE TEMP TABLE transaction auto commit issue

Hi Friends, I am using Vertica .Net data provider 4.1.7 in my .NET appliation. I am facing a strange issue on TEMP table creation. I have started a new TRANSACTION and exectuing couple of insert and update queries. After that I am creating a TEMP table using the same transaction. But after the CREAT...

Go to advanced search