In SQL Server you can write SQL to check if a table exists.How can I do that for ADS? I have a need t开发者_运维问答o write some Delphi code to say if table exists do this else this...The system proc
I have a bunch of Sybase SP\'s for CRUD operations that I need to create services for in the mid-tier layer.
If I submit the following SQL statement to a database: SELECT setting_value FROM dba.system_settings WHERE setting_name = \'RequestWebServiceURL\'
I am writing a Perl script that is using the DBI module and is connecting to a Sybase DB. I am calling a stored procedure (one that I don\'t have access to so I cannot post sample code) and when I get
I have to take a string that has month, day, year, hour, min AM/PM and select from a table that has a datetime column.How canI do this?I have seen some examples of custom queries, but this seems a bit
The accepted answer to this question claims that using a cha开发者_如何转开发r column will preserve all filling spaces in a string in Sybase, but that is not the behavior I am seeing (unless I\'m mist
Is it possible to make a union from two tables with开发者_Go百科 different number of columns, values and column types in Sybase SQL?Sure, as long as the columns from the top and bottom part of the uni
I have a transaction based application and it rolls the operation back on an error.However in some cases, the rollback doesn\'t happen. ( Though its getting called from the application). Ours is a ver
I\'m trying to compose a SQL Select statement for Sybase with a Where clause on Timestamp datatype. 开发者_JAVA技巧
Could you 开发者_如何转开发please help me in finding all user defined datatypes in a sybase database.