Re: Reading XLS file
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 11/24/04
- Next message: Brian Bushay TeamB: "Re: FK Relation"
- Previous message: Brian Bushay TeamB: "Re: Q:DBGrid and DisableControls?"
- In reply to: Doug Szper: "Reading XLS file"
- Next in thread: Doug Szper: "Re: Reading XLS file"
- Reply: Doug Szper: "Re: Reading XLS file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Nov 2004 21:19:36 -0600
>I am new to ADO. I have created a form with a TADOConnection "dsConnect" (to
>the XLS file), and a TADODataSet "dsUsers" (to the specific *** of the XLS
>file). I also have put a TDBGrid and TDataSource "dsSource" on the form. The
>dsSource.DataSet := dsUsers.
>
>I have no idea what to do next. I would like to populate the DBGrid with data
>from the XLS file.
if the Grid is connected to your dataSource and the DataSource.dataset is
connected to your TadoDataset then all you should have to do is Open your
TadoDataset for the records to display.
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: FK Relation"
- Previous message: Brian Bushay TeamB: "Re: Q:DBGrid and DisableControls?"
- In reply to: Doug Szper: "Reading XLS file"
- Next in thread: Doug Szper: "Re: Reading XLS file"
- Reply: Doug Szper: "Re: Reading XLS file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]