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.

What is the default user id, password, server name and database name to connect to sql anywhere DB

asked 28 Jul '17, 13:22

Balpreetn's gravatar image

Balpreetn
11112
accept rate: 0%


There's no default database, and therefore there's no default server name or database name - it depends on the particular database.

For SQL Anywhere 16 and below, you can find the default DBA credentials here in the section “Product-wide behavior changes and deprecated or removed features“.

permanent link

answered 28 Jul '17, 15:04

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

dba, sql, demo, demo

...for the SQL Anywhere 16 sample database C:\Users\Public\Documents\SQL Anywhere 16\Samples\demo.db

...and the SQL Anywhere 17 sample database C:\Users\Public\Documents\SQL Anywhere 17\Samples\demo.db

permanent link

answered 28 Jul '17, 16:15

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

Hm, AFAIK, the server name for the sample database is different for each version, i.e. "demo16" for SQL Anywhere 16 and "demo17" for SQL Anywhere 17, when started via the according menu entries/ODBC DSN entries - in case that is what the question is really all about...:)

(01 Aug '17, 04:28) Volker Barth
Replies hidden

I liked your original answer better because it was a practical answer: "There's no default" :)

However... the ODBC DSNs you mention contain override values for the default server names.

The default dbeng -n server name is the same as the database name. In turn, the default dbeng -n database name is the same as the file name, which in this case is demo.

This can be demonstrated as follows:

Start - All Programs - SQL Anywhere 16 - Personal Server

In the popup window, browse to C:\Users\Public\Documents\SQL Anywhere 16\Samples\demo.db

This method is arguably more direct ( more "default" :) than using an ODBC connection to auto-start a database. It also doesn't specify any values for server or database name, hence the defaults demo and demo.

(01 Aug '17, 06:25) Breck Carter

Well, I had no machine available when I made my comment but have confirmed it now (at least for my setups but I have not modified those):

With SQL Anywhere 12, 16 and 17, both the default ODBC system DSNs for the sample database and the according program menu entries to start the sample database (both 32-bit and 64-bit) do name the server explicitly via -n demo12/demo16/demo17 resp. via supplying that as a connection parameter.

Of course one can override that, but I guess they are different by design to prevent the "mixing" of those databases. (Personally, I use them mostly for answering forum questions, and find myself often with "left open demo databases", and then find that I try to connect to the demo database of another version, noticable by the different server name.)

Of course, YMMV, and I'm still not sure that's the question here at all:)

(02 Aug '17, 07:06) Volker Barth
2

I used to believe "ODBC Is Evil" but finally saw the light: DSNs are the problem.

...in other words life became easier after I stopped using DSNs altogether :)

And now it's time to

(02 Aug '17, 10:25) Breck Carter

Abandoning DSNs is definitely helpful in the battle to retain sanity.

(03 Aug '17, 05:52) Justin Willey

It really irks me that it . . . took . . . so . . . many . . . years for me to realize DSNs are the problem, not ODBC.

Now I have to decide: Should the "DSN" tab be dropped from Foxhound? Alas, probably not...

(03 Aug '17, 06:18) Breck Carter

Hm, in my book, for SQL Anywhere, DSNs are primarily “meta“ or “super“ connection parameters, and have there advantages and disadvantages like other abstractions, so I don't treat them as evil.

Even when omitting them, SQL Anywhere can still make it somewhat difficult to predict connecting behaviour, think of the SQLCONNECT environment variable or the many defaults...

(04 Aug '17, 05:37) Volker Barth

How did he disappear?!

(04 Aug '17, 08:08) Vlad
showing 1 of 8 show all flat view
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:

×44

question asked: 28 Jul '17, 13:22

question was seen: 6,494 times

last updated: 04 Aug '17, 08:08