are there any odbc drivers that connect to odata or similar web data sources -


i want connect using odbc datasources can expose on webservice odata or custom webservice can accept sql.

are there drivers out there can it?

unfortunately i'm not aware of provider natively.

one option use entity framework custom 'entity framework provider' supports odbc datasources , use wcf data services' ability expose entity framework model.

failing wcf data services has provider model (see blog series) allows write custom code expose datasource, other webservices, flat files, nosql database or odbc data source.

hope helps


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -