Re: Datagrid datasource

Tech-Archive recommends: Fix windows errors by optimizing your registry



It is possible. Make a schema.ini for description of the textfile and make a
connection via ODBC. Now you van read direct into a recordset (select * from
some_table).

A other way: DSN-less by using a recordset that is not opening a DB-file,
but is populated (add/update-method) by reading the textfile. Now you can
bound the recordset to a datagrid.

Succes, Rob

"Josh" <Josh@xxxxxxxxxxxxxxxxxxxxxxxxx> schreef in bericht
news:F8B09B9E-07F3-4C3F-BF10-A281BCED52E3@xxxxxxxxxxxxxxxx
>I am working on a project that will eventually display data from a file
>that
> is updated every night. The company currently can only export the data
> that
> will be displayed in a txt file. I was planning on displaying the data in
> a
> datagrid, but I am not sure if you can use a txt file as a source for a
> datagrid. Is this possibile? or is there another way to display a txt
> file
> in a spread***-like screen? Any thoughts would be greatly appreciated,
> thanks.
>
>


.


Quantcast