Top "Sybase-asa" questions

Sybase Adaptive Server Anywhere, is an RDBMS by SAP, that runs as an embedded database.

How to output data from iSQL to csv file _with_ headings?

I'm trying to query a Sybase ASA 8 database with the iSQL client and export the query results to a text …

sql isql sybase-asa
Get records from last hour

I have this query: SELECT Field1, OrderFor, Writeback, Actshipdate, Orderstatus, receivedate, receivetime FROM orderinfo, shippinginfo WHERE orderinfo.orderid = shippinginfo.orderid …

sql sybase sybase-asa
Sybase IQ - how to show stored procedure without wrapping text?

Using Sybase IQ v12.7. Executing sp_helptext ProcedureName shows the text of the stored procedure which is fine. However it …

sql tsql sap-iq sybase-asa
How to insert into a temporary table?

I'm working with Sybase Central using Adaptive Server Anywhere 9 and I want some examples of how to use tempDB. How …

tempdb sybase-asa
Select TOP 1 * from Table Fails in Sybase Procedure

Am trying to Fetch Only one record from the Sybase Table without using the RowCount Function, even though "WHERE Condition" …

sql sybase sap-ase sybase-asa
Enable/Disable Trigger in Sybase

What's wrong with that query? alter table TableName enable trigger 'TriggerName' Error is Line 1, column 30 Could not execute statement. ASA …

sybase-asa
Search database table by record fields and display record on cxgrid

What is the best way to allow a user to search for a record in a database table by typing …

delphi delphi-xe2 sybase-asa tcxgrid
DSN-less ODBC connect string for legacy Sybase Adaptive Server Anywhere

This is a failed response to this article: Sybase, VB and ADO I just did a VB6 project connecting to …

vb6 odbc oledb sybase-asa
password recovery for SyBase file

I have a .db file that I think is a Sybase database file that I have been tasked with extracting …

credentials sqlanywhere password-recovery sybase-asa
Execute sybase stored procedure as linked server procedure sql server 2008

EDIT The final goal is to call a stored procedure hosted in sybase with input and output parameters from SQL …

sql sql-server tsql linked-server sybase-asa