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.

Hi all, I am trying to connect to a SQL Anywhere Database using the ianywhere.data.sqlanywhere.dll through .net. It worked fine using the 11 driver to connect to a 9 database. But we have now upgraded to 12. I can no longer us the SAConnection. It gives me a Server version error. I installed the vspackage for 12. But still will not work. Does anyone else have problems or can anyone help out? Thanks Tom

asked 26 Oct '11, 13:07

tlbrack's gravatar image

tlbrack
16112
accept rate: 0%


Seeing the exact error text would be helpful.

Keep in mind that the DLL's for .NET in version 12 have different names from their (single) V11 counterpart - I ran into this with testing the NHibernate 3.2.0 GA release with SQL Anywhere. In V12, the .NET DLL names are

ianywhere.data.sqlanywhere.v4.0.dll for .NET version 4.0, and ianywhere.data.sqlanywhere.v3.5.dll for .NET version 3.5.

permanent link

answered 26 Oct '11, 15:15

Glenn%20Paulley's gravatar image

Glenn Paulley
10.8k576106
accept rate: 43%

1

in V11.0.1 you already have the ianywhere.data.sqlanywhere.v4.0.dll

(27 Oct '11, 03:45) Martin
Your answer
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:

×3

question asked: 26 Oct '11, 13:07

question was seen: 2,194 times

last updated: 27 Oct '11, 03:45