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
Problem with VIEW
-
- Posts: 12
- Joined: Fri 27 Aug 2010 18:24
Solved
I solved my problem. I used the standard DataManager from VS2010, which failed. The datamanager from SQlite works.