BlackburnKL
Programmer
I have been asked to write a VB front-end to a FoxPro database. The only problem I have encountered so far is a memo field.
The really odd thing is that when I set a watch on the code and see it load the field (as the last field in the SQL statement), it loads. I can see it in the watch window. However, as soon as the next command executes (either in the immediate window or in the program itself, the .Value property changes from the memo text to Null. It's really wierd.
What am I doing wrong?
Is there anybody out there that knows how to read and write FoxPro memo fields through SQL statements in VB?
Thanks, in advance, for your help and efforts. BlackburnKL
The really odd thing is that when I set a watch on the code and see it load the field (as the last field in the SQL statement), it loads. I can see it in the watch window. However, as soon as the next command executes (either in the immediate window or in the program itself, the .Value property changes from the memo text to Null. It's really wierd.
What am I doing wrong?
Is there anybody out there that knows how to read and write FoxPro memo fields through SQL statements in VB?
Thanks, in advance, for your help and efforts. BlackburnKL