MarkButler
Programmer
Is there a performance or other advantage to using VARCHAR over the TEXT field definition?
I am converting from a FoxPro database which has a MEMO type field. It would be easy to say for any MEMO field in FoxPro to just define it as TEXT to SQL. In most cases the maximum characters used in FoxPro is less than the 8000 VARCHAR limit. What would be a good rule to determine the correct field type?
TIA
Mark
I am converting from a FoxPro database which has a MEMO type field. It would be easy to say for any MEMO field in FoxPro to just define it as TEXT to SQL. In most cases the maximum characters used in FoxPro is less than the 8000 VARCHAR limit. What would be a good rule to determine the correct field type?
TIA
Mark