Skip to main content

Questions tagged [sybase-sql-anywhere]

0 votes
1 answer
193 views

My requirement is, Administration Tools (32-bit) and SQL Anywhere 32-bit (Server as well as client enabled) I have passed the silent installation command in my Dockerfile setup.exe /s ....... So on ...
fathima farwa's user avatar
0 votes
1 answer
220 views

I have a Sybase SQL Anywhere 17 server running on Linux, and I was wondering if it is possible to create a database trigger to execute a local operating system system command when an UPDATE is down on ...
Peter Alexander's user avatar
0 votes
2 answers
155 views

As an application developer I'm used to using databases transactions only as a way to play in modifications after a user has clicked "save". That's the way most database servers I'm familiar ...
John's user avatar
  • 775
1 vote
1 answer
462 views

I'm trying to connect Sybase 17 from PHP(7.4, 8.0) Laravel running on apache2 on Ubuntu(18.4) system. We are using SQL Anywhere. Sybase is not installed on the same server. We are getting this error -...
Rahul's user avatar
  • 115
0 votes
1 answer
3k views

I set up a new SQL Anywhere 17 Database in Sybase Server. I've got a lot of clients that should be able to connect to the Database over ODBC. The ODBC works fine but as soon as the third user tries to ...
Janik Spies's user avatar
1 vote
1 answer
251 views

I've been having the hardest time trying to create a trigger for a Sybase SAP SQLAnywhere 16 database following these docs. Currently it's -131 syntax erroring on line 15/16 (the update statement), ...
boog's user avatar
  • 153
0 votes
1 answer
89 views

I have the following query, which works as intended. Database is Sybase SQLAnywhere, which follows t-sql syntax for the most part. I'm trying to add a column to COUNT the number of times each "...
boog's user avatar
  • 153
1 vote
1 answer
108 views

I know TOP can return first 10% of row results, but how would I then get the next 10%? I am trying to break up a query that crashes due to insufficient memory (java.lang.OutOfMemoryError), and want to ...
KAE's user avatar
  • 143
0 votes
0 answers
544 views

This is my first post here and its a doosy. I am facing what seems to be a unique situation at the moment. I am in the process of moving my client to a new environment which includes decommissioning ...
rrrrowsdower's user avatar
1 vote
0 answers
164 views

I am running a query with an UNLOAD statement to save the results into a CSV file, UNLOAD SELECT ... FROM ... WHERE ... TO 'C:\\TEMP\\MyFile.csv' QUOTE '"'; I am getting status updates like 55% (...
KAE's user avatar
  • 143
0 votes
1 answer
51 views

SELECT domain_Job.statusCode as "Status Code", lookup_JobStatusCode.name as "Status Code Description" FROM domain_Job, domain_Client, lookup_JobStatusCode, domain_MasterServer, ...
user3016638's user avatar
1 vote
1 answer
486 views

I want to match 2 pair of fields in where clause select * from A where (x,y) in (select u,v from B) Can some one guide me
user181865's user avatar
1 vote
0 answers
95 views

Is there a migration tool that actually works for SAP SqlAnywhere 17 to MSSQL (any recent version)? Searching for "sqlanywhere mssql migration" yields a variety of hits including SQL Server ...
Peter Wone's user avatar
0 votes
1 answer
2k views

I am working with a Sybase SQL Anywhere table that has horrible tracking of changes. I have a windows service that queries multiple tables every 5 minutes looking for changes, but one particular table ...
Alan's user avatar
  • 207
0 votes
0 answers
2k views

I am accessing a Sybase database and have created a new user using: CREATE USER "ThisNewUser" IDENTIFIED BY "ThisNewPassword"; I then granted privleges: GRANT ALL TO "ThisNewUser" I used the output ...
Alan's user avatar
  • 207

15 30 50 per page
1
2 3 4 5