Problem with VIEW

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
magixxfactory
Posts: 12
Joined: Fri 27 Aug 2010 18:24

Problem with VIEW

Post by magixxfactory » Tue 13 Sep 2011 18:29

Hello,
I have a Database with VIEWS in it.

When I try to use Visual Studios Data Wizzard the Views will be shown, but when I select them I got an error message saying:

Error when calling columninformation.
No Row on Position 0.

(As I use the german VS I translated the error message).

I ony able to use fields out of Tables.

Is it possible to use VIEWS with dotConnect for SQLite ?

Thanks and regards
Uwe

magixxfactory
Posts: 12
Joined: Fri 27 Aug 2010 18:24

Solved

Post by magixxfactory » Fri 16 Sep 2011 07:05

I solved my problem. I used the standard DataManager from VS2010, which failed. The datamanager from SQlite works.

Post Reply