sybase
How can I run a slow proc asychronously from without another stored procedure?
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[详细]
2023-04-01 02:00 分类:问答How to add unique column in sybase?
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.[详细]
2023-03-31 03:08 分类:问答Inserting C# Datatable to sybase directly
We need to read c# datatable and insert in开发者_运维知识库 to Sybase datatable. Without looping the rows.[详细]
2023-03-30 22:37 分类:问答I need to implement wildcard search using % on both ends, how can I improve performance?
I will be implementing this in the sql side, so I would end up having something like where company.name like \'%:pa开发者_如何学编程rameter%\'[详细]
2023-03-29 08:21 分类:问答Sybase ODBC driver for Microsoft Access on Windows 7 64bit
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[详细]
2023-03-23 15:43 分类:问答Sybase Unwired Platform 2.0 for BlackBerry Development
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[详细]
2023-03-23 13:32 分类:问答Using Perl to connect to Sybase db without Sybase Client in Windows
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:[详细]
2023-03-21 22:40 分类:问答Sybase TEXT vs Oracle CLOB performance
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.[详细]
2023-03-21 04:27 分类:问答Query optimisation in sybase
I need to retrieve customer MSISDN (phone no) from 22 customer databases. I have created a view for two cases:[详细]
2023-03-20 19:22 分类:问答Unchained transaction mode
Am getting this error when I run a piece of code under .net transaction using tran = connectio开发者_JS百科n.BeginTransaction();[详细]
2023-03-19 18:38 分类:问答