Please be patient with the noob.. I'm querying an SQL Server table where a few badly needed fields are coming into FoxPro as memo fields. The SQL field type is nvarchar, size is 255. I've been trying to figure out how to get them from memo to what they are which are file names - 'file_20060522_102827_XQKTyQ_0.resources'
I don't know how to clean it up coming from the SQL Table to my cursor. I tried playing around with the memo field and it seems each line in the memo field is exactly 1 letter (line1=f, line2=i, ect)
I'm SO confused....
I don't know how to clean it up coming from the SQL Table to my cursor. I tried playing around with the memo field and it seems each line in the memo field is exactly 1 letter (line1=f, line2=i, ect)
I'm SO confused....