SQLScott
2004-12-06 15:53:06 UTC
Good morning,
I am using a VB.Net application to read/write from a Foxpro database. Let
me say out front that I am not a Foxpro guru by any stretch of the
imagination so your help would be greatly appreciated.
I am trying to insert a record (via my VB.Net app) into a Foxpro table that
has a MEMO field. I am getting the error "Data Type Mismatch" back. I have
tested every other column to make sure it is not one of the others that is
throwing the error.
I tried passing an empty string to the memo field, didn't work. I tried
excluding the MEMO field from my Insert statement but that didn't work
either. I don't know if setting the column as "NULL" will solve the problem,
but it also may NOT be an option.
Can someone explain to me how memo fields work and what I can do be able to
insert records into this table?
Thoughts? TIA...
I am using a VB.Net application to read/write from a Foxpro database. Let
me say out front that I am not a Foxpro guru by any stretch of the
imagination so your help would be greatly appreciated.
I am trying to insert a record (via my VB.Net app) into a Foxpro table that
has a MEMO field. I am getting the error "Data Type Mismatch" back. I have
tested every other column to make sure it is not one of the others that is
throwing the error.
I tried passing an empty string to the memo field, didn't work. I tried
excluding the MEMO field from my Insert statement but that didn't work
either. I don't know if setting the column as "NULL" will solve the problem,
but it also may NOT be an option.
Can someone explain to me how memo fields work and what I can do be able to
insert records into this table?
Thoughts? TIA...
--
Thanks,
Scott
Thanks,
Scott