Search found 4 matches

by robertbense
Sat Aug 19, 2006 4:03 pm
Forum: General Discussion
Topic: Check deleting records in SQL database
Replies: 2
Views: 10685

Check deleting records in SQL database

Of course I can try to read next time a database record in MySQL and then I will automatically see whether it exists or not.But I hope there is a way that I can do this smarter by let RoboTask return a parameter. Based upon he returned value you can see whether it was successful.Oleg is this possibl...
by robertbense
Wed Aug 16, 2006 4:28 am
Forum: General Discussion
Topic: Check deleting records in SQL database
Replies: 2
Views: 10685

Check deleting records in SQL database

Hi,With a dataloop I'am doing some SQL statements.E.g. deleting records in a database.This works all fine.However I have to go to the database to check whether the records indeed have been deleted.How can I check this directly via a returncode in RoboTask what the result was of the SQL statement?Rob...
by robertbense
Wed Aug 16, 2006 12:20 am
Forum: General Discussion
Topic: Passing parameters in commandline
Replies: 2
Views: 10724

Passing parameters in commandline

What I like to to:I like to start via another program:"C:\Program Files\RoboTask\RTaskRun.exe" $10D4E0B3 %parameter1 %parameter2Task $10D4E0B3 for instance makes a message on screen that says "Good morning %parameter1, please call %parameter2"My question is how I can realize the ...
by robertbense
Tue Aug 15, 2006 6:07 am
Forum: General Discussion
Topic: Passing parameters in commandline
Replies: 2
Views: 10724

Passing parameters in commandline

Hi,I use RoboTask in commandline mode and like to pass parameters.The RoboTask task does some postprocessing.Another program starts RoboTask with an exec-command.How can I pass parameters in commandline mode:robotask tasknummer parameter1 parameter2Within the task I will of course use parameter1 and...