Here is what the dbs file says: MOD PRICES [CREATE] MOD_PRICES MP_ID MP_MODE#int#NOT NULL# MP_CONTENT#memo#NULL# [END] [INSERT] MOD_PRICES (MP_MODE,MP_CONTENT)#(0,'YOUR PRICES HERE') [END]
I noticed that you have MP_ID=1 in your txt file you posted. Are you sure you have records with MP_ID=1?
You do not have any error catching for no records returned that I could see. Just a thought. You may want to put a If rsp.EOF then statement for that error check.