search for: tbl_transfer

Displaying 1 result from an estimated 1 matches for "tbl_transfer".

2006 Apr 03
1
singular table names testing
I''ve demoed my rails app and now have to move it to a MSSQL DB. the big problem I''m running into is the table name conventions I have to use. I have to use names like tbl_Transfer & tbl_User. In my tests on the console, I am trying myvar = tbl_Transfer.find_by_sql("select top 1 * from tbl_Transfer") NameError: undefined local variable or method `tbl_Transfer'' for #<Object:0xb7fec970> from (irb):1 what should go into the myvar= sect...