Populate dataset with text file
- From: "Dan Rock" <danno492_NOSPAM@xxxxxxxxxxx>
- Date: Mon, 22 Aug 2005 08:45:03 -0400
Hi All,
I have gone through the help file and am able to populate a text box with
the text from a file. However, I need to send this file to a dataset.
Each field is delimited with an asterisk (*).
Anyone know how I can do this?
DBRichEdit1.PlainText := True;
DBRichEdit1.Lines.LoadFromFile(strPath);
DBRichEdit1.PlainText := False;
DBRichEdit1.Lines.LoadFromFile(strPath);
.
- Follow-Ups:
- Re: Populate dataset with text file
- From: Bill Todd
- Re: Populate dataset with text file
- Prev by Date: Strange Windows 2000 POST issue
- Next by Date: Re: Not in edit mode?
- Previous by thread: Strange Windows 2000 POST issue
- Next by thread: Re: Populate dataset with text file
- Index(es):
Relevant Pages
|