Top "Sybase" questions

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

Is there an equivalent of NOLOCK table hint of MSSQL in Sybase 15.5 T-SQL?

I am writing an app that pull data from a sybase table rather frequently. Since I will not write any …

sybase sap-ase
PowerBuilder 10.5 runtime files on Windows 7 64-bit

Firstly my original question link regarding PB 10.5 on windows 7 64-bit has been mostly answered in the following link - PowerBuilder 10.5 …

sybase powerbuilder powerbuilder-build-deploy
SQL Union to NHibernate Criteria

There's a way to convert this SQL statement to a NHibernate Criteria? (select b1.FieldA as Name, b1.FieldA as …

sql hibernate nhibernate sqlite sybase
Using Ubuntu, how do I install DBD::Sybase from CPAN?

Whenever I try to build DBD::Sybase to connect to MSSQL I get an error, $ sudo cpanp install DBD::Sybase …

sql-server perl sybase freetds dbd
Best practices for multithreaded processing of database records

I have a single process that queries a table for records where PROCESS_IND = 'N', does some processing, and then …

sql database multithreading concurrency sybase
How to add leading zeros in sybase ase

Need to add leading zeros to column values(varchar) and update it in same table. ex: 431 as 000431, 5431 as 005431, 64531 as 064531, basically …

sybase sap-ase
set user's default database/schema in Sybase IQ

i googled it and find nothing. Short story, i created a user and granted to a table in my SyBase. …

database sybase sap-iq
How do you create an ADODB disconnected recordset in a VB.NET Windows application?

I'm using an OLEDB connection to a Sybase database, with ADODB.dll file version 7.10.6070.0 (which comes from the Sybase 12.5 package). …

vb.net sybase adodb
Row count column count in all tables in Sybase database

I have a database name ATs . In this database 150 tables. I want to create a statement that return the row …

sql sybase sybase-asa
How to join tables in different database on the same Sybase server

Am working on Sybase ASE 15.5. I have 2 databases created in the same server, "DatabaseA" and "DatabaseB". The database owner is "…

database join sybase sap-ase multiple-databases