on 2015 Feb 11 9:23 PM
I need this to use PowerPivot to get data from SQL Anywhere server?
Request clarification before answering.
Assuming you are connecting to SQL Anywhere and do want to just register the SQL Anywhere OLE DB driver (SAOLEDB), you can do this by using:
regsvr32 dboledb16.dll
regsvr32 dboledba16.dll
You can obtain a copy of the SQL Anywhere 16 OLEDB provider at the link Reimer provided: http://scn.sap.com/docs/DOC-35857
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
free version of SQL Anywhere 16 the SAOLEDB is also installed.
Yes, the SQL Anywhere Developer Edition also contains a copy of the OLE DB provider.
Are SAOLEDB and ASEOLEDB the same?
They are not the same and they are not interchangeable. SAOLEDB is used to connect to SQL Anywhere only, ASEOLEDB to Adaptive Server Enterprise (ASE) only. My answer above is assuming you are really trying to use SAOLEDB to connect to SQL Anywhere.
User | Count |
---|---|
64 | |
8 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.