Subj : Re: How to enable HA option? To : borland.public.cpp.borlandcpp From : Leo Siefert Date : Fri Aug 13 2004 09:37 am On Fri, 13 Aug 2004 01:46:29 +0800, "sscheung" wrote: >I am now working with a sybase and using Borland C++ for front end. I would >like to enable my application with HA (High Availability) option. This is to >utilize the clutering ability of the database. >How can I do? HA is a server-side concept and you state that you are working on a front end or client-side application with BC++. If you need to interface with some of the Sybase HA components on the server, then you need to get the necessary specification from the Sybase documentation and follow them. Note that the latest edition of BC++ is about 7 years old and may not provide some of what Sybase expects as AFAIK HA did not exist as a concept at that time. Probably, though, you just have to issue the proper calls to get whatever data you want from the server. - Leo .