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.

Can we connect to SQL Anywhere thru Native DB Driver?

asked 25 Aug '11, 07:30

dharmawan's gravatar image

dharmawan
1111
accept rate: 0%


The simple answer is YES you can, SQL Anywhere support multiple different data access APIs, so it depends more on the software environment you are using.

See Programing interfaces

Anyway if this is not what you are looking for, then just ask more specific, providing more details regarding your problem.

permanent link

answered 07 Sep '11, 06:57

Martin's gravatar image

Martin
9.0k130169257
accept rate: 14%

I have not used NativeDB myself, but as far as I know, it's been particularly developped for usage with SQL Anywhere, cf. their website.

permanent link

answered 25 Aug '11, 09:04

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

@Volker Barth : I mean instead of using ODBC Driver, could we use the native SQL Anywhere Driver?

(07 Sep '11, 06:21) dharmawan
Replies hidden

IMHO you should verify that with the people who know more about nativeDB, maybe here: http://tech.groups.yahoo.com/group/nativedb

(07 Sep '11, 12:13) Reimer Pods

The SQL Anywhere ODBC, DBLib, OLEDB, ADO.NET and (as of version 12) SQL Anywhere JDBC drives are all native in that they are not implemented as a layer on top of another native interface.

permanent link

answered 08 Sep '11, 13:27

Ian%20McHardy's gravatar image

Ian McHardy
3.4k23557
accept rate: 40%

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:

×159

question asked: 25 Aug '11, 07:30

question was seen: 2,462 times

last updated: 08 Sep '11, 13:27