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

I need to connect an ASA 9 database (I know its old, but I don't have a choice on this) to a 64-bit system that can only use 64-odbc connections.

Is there a way of doing this? I need the driver to show in the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers folder.

asked 07 Feb '18, 04:46

Jongee's gravatar image

Jongee
217171722
accept rate: 0%


SQL Anywhere 9 supports 64 bit (x64) sometime around v9.0.2 Build 3249. You will need access to that version or newer to get the x64 ODBC driver. To add it to the registry, execute

regsvr32.exe dbodbc9.dll

permanent link

answered 07 Feb '18, 08:10

Chris%20Keating's gravatar image

Chris Keating
7.8k49128
accept rate: 32%

Thanks, I will give this a go.

(07 Feb '18, 08:39) Jongee
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:

×108

question asked: 07 Feb '18, 04:46

question was seen: 2,162 times

last updated: 07 Feb '18, 08:39