Ruby questions

Is it possible to use a ruby variable to pass information to a mysql
query?
If it is not possible what is the work around?
Is it Bindtag.rb?

How do you test for data captured at a button event?
When do you place a tocommand line output?
In the button event? At the button binding.

Mer G. wrote:

Is it possible to use a ruby variable to pass information to a mysql
query?
If it is not possible what is the work around?
Is it Bindtag.rb?

How do you test for data captured at a button event?
When do you place a tocommand line output?
In the button event? At the button binding.

Hi Mer,

You will need to be much more specific with your questions. From what I
can tell, you must be using some specific libraries or software.
Please let us know more exactly what you are trying to accomplish and in
what setting.

Also, on the MySQL front, yes there are ways to communicate to a MySQL
server using Ruby, for example the MySQL Ruby bindings here:
http://www.kitebird.com/articles/ruby-mysql.html

-Justin