Populate dataset with text file



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);


.



Relevant Pages

  • Re: While in excel calling VB (ALT+F11) & the VB Help (F1) to do a search
    ... I'm running Excel 2002 and only get 64 topics and ... The WEB ones are slow to populate but everything does show ... > while in the help file. ... > search for "database" for example, it brings down a list of 143 topics ...
    (microsoft.public.excel)
  • Re: User Code Change!
    ... Newsgroups to place in a "help file" for a fire alarm panel's dowloading ... Prev by Date: ...
    (alt.security.alarms)
  • Re: how can I search a field for a particular word
    ... Rgds ... > formula that will look in Column C, identify the word "USDA" and populate ... Prev by Date: ...
    (microsoft.public.excel.worksheet.functions)
  • Select Case Question
    ... MsgBox "This Media is not supported by this fund" ... as is cboMedia. ... the message box will populate. ... Prev by Date: ...
    (microsoft.public.access.formscoding)
  • Enter a date in a drop down box
    ... I'd like to set this up so when the user clicks on the arrow for the drop ... a calendar pops up and he/she can select the date to populate the ... Prev by Date: ...
    (microsoft.public.access.forms)