Displaying 1 result from an estimated 1 matches for "txtemailaddress".
2006 Apr 07
2
Case Sensitivity and ID Field Naming
Hi,
I am working with an existing database that has table and field names
such as ''TblUsers'' and ''txtEmailAddress''. Is rails sensitive to the case
of the letters here? or can I simply refer to these tables and fields as
''tblusers'' and ''txtemailaddress'' in my controllers ad rhtml files?
Also, the database has id fields named after the tables such as
''Tbl...