Re: Hi All

2008-09-26 Thread Hokrani
Say u have table tt_Employ with the following column ID,Name, DateOfJoin then use following code to read Name of the employ ID=453 ' Open the database Set dbexample = CreateObject(ADODB.Connection) ' Set the connection string and open the connection dbexample.ConnectionString =connection string

Re: running QTP from vbs and runas

2008-09-26 Thread Vasil Panushev
I start java from a batch file, that is run with runas command. i.e .something like runas /user:credentials /savecred runjava.bat and runjava.bat runs the java command and btw - I use QTP 9.2 (if this matters). Best regards Vasil On Fri, Sep 26, 2008 at 4:01 PM, Roman Zilber [EMAIL PROTECTED]

Re: running QTP from vbs and runas

2008-09-26 Thread Roman Zilber
As I understand, QTAutomationAgent.exe is not a part pf problem. Hard to say something specific without looking to Java code and VBscript code. But my wild guess, the problem related to part witch is responsible for running tests one by one. You should have in some place synchronization point wait