J
Jose
I have an application access 2003 (adp) as front end and SQL server 2005 as
backend.
My application worked well with sql server 2000 as backend, I migrated to
sql server 2005 and I found the following error:
I have a view:
SELECT TOP (100) PERCENT dDate, Eqmt, EqmtDate, HrsMeterPrev
FROM dbo.B3_Eqmt
ORDER BY dDate DESC
If I open this view over management studio, the Date sort is correct (DESC).
If I open this view from access the sort is worng is asc and not desc.
I re-create a new view and the problem still existing
Any suggestions to fix this issue?
There are another erros after migrating sql server 2000 to sql server 2005?
Thanks a lot
Jose
backend.
My application worked well with sql server 2000 as backend, I migrated to
sql server 2005 and I found the following error:
I have a view:
SELECT TOP (100) PERCENT dDate, Eqmt, EqmtDate, HrsMeterPrev
FROM dbo.B3_Eqmt
ORDER BY dDate DESC
If I open this view over management studio, the Date sort is correct (DESC).
If I open this view from access the sort is worng is asc and not desc.
I re-create a new view and the problem still existing
Any suggestions to fix this issue?
There are another erros after migrating sql server 2000 to sql server 2005?
Thanks a lot
Jose