Database Query

E

Erik Johansen

Hello.

Im trying to fetch a value from a field in our database, using this
code.

selected = @site.db.select("select car from car_sale where id=402 AND
email='(e-mail address removed)'")

But this throws the errormessage.
RemoteDatabase::Error: invalid environment

Does anybody knows how to get a value properly from the db?

Kind regards
-Erik
 
B

Brian Candler

Erik said:
Im trying to fetch a value from a field in our database, using this
code.

selected = @site.db.select("select car from car_sale where id=402 AND
email='(e-mail address removed)'")

But this throws the errormessage.
RemoteDatabase::Error: invalid environment

Does anybody knows how to get a value properly from the db?

You'll need to provide more info first.

(1) What database access library and version are you using? How did you
install it? Did you build any parts of it yourself? If so, what commands
did you use?
(2) What database and version are you talking to? Can you demonstrate
the same select query using a CLI client for that database?
(3) What code did you use to create @site.db?
(4) What version of Ruby are you running?
(5) What operating system are you running Ruby under?

("ruby -v" gives a short answer to (4) and (5))
 
T

Todd Benson

Hello.

Im trying to fetch a value from a field in our database, using this
code.

selected = @site.db.select("select car from car_sale where id=402 AND
email='(e-mail address removed)'")

But this throws the errormessage.
RemoteDatabase::Error: invalid environment

Does anybody knows how to get a value properly from the db?

You specify here your table and fields, but no mention of the
database. How are you connecting to the database?

Todd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,048
Members
47,649
Latest member
MargaretCo

Latest Threads

Top