Displaying 2 results from an estimated 2 matches for "nagasamudram".
2006 Nov 02
6
Multiple items in the where clause while updating...
Hi
The following is a database table named friends.
+-----+------+------+-------+
| sid | id | fid | ftype |
+-----+------+------+-------+
| 30 | 1 | 2 | F |
| 31 | 1 | 3 | R |
| 32 | 3 | 2 | F |
| 33 | 3 | 4 | F |
+-----+------+------+-------+
I want to update the ftype field based on id and fid.
I want to achive the following.
Update friends
2006 Nov 10
0
no such file to load -- gst
Hi
I was trying to install the rails application from
http://rubyforge.org/frs/?group_id=754&release_id=4492
As per the readme it says that i need to run
ruby scanner.rb d:\mp3
while running this I get the following error.
Does this mean that I need to install the gem "gst" ?
I tried " gem install gst " , but it failed.
Can you please let me know what this error is