G
googlegroups.dsfm
Hi, all,
I'm somewhat stumped on a sticky problem - I've got a Dataset that I'd
like to be able to send through an ODBC or OLE connection, so a client
accessing it on the other end would be completely abstracted from any
of my code and see it just the way they'd see output from a "regular"
database.
I've already set up methods to 'query' my strongly-typed dataset, and
I've exposed it as a web service, which is just fine for .NET
implementations, but I want to take it to the next level and fully
abstract it somehow. Does anyone know of a way to do this that doesn't
involve a COTS SDK like OpenAccess? Some example code or a kick in the
right direction would be most appreciated.
Thanks in advance!
I'm somewhat stumped on a sticky problem - I've got a Dataset that I'd
like to be able to send through an ODBC or OLE connection, so a client
accessing it on the other end would be completely abstracted from any
of my code and see it just the way they'd see output from a "regular"
database.
I've already set up methods to 'query' my strongly-typed dataset, and
I've exposed it as a web service, which is just fine for .NET
implementations, but I want to take it to the next level and fully
abstract it somehow. Does anyone know of a way to do this that doesn't
involve a COTS SDK like OpenAccess? Some example code or a kick in the
right direction would be most appreciated.
Thanks in advance!