I'm attempting to run queries on a Sybase15 database via Rapid Sql. I'm getting error messages such as
-- Number (103) Severity (15) State (207) Server (serverName) The identifier that starts with '[xxxxxxxxx_xxxxxx_xxxxxx' is too long. Maximum length is 28
which I believe it because the Rapid Sql Client is using Sybase 12.5 properties.
I have updated the Sybase Client version but now Rapid Sql complains with the following:
Can not load Open Client, please verify that libsybct.dll/libct.dll and libsybcs.dll/libcs.dll are in your path. Please make sure your version of Open Client library is 11.1.1 or greater. If you are using an upgraded copy of Open Client 11.1.1, please install a full copy
My path includes C:\Program Files\Sybase.15\OCS-15_0\dll which is where the dlls are stored and my version of Open Client is 15.0 as can be seen below:
C:>isql -v Sybase CTISQL Utility/15.0/P-EBF12974 ESD #1/PC Intel/BUILD1500-002/OPT/Thu Sep 29 14:51:28 2005
Any ideas?