Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hello, we have SQL Anywhere 17 and would like to do integration with MS Dataverse. We would send some data to Dataverse tables and request some data from dataverse. Did anyone do something like this? How do you connect to Dataverse?

Thank you for your help

Tomaz

asked 11 Apr '22, 02:06

Tomaz's gravatar image

Tomaz
166101220
accept rate: 0%

If I had to guess (well, actually I do have to guess), I'd start with

   CREATE SERVER CLASS 'MSSODBC' ...

just because "it's Microsoft and everything looks like SQL Server when you're Microsoft"...

Then, if that doesn't work, try

   CREATE SERVER CLASS 'ODBC' ...

See CREATE SERVER

(11 Apr '22, 09:33) Breck Carter
Replies hidden

Hi Breck, That would be easy part if MS would have ODBC driver for Dataverse. Regards Tomaz

(11 Apr '22, 10:05) Tomaz
2
(11 Apr '22, 14:44) Breck Carter
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×24
×7

question asked: 11 Apr '22, 02:06

question was seen: 827 times

last updated: 11 Apr '22, 14:44