Descending Order

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
rick.duarte
Posts: 35
Joined: Fri 23 Jan 2009 23:07
Location: Rio de Janeiro, Brazil

Descending Order

Post by rick.duarte » Thu 26 Feb 2009 16:29

Is descending order not working yet?
I'm using v. 5.0.22 and still getting this error:
ORA-00904: "T2"."DO_DTA_GERA_REGDESC": invalid identifier

The correct is "T2"."DO_DTA_GERA_REG" DESC

Regards,

Henrique

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 27 Feb 2009 09:09

Could you please post the example of the LINQ query you have run?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 27 Feb 2009 09:24

You can try to uninstall dotConnect, then manually remove the assembly Devart.Data.Linq (the old version might be left there) from GAC and reinstall dotConnect. This should help.

Post Reply