R
Remulac
I've written a VB 6.0 program that uses Access as a back-end. Things
work pretty well, but I often retrieve data into large text fields
that contains formatting codes like this, for example:
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}}
Somehow these codes get written into the database when I save and/or
update a record. It seems pretty random as far as when it does or
does not do it.
Does anyone have an idea as to how I can prevent this, and also how I
can clean up the records with the codes?
Thanks.
work pretty well, but I often retrieve data into large text fields
that contains formatting codes like this, for example:
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}}
Somehow these codes get written into the database when I save and/or
update a record. It seems pretty random as far as when it does or
does not do it.
Does anyone have an idea as to how I can prevent this, and also how I
can clean up the records with the codes?
Thanks.