PC Review


Reply
Thread Tools Rate Thread

ADO.net ExecuteDataSet method hanging with oledb Sybase driver

 
 
desmcc@gmail.com
Guest
Posts: n/a
 
      29th Jun 2005
Hi,
Can anyone tell me why the following code works in SQLServer but HANGS
with a Sybase connection (using the following connection
string--Provider=Sybase ASE OLE DB Provider; Data
source=SybaseProviderTest:

string
sSQL = @"SELECT messagedate, messageref, response FROM
generatedresponses
WHERE destination = 'BAM'";
OleDb oleDb = new OleDb();
return oleDb.ExecuteDataset(connectionString, CommandType.Text,
sSQL);

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need OLEDB Connect String Example for Sybase =?Utf-8?B?TW9yaQ==?= Microsoft ADO .NET 2 4th Jul 2005 07:33 AM
asp.net connects to sybase by oledb bshen@ufji.com Microsoft ADO .NET 3 15th Dec 2004 06:45 PM
Strange ADO.NET/Sybase/Sybase OLEDB problem Steve Microsoft ADO .NET 0 3rd Feb 2004 07:48 PM
OLEDB or ODBC drivers for Sybase SQL Anywhere 5 Gustavo De la Espriella Microsoft ADO .NET 0 10th Oct 2003 11:43 PM
Connecting to Sybase via OLEDB Olivier Microsoft ADO .NET 0 5th Aug 2003 02:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:33 AM.