sybase.public.connectivity.oledb
  Home FAQ Contact Sign in
sybase.public.connectivity.oledb only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
sybase.public ... oledb Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Stored procedure using Sybase 15 client on 12.5.1 server does not work         


Author: muybluie
Date: Jul 10, 2008 16:02

Hi,

I am using ADO to run the following stored procedure:

create procedure TESTADO1( @input varchar(255), @result varchar(255)
output )
as
begin
select @result = @input
end

Here is the code I use:

_variant_t vTmp = _T("Hello");
_ParameterPtr pParameter1 = spCmd->CreateParameter( _T("VALUE_IN1"),

adVarChar,

adParamInput,

255 ,

vTmp );
spCmd->Parameters->Append( pParameter1 );

_variant_t vVALUE_OUT2;
_ParameterPtr pParameter5 = spCmd->CreateParameter( _T("VALUE_OUT2"),

adVarChar,
Show full article (1.23Kb)
2 Comments
  SYBASE OLEDB CONFIGURATION         


Author:
Date: May 22, 2008 17:56

Hi,

i'm a little bit in trouble. before i have syabase 12.x and
successfully linked our sybase database to sqlserver 2k and
2k5. when our company upgraded sybase to 15.x. i followed
the document
http://www.sybase.com/content/1029118/1029118.doc in linking
sybase 12.5 to sqlserver. but when i install the sybase
15.x openclient i can find the SYBASE OLEDB CONFIGURATION.
where i can find it?? or sybase change the SYBASE OLEDB
CONFIGURATION????

please help...

tengtium
1 Comment
  ADO connect to Sybase 11         


Author: Craig
Date: Apr 24, 2008 04:40

Hi,

Are there any steps I would need to foolow to do this?

I have an access database which has a few sybase system 11 linked tables. Im
trying to run a make table query from ADO , well even just any query to see
if it works but i get an error stating that it can t find the table name
etc.

I will get entire error for you but are there any steps that i should
follow...

Many Thanks
1 Comment
  OLE DB error using MS Enterprise Libraries (DAAB) and VS2005 (C#)         


Author:
Date: Apr 21, 2008 13:51

Introduction. I just want to let you know that I was able
to execute Sql Statements yesterday but now I am getting the
following error.

"Login Failed, Check for vaild user ID, server name and
password
[Native Error code: 4002]
[DataDirect ADO Sybase Provider] Login failed."

Same application is running smoothly in other PCs using the
same configuration. My connection string is as follow:

"Provider=Sybase.ASEOLEDBProvider.2;Server Name= address>;Server Port Address= Catalog=;User
ID=;Password=;"

My configuration is:
-- XP profesional
-- VS2005
-- Sybase 12.5 (backend)
-- Sybase client OLE DB 12.5.0/P/02.50
Copyright 2001 Sybase, Inc.
Show full article (1.98Kb)
2 Comments
  Re: Sybase.ASEOLEDBProvider.2 and .NET and DAAB and stored procedures         


Author:
Date: Apr 21, 2008 13:32

Hello Paul,

I apologize for taking so long. I am posting a new message
because I am able to execute stored procedure using OLE DB.
There I will explain in more details.
> Hi Roberto,
>
> What version of the Provider?
> You're using the OEM Provider from teh older Sybase 12.5.1
> SDK. Sybase has an "organic" provider available in current
> SDK 12.5.1 and 15.0 releases...
Show full article (2.90Kb)
no comments
  goatse         


Author: yenc
Date: Mar 1, 2008 11:23

PORNOLATION RELEASE
no comments
  Sybase connection error         


Author: Selekta
Date: Feb 26, 2008 01:20

Hello,

I am using Sybase OLE DB Provider for VB6. My problem is that i set
the
connection string : Data
Source=MYDB;Password=pwd;Provider=sybase.ASEOLEDBProvider;User
Id=user;
And when i try this : cnx.Open i got this error :
"[SYBASE][OLE DB Sybase provider]Number contains an invalid character:
True"

thank u.
1 Comment
  64-bit SQL Server 2005 with 32-bit OLEDB Driver to ASE15?         


Author:
Date: Jan 18, 2008 00:05

Is it possible to connect a 64-bit SQL Server 2005 to ASE15
via Linked Server with a 32-bit Sybase OLEDB provider
(v12.0)?

I understand that OLE 12.0(By DataDirect) has been EOL'ed
(End of Life), but we've proved that new v15 OLEDB (Sybase
built) is simply useless (maybe in our environment only)
even after asking a lot of questions in different forums and
struggling very hard with Tech. Support.

If it's possible that I can still use the Datadirect version
with my 64-bit SQL Server, I will stay with the old version
and neglect the End of Life Notification
(http://www.sybase.com/detail?id=1040652) for one more
while.

Appreciate if any light could be shed on this.

Thanks with regards,
Jonathan
no comments
  64 bit ASE OLE DB         


Author:
Date: Dec 6, 2007 07:43

Is there a download/trial version that contains a 64-bit OLE
DB driver? I need to connect a 64-bit SQL Server 2005
database to a sybase database (version 12.5 I think).

Thanks.
no comments
  Processes that do not time out         


Author:
Date: Nov 13, 2007 07:58

When a process against Sybase database lasts more time than
expected, I need to get some time-out errors. I tried using
connectiontimeout and commandtimeout properties, but the
process continues executing and does not end.

The OLE DB version used is 2.70.0038. The server version is
ASE 12.5.3/EBF 12934. A colleague told me this:

It is a bug of OLEDB CR# 398330 which is corrected in the
version OLEDB >= 2.70.0051. So, you should upgrade your
version OLEDB with open client windows Conn 12.5.1 ESD #11
or the last one EBF 14971: 12.5.1 ESD #20

Could you please tell me whether a new version of OLEDB
would certainly correct the but?

Many thanks.
2 Comments
 
1 2 3 4 5 6 7