Search found 2 matches

by steelunicorn
Thu Mar 24, 2016 8:35 am
Forum: General Discussion
Topic: Temporal table on SQL-server
Replies: 3
Views: 16334

Re: Temporal table on SQL-server

That's strongly limits range of possibilities in tasks working with SQL. If I may suggest, it wold be usefull to have actions like "Start SQL-session" and "Close session" in loop-like design. I mean like this: 1. "Start session" 2. Some actions 3. Some other actions 4. ...
by steelunicorn
Mon Mar 21, 2016 2:51 pm
Forum: General Discussion
Topic: Temporal table on SQL-server
Replies: 3
Views: 16334

Temporal table on SQL-server

Seems that #table i'm creating in query is being destroyed because Robotask closes session to SQL-server. But after creating #table i want to insert data into it in dataset loop. Is there option avaliable to create session and work with it without autoclosing it?