Discussion:
delphi 2007 and sql server 2005 issues
(too old to reply)
AMY FETCHO
2008-03-31 00:29:49 UTC
Permalink
We are upgrading a windows client from delphi 7 to 2007. We currently use
sql server 2000 and are also upgrading to sql 2005. We use sql dml and
stored procedures using bde for local tables and odbc access to sql server.
Has anyone run into any issues wuith deplhi 2007 and sql server 2005? Thanks
Brion L. Webster
2008-03-31 16:17:58 UTC
Permalink
Post by AMY FETCHO
We are upgrading a windows client from delphi 7 to 2007. We currently use
sql server 2000 and are also upgrading to sql 2005. We use sql dml and
stored procedures using bde for local tables and odbc access to sql
server. Has anyone run into any issues wuith deplhi 2007 and sql server
2005? Thanks
You don't say what data access layer you use. If you use dbGo, then
nothing essentially changes.

If you use dbExpress, then you'll need to revalidate everything. The
CodeGear supplied "high performance" database architecture changed fairly
dramatically. Not that that's bad, just different.

I'd also ask on the database.sqlservers newsgroup.
--
-Brion
There's no such thing as 'one, true way;'
- Mercedes Lackey
Loading...