I have a stored procedure that does a small transaction and afterwards sends a confirmation e-mail. Creating and sending the e-mail takes are long time and blocks my main procedure which could alread
I have a sybase db table in which i need to add a n开发者_如何转开发ew column. The conditions: The column must not allow nulls and be unique.
We need to read c# datatable and insert in开发者_运维知识库 to Sybase datatable. Without looping the rows.
I will be implementing this in the sql side, so I would end up having something like where company.name like \'%:pa开发者_如何学编程rameter%\'
I am looking for a Sybase ODBC driver 开发者_如何转开发for Micosoft Access on Windows 7 64bit. Where i can download it?You will need to register to download, but this is one 64-bit Windows ODBC driver
I\'m just wondering why I can\'t run the sample code in the Sybase documents for SUP 2.0. Is there any other resource or sample code to demonstrate Sybase Unwired Platform 2.0. I followed the steps in
I an trying to connect to Sybase with Perl.i was trying to use DBD::Sybase to do that but when trying to install DBD::Sybase using perl Makefile.PL, I get the following error:
We\'re in the process of converting our database from Sybase to Oracle and we\'ve hit a performance problem.In Sybase, we had a TEXT field and replaced it with a CLOB in Oracle.
I need to retrieve customer MSISDN (phone no) from 22 customer databases. I have created a view for two cases:
Am getting this error when I run a piece of code under .net transaction using tran = connectio开发者_JS百科n.BeginTransaction();