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.

Under no circumstances should any GUI, documentation or correspondence refer to the keyword HOST without making it exactly clear WHICH flavor of HOST it's referring to:

  1. HOST connection parameter, as in UID=DBA;PWD=sql;Server=sales;Host=elora:2638

  2. HOST network protocol option, as in links=tcpip(HOST=myhost)


Note: The HOST connection parameter has been introduced with SA12. From the SA 12 "What's new" section:

TCP/IP connections – If you are connecting over TCP/IP, the database server name (specified by the ServerName (SERVER) connection parameter) is no longer mandatory if a host name is provided with the HOST connection parameter. See Host connection parameter.

From http://dcx.sybase.com/index.html#1200en/dbadmin/host-con-parm.html: It is recommended that you always use the ServerName parameter, particularly for embedded applications.


Note: I am yet to be convinced that the HOST connection parameter offers any meaningful advantages over the HOST protocol option. AFAIK in V12 both are (by default) no longer just hints. Also, there's one disadvantage that is a showstopper in some applications: no extra TCP/IP parameters other than PORT when using the HOST connection parameter (you can't use LINKS to get them). ...but, I await convincing that I should store a new and somewhat limited technique in my definitely limited meatspace :) - Breck

asked 01 Dec '10, 20:44

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

edited 02 Dec '10, 13:04

Comment Text Removed
Comment Text Removed

To clarify: Older versions cannot use the HOST connection parameter, i.e. "%SQLANY11%bin32dbisqlc" -c "HOST=MyHost;DBN=MyDatabase;UID=MyUser;PWD=MyPwd" will give an "invalid connection parameter" error.

(02 Dec '10, 10:50) Volker Barth
3

Correction: The HOST connection parameter is recommended over LINKS. It is still recommended to use SERVER (ENG) as well as HOST, but you no longer need to.

(02 Dec '10, 11:50) Graeme Perrow
Comment Text Removed

Late reply, I know, but this is great exhortation, Breck. For our next release, the docteam will take a look at existing references to HOST in the docs and make sure we're being specific enough.

permanent link

answered 06 Oct '11, 09:19

LQN's gravatar image

LQN
8642
accept rate: 50%

1

...and now you're in the top half of page 4! http://sqlanywhere-forum.sap.com/users/?sort=reputation&page=4

(06 Oct '11, 13:22) Breck Carter
Replies hidden

Just a very subtle hint...

(11 Oct '11, 16:27) Volker Barth

...breaking news... LQN is now on page 3! ... http://sqlanywhere-forum.sap.com/users/?sort=reputation&page=3

(12 Oct '11, 05:20) Breck Carter
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:

×438
×93

question asked: 01 Dec '10, 20:44

question was seen: 2,336 times

last updated: 12 Oct '11, 05:20