Top "Sybase" questions

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

What is the best way to connect to a sybase database from python?

I am trying to retrieve data in a sybase data base from python and I was wondering which would be …

python sybase
Is there any thing such as SELECT LAST in sql query?

I am using sybase database to query the daily transaction report. I had subquery within my script. Here as it …

sql sybase
Undefined symbols for architecture i386: "_deflate", referenced from PlatCompress(enumCompressOperation, CompressCookie*, void*, long) in libMo.a

I'm doing native iOS application using SUP.As per documentation; i have included the library and given the link path …

iphone ios sybase sup
PHP PDO installation on windows (xampp)

I am trying to develop a web app that can connect to as many different databases as possible on PHP. …

php oracle pdo sybase
Inserting Multiple Rows in Sybase ASE

(Similar question related to SQL Server : SO Link) I know in Sql Server 2008 or above, you can insert multiple rows …

sql sql-server database tsql sybase
How do I select from a stored procedure in Sybase?

My DBA has constructed me a stored procedure in a Sybase database, for which I don't have the definition. If …

tsql stored-procedures select sybase
What's the equivalent of "Show Tables" in SQSH

How can I get sqsh to tell me which tables are available?

sybase sqsh
remove spaces in the columns in ASE

I have columns that contain empty spaces with the data: example:| fish | how can I update the column so my …

sybase sap-ase
Sybase: How to get the current date in mm/dd/yyyy format?

I want to insert the mm/dd/yyyy format into a table and after that compare it with the current …

sql datetime sybase
Getting ExecuteBatch to execute faster

I'm trying to read a table from a sybase server, process the rows, and output the results to another table. (…

java sql jdbc sybase