Re: [Wtr-general] Integrating Watir with SQL Server 2000

2006-06-21 Thread jet ibaÿfffff1ez
Hi, this is the code i've tried:require 'dbi'class Server attr_reader :name def initialize(name) @server_name=name @dbh=DBI.connect("DBI:ADO:Provider=SQLNCLI;DataSource=#{name};Integrated Security=SSPI") end def databases db=Array.new @dbh.select_all('SELECT name FROM master.sys.databases

Re: [Wtr-general] Integrating Watir with SQL Server 2000

2006-06-21 Thread jet ibaÿfffff1ez
Hi, thanks for the code but it doesn't seem to work either. Do I have to incorporate some other codes here or not. Ia pologize if 'm not that good with it coz I'm still just a newbie with watir...Can you give me with detailed explanation or other things about integrating watir and SQL

Re: [Wtr-general] Spaces in paths

2006-06-21 Thread Michael Bolton
I'm trying to use cookiemanager to delete data between test iterations but my paths contain spaces. What does your /code/ contain? ---Michael B. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] modal dialog support for dialogs launched from within a table ?

2006-06-21 Thread Neri, Marco
Hi I'm using v 1.5.1.1017 I'm clicking on a link in a table which launches a modal dialog. t[count][0].link(:text, Remove).click_no_wait # m = @ie.modal_dialog(:title, 'Confirmation') m.frame('main').button(:text, 'Yes').click Error is thrown ( note line numbers slightly out of synch as I've

[Wtr-general] Slightly OT - Eclipse RDT

2006-06-21 Thread Adrian Rutter
Hi Bret I use Eclipse 3.1 and RDT, but do not access files over the network. Instead i use SVN to access shared code. Yes, I was thinking about setting up something similar. I am still using Ruby 1.8.2. With 1.8.2 I had problems installing the watir one-click installer ( watir-1.4.1.exe).

[Wtr-general] Watir Users forum at forums.openqa.org

2006-06-21 Thread Zeljko Filipin
Is anybody monitoring Watir Users forum at forums.openqa.org (http://forums.openqa.org/forum.jspa?forumID=5)?Traffic is increasing, and I am replying to questions that I know how to answer, but I can answer only simple questions. For those interested in monitoring that forum, there is rss feed

Re: [Wtr-general] Slightly OT - Eclipse RDT

2006-06-21 Thread Bret Pettichord
On 6/21/06, Adrian Rutter [EMAIL PROTECTED] wrote: I am still using Ruby 1.8.2.With 1.8.2 I had problems installing the watir one-click installer (watir-1.4.1.exe). Off-hand I think it was a problem with and autoit.dll. Ifyou would like the exact error msg I will post it. Please do. Especially if

Re: [Wtr-general] Wait for control to exist

2006-06-21 Thread Jonathan Ni
Hi All: Sorry I forgot to metion, I am using Watir version 1.5.1.1029 Regards, Jonathan Ni___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Watir Users forum at forums.openqa.org

2006-06-21 Thread Zeljko Filipin
Bret,I will contact Patrick.On 6/21/06, Bret Pettichord [EMAIL PROTECTED] wrote: I think the only blocker has been that I haven't had the time to follow this up with OpenQA. Would you mind arranging the details with Patrick Lightbody? ___ Wtr-general

Re: [Wtr-general] Wtr-general Digest, Vol 31, Issue 41

2006-06-21 Thread Lonny Eachus
But that is the whole reason I am using AutoIt! Without something like the RunAsSet() function, whenever you run something in Windows XP as a different user, Windows forces you to manually enter a password. So if you wanted to simulate 8 users, you would have to type in 8 passwords. The

Re: [Wtr-general] Spaces in paths

2006-06-21 Thread John Fitisoff
What does your /code/ contain? Here it is. I thought maybe that I needed to manipulate the string a little before re-using it but that didn't help. I'm thinking that the spaces comment I made in the earlier note didn't make sense: who DOESN'T have spaces in their paths for this kind of thing?

Re: [Wtr-general] Little Book of Ruby

2006-06-21 Thread Bret Pettichord
On 6/21/06, Adrian Rutter [EMAIL PROTECTED] wrote: Seems a liitle gem for newcomershttp://www.sapphiresteel.com/IMG/pdf/LittleBookOfRuby.pdfThanks for the recommendation. I added a new page on the wiki for suggestions about learning ruby and included this suggestion there. I'd be happy to see

Re: [Wtr-general] Watir Users forum at forums.openqa.org

2006-06-21 Thread Paul Carvalho
Yes, I think it would be a great idea.On 21/06/06, Bret Pettichord [EMAIL PROTECTED] wrote: Zeljko,The plan has been to rename that forum Watir General and then to set up a mirror (or whatever you call it) between this list and that forum. Thus everything that is posted here would show up there

[Wtr-general] Greenpeace uses Watir

2006-06-21 Thread Bret Pettichord
http://weblog.greenpeace.org/it/2006/06/automating_gcms_with_watir.html ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general