If by vis you mean Visual Studio, then my thoughts are:
Every data format requires a way for the environment to communicate with the underlying data. Usually, in a given data technology, a certain number of technologies are wrapped up in the objects of that technologies. The protocols for other technologies must be specifically referenced.
For instance, there are specific references that you need to add to Visual Studio if you want to communicate with Oracle.
I am not sure what the specifics are in your case. The reason I am explaining this is to give you some guidance in what to search for as you try to solve this.
I am confident that what you are trying to do is possible.
|