Accessing CANdb Database file in C#
-
Hi...... I am having problems while connecting to Vector CANdb database file in C#.Net. It gives an error "Object or provider is not capable of performing requested operation" So, how to achieve it? Thank you.
-
Hi...... I am having problems while connecting to Vector CANdb database file in C#.Net. It gives an error "Object or provider is not capable of performing requested operation" So, how to achieve it? Thank you.
Hi, how do try to connect to the DB? Could you post the code? I guess that you are using the wrong client library. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi...... I am having problems while connecting to Vector CANdb database file in C#.Net. It gives an error "Object or provider is not capable of performing requested operation" So, how to achieve it? Thank you.
You proably don't have a provider installed that supports CANdb databases. You'll either need to find a provider that supports that database format or a library that handles all database access for you. I don't know of any.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak