0918060045
Programmer
I have a problem as follow:
I'm using VB 6.0 with ADO to insert data into Foxpro database (50. or 6.0). using VB, i want to insert the string into memo field of Foxpro. That string is that:
"abc" & chr(0) & "def"
But, after inserting into Fox database, it's only "abc", that means anything from chr(0) is removed from the string. Can you help to insert that string into memo field of Fox using VB with ADO. Thanks a lot
I'm using VB 6.0 with ADO to insert data into Foxpro database (50. or 6.0). using VB, i want to insert the string into memo field of Foxpro. That string is that:
"abc" & chr(0) & "def"
But, after inserting into Fox database, it's only "abc", that means anything from chr(0) is removed from the string. Can you help to insert that string into memo field of Fox using VB with ADO. Thanks a lot