Top "Sybase" questions

Sybase, a subsidiary of SAP, produces a variety of data management products.

How to list all the user tables in SQL Anywhere along with their rowcount?

I'd like to list all available tables in my DB, and be able to sort and filter by row count.

sql sybase sqlanywhere
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified from Window Service

i have created a windows service which needs to connect to Sybase database using ODBC connection in regular intervals and …

odbc sybase sap-iq
Database index on a column with duplicate values

If there is a table containing details of employees including a column Gender whose value can be either M/F. …

mysql sql database indexing sybase
Get current time without Date

How do I get the current time only? select getdate() Gives me: Dec 16 2016 5:41PM I want this result: 5:41PM

sql sybase
Sybase offset for pagination

Is there any simple way to implement pagination in sybase? In postgres there are limit and offset in mysql there …

pagination sybase
Sybase database password "recovery"

I have DBA authority to a sybase database on Windows. I have a another user that I don't know the …

passwords sybase sqlanywhere password-recovery
Cannot insert into table because the table already exists?

I have a user table. I want to insert data into my user table. I have a statement: SELECT columna, …

sybase
Querying results of a stored procedure

I have a stored procedure that returns a large number of results, and would like a better way to debug/ …

sql stored-procedures sybase
Sybase bcp error

What i want to do is copy a table into a file, truncate the table and copy the data back …

database sybase sap-ase bcp bulk-load
Springboot with Sybase server - Cannot load driver class: com.sybase.jdbc4.jdbc.SybDriver

Facing difficulty in configuring Sybase server with a fresh Spring boot application. Not sure how to configure Sybase server with …

json maven spring-boot sybase restful-url