Dynamically creating tables
From: jason (jason_at_messagemotion.dotcom.dutau)
Date: 03/21/05
- Next message: Holger Flick: "ADO and ODBC"
- Previous message: Brian Bushay TeamB: "Re: RE-setting the DISABLENETWORKPROTOCOLS setting in MSDE"
- Next in thread: Bill Todd: "Re: Dynamically creating tables"
- Reply: Bill Todd: "Re: Dynamically creating tables"
- Reply: Brian Bushay TeamB: "Re: Dynamically creating tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Mar 2005 22:27:31 -0800
Hi all,
I dynamically create new tables within my app at start up to
cater for new fields, tables, etc with new releases of my app.
However I have built forms to edit the new tables, but I can't
binde a DataSource to DBcomponents such as a DBEdit box
because the new table isn't defined at design time.
I have a DataModule that contains an TADOConnection that is set
to the database (MS Access).
How can I binde the DataSource's DataSet to the new table name
at runtime?
Hope you can help.
Cheers,
Jason.
- Next message: Holger Flick: "ADO and ODBC"
- Previous message: Brian Bushay TeamB: "Re: RE-setting the DISABLENETWORKPROTOCOLS setting in MSDE"
- Next in thread: Bill Todd: "Re: Dynamically creating tables"
- Reply: Bill Todd: "Re: Dynamically creating tables"
- Reply: Brian Bushay TeamB: "Re: Dynamically creating tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|