- Home
- Projects
- Downloads
WSO2 SOA Platform WSO2 Cloud Platform
WSO2 Stratos
WSO2 Developer Tools
WSO2 Carbon Studio
Enterprise Service Bus
BinaryDocumentationSourceOther
Business Rules Server
BinaryDocumentationSourceOther
Governance Registry
BinaryDocumentationSourceOther
Identity Server
Business Activity Monitor
BinaryDocumentationSourceOther
Gadget Server
BinaryDocumentationSourceOther
Business Process Server
BinaryDocumentationSourceOther
Mashup Server
Data Services Server
BinaryDocumentationSourceOther
Application Server
BinaryDocumentationSourceOther
Message Broker
BinaryDocumentationSourceOther
Complex Event Processing Server
Web Services Framework for PHP
Web Services Framework for C++
Web Services Framework for C
Carbon
- Library
WSO2 SOA Platform WSO2 Cloud Platform WSO2 Developer Tools WSO2 Community Enterprise Service Bus Business Rules Server Governance Registry Identity Server Business Activity Monitor Gadget Server Business Process Server Mashup Server Data Services Server Application Server Message Broker Complex Event Processing Server Carbon Web Services Framework for PHP Web Services Framework for C++ Web Services Framework for C
- Forums
WSO2 SOA Platform WSO2 Cloud Platform WSO2 Developer Tools Enterprise Service Bus Business Rules Server Governance Registry Identity Server Business Activity Monitor Gadget Server Business Process Server Mashup Server Data Services Server Application Server Message Broker Complex Event Processing Server Carbon Web Services Framework for PHP Web Services Framework for C++ Web Services Framework for C
- Products & Services
WSO2 Support Overview Evaluation Support QuickStart CloudStart Development Support Production Support Turnkey Packages
WSO2 SOA Platform WSO2 Cloud Platform WSO2 Developer Tools Enterprise Service Bus Business Rules Server Governance Registry Identity Server Business Activity Monitor Gadget Server Business Process Server Mashup Server Data Services Server Application Server Carbon Web Services Framework for PHP Web Services Framework for C++ Web Services Framework for C
- School
- Events
- SOA
- Cloud Computing
- WSO2Con 2011


Hi Leandro, Thanks for
I tried the sybase
You have to copy jconn2.jar jTDS2.jar libraries into
./repository/components/lib
Then create your dbs file (change connection parameters):
<?xml version="1.0" encoding="UTF-8"?> <data name="TestSybase" baseURI="http://my.namespace"> <config> <property name="org.wso2.ws.dataservice.driver">com.sybase.jdbc2.jdbc.SybDriver</property> <property name="org.wso2.ws.dataservice.protocol">jdbc:sybase:Tds:HOSTNAME:5000/DATABASE</property> <property name="org.wso2.ws.dataservice.user">root</property> <property name="org.wso2.ws.dataservice.password">123456</property> </config> <operation name="getSysUsers"> <call-query href="getSysUsers" /> </operation> <query id="getSysUsers"> <sql>select uid, name from sysusers</sql> <result element="getSysUsersResponse" rowName="sysUser"> <element name="id" column="uid" sqlType="INTEGER"/> <element name="name" column="name" sqlType="STRING" /> </result> </query> </data>Regards, DmitryHi Dmitry, Thanks for
Hi Dmitry,
Thanks for sharing your example with everyone. I have linked this comment to our Data Services HOWTOs page[1] under 'Example on Connecting to a Sybase Server'.
Thanks,
/sumedha
[1] http://wso2.org/library/3183