Re: Sample for Creating ADO dataset in code...
From: Bill Todd (no_at_no.com)
Date: 02/28/05
- Previous message: Gil Yoktan: "ADO XBase dBase III with hebrew"
- In reply to: Bill Hicks: "Sample for Creating ADO dataset in code..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Feb 2005 05:49:00 -0800
var
ds: TADODataSet;
begin
ds := TADODataSet.Create(Self);
ds.Connection := MyADOConnection;
...
-- Bill Todd (TeamB) TeamB cannot answer questions received via email
- Previous message: Gil Yoktan: "ADO XBase dBase III with hebrew"
- In reply to: Bill Hicks: "Sample for Creating ADO dataset in code..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|