Re: [Wtr-general] manipulating dos prompt with watir

2007-05-01 Thread Bret Pettichord
alan wrote: In my watir script i would like to have it go to open a dos command window and start sqlplus, then run a simple query to see if a member exists, the flow would be something like: open cmd.exe log in as [EMAIL PROTECTED] pass the password somewhere around here do query select *

Re: [Wtr-general] manipulating dos prompt with watir

2007-04-30 Thread Chris McMahon
Look up ruby system or exec commands. Also consider connecting to the DB directly with ODBC or DBI. -Chris On 4/30/07, alan [EMAIL PROTECTED] wrote: In my watir script i would like to have it go to open a dos command window and start sqlplus, then run a simple query to see if a member exists,