Hi-
Is it possible to use/expose a data structure within code as a data source?
What I'm more or less looking to do is make a Visual Basic .NET application a provider for an ODBC data source.
I don't want it to just serve as a provider for connecting to a database, I need it to actually allow an in-code data structure to be connected to from another application, like Excel, by registering a DSN. Would it be able/have to use an SQL Server driver, Microsoft Text Driver, etc?
Thanks for any suggestions!
Is it possible to use/expose a data structure within code as a data source?
What I'm more or less looking to do is make a Visual Basic .NET application a provider for an ODBC data source.
I don't want it to just serve as a provider for connecting to a database, I need it to actually allow an in-code data structure to be connected to from another application, like Excel, by registering a DSN. Would it be able/have to use an SQL Server driver, Microsoft Text Driver, etc?
Thanks for any suggestions!