Board index » delphi » ADO with MSSQL2000 and Access2000

ADO with MSSQL2000 and Access2000

I want to use a single Application rather with a MS-SQL2000 or with a
MS-Access2000 Database. Cause of some reasons i have to read the Field-List
at Designtime. Because the Fieldtypes of the both Databases do not fit 100%
(WideText vs MEMO) i become a error when switching between the databases.
What can i do against it?
 

Re:ADO with MSSQL2000 and Access2000


Why you need persistent fields (in design-time)? Just work with FieldByName
etc

--
With best regards, Mike Shkolnik
EMail: mshkol...@scalabium.com
http://www.scalabium.com

"Markus Waibel" <Mwai...@vol.at> ???Y/???Y ????? ???Y??:
news:3dcfa5fa@newsgroups.borland.com...

Quote
> I want to use a single Application rather with a MS-SQL2000 or with a
> MS-Access2000 Database. Cause of some reasons i have to read the
Field-List
> at Designtime. Because the Fieldtypes of the both Databases do not fit
100%
> (WideText vs MEMO) i become a error when switching between the databases.
> What can i do against it?

Re:ADO with MSSQL2000 and Access2000


Quote
>I want to use a single Application rather with a MS-SQL2000 or with a
>MS-Access2000 Database. Cause of some reasons i have to read the Field-List
>at Designtime. Because the Fieldtypes of the both Databases do not fit 100%
>(WideText vs MEMO) i become a error when switching between the databases.
>What can i do against it?

If you need persistent fields you will need to create them at runtime.  By doing
that your persistent fields will be comparable with the actual fields in your
table.

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads