Wednesday 20 August 2003 12:42:51 pm
I have modified my user class, adding some new fields. One of the new fields is "country" and has an 'enum' datatype. I have a list of countries (there are a couple of hundred of them) that need to be loaded into the enum. This could end up taking a very long time. Can anyone suggest a more efficient way to load them? INserting directly into the database would be find if somebody could give me the table/row details required for this operation. Thanks
|