INSERT INTO foo SET this='that', which='where', when=now()
On Mar 31, 2005, at 10:37 AM, Bill Marcy wrote:
Hey Will, do you have any simple code to save to a database? <s>.
Will Leshner wrote:
On Thu, 31 Mar 2005 12:07:00 -0500, Steve Suranie
<ssuranie at merion dot com> wrote:
Is there an easy way or even a hard way to get the recordcount of a
MySQL
db in rb?
There's always:
"SELECT Count(*) FROM foo"
--
Join me on my Programming Adventure - http://wwww.wetworx.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|