Re: Datagrid datasource
- From: "Rob Abrahams" <R.AbrahamsGeenSpam@xxxxxxxxx>
- Date: Sun, 12 Jun 2005 20:43:49 +0200
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.
>
>
.
- References:
- Datagrid datasource
- From: Josh
- Datagrid datasource
- Prev by Date: Cab file not installing
- Next by Date: How I can pass an ImageList to ActiveX Control?
- Previous by thread: Datagrid datasource
- Next by thread: Difference between TabStrip and Tabbed dialog box control?(GPF)
- Index(es):