Subject | Validate Schema |
---|---|
Author | d_sameer |
Post date | 2005-12-19T18:31:18Z |
Hello All:
Iam using the embedded version of the firebird for a smart client. To
do schema updates, I could use DDL like "alter table...", however many
a times I might have to apply more than one update to a given client
just because they fell behind on updates. What types of design pattern
would you recommend where in I could do a schema validation and then
an update. Something similar to ADOX in the old com model
<TableDefs/QueryDefs>. I guess GetSchema would achive at least
partially what I would want to do,
Thanks
sd
Iam using the embedded version of the firebird for a smart client. To
do schema updates, I could use DDL like "alter table...", however many
a times I might have to apply more than one update to a given client
just because they fell behind on updates. What types of design pattern
would you recommend where in I could do a schema validation and then
an update. Something similar to ADOX in the old com model
<TableDefs/QueryDefs>. I guess GetSchema would achive at least
partially what I would want to do,
Thanks
sd