search for: id_profil

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

Did you mean: id_profile
2006 Jul 03
9
Migrations from Mysql to Oracle. PLS HELP!
...duction server, the connection to orcale is fine via Rails, but i have a weird problem. example : here is a extract from my db scheme : Table User :_____________ id_user | first_name | last_name | login | password | id_profile | _________________________| Table Profile :__________ id_profile | name | _________________________| and my Models : class Profile < ActiveRecord::Base set_table_name "PROFILE" set_primary_key "ID_PROFILE" has_many :us...