G'Day,
Given a table definition that is subject to change, has anyone got any code
or advice on how the tables in the database could be dynamically
restructured based on the table definition? All this would be done via ADO
and should be back end independent. An example:
- Initial Release
CREATE TABLE tblMine
(
A VarChar(20)
)
- 6 mths down the track say the table may need to be
CREATE TABLE tblMine
(
A VarChar(25),
B SmallInt
)
------------------------------------------------------------------------
--Donovan [[EMAIL PROTECTED]]
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems, Delphi Developer [www.namsys.com.au]
Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
TVisualBasic = Class(None);
Heard just before the 'Big Bang': "...Uh Oh...."
------------------------------------------------------------------------
GXExplorer [http://www.gxexplorer.org] Freeware Windows Explorer
replacement. Also includes freeware delphi windows explorer components.
------------------------------------------------------------------------
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"