cancel
Showing results for 
Search instead for 
Did you mean: 

JCO in eclipse

Former Member
0 Kudos

Hi All,

I need a step by step tutorial to install JCO in eclipse and to call RFC through it.

my project requirement is to call SAP data into SQL server ,we created RFC for calling data from SAP ABAP.

Now i need to call the same to SQL server through JCO.

regards,

Asia.

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Asia,

look at the documentation and samples of JCo how to achieve this. However, why do you want to 'install' JCo into eclipse? This is not required for developing a JCo application.

JCo will not be able to talk to SQL Server, for that you would need to use the fitting JDBC driver.

Best regards,

Markus

Former Member
0 Kudos

Hi,

I have gone through samples of JCO but they only provide the code. I need to know how to set up and then write a code for JCO and where.

Regards,

Asia

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Asia,

then please check the documentation available from https://service.sap.com/connectors -> SAP Java Connector -> Tools & Services. You should have a basic undestanding of how it works that you can ask concrete questions in this forum. Such general ones are not covered by the intention of the forum.

Best regards,

Markus

Former Member
0 Kudos

Hi Markus,

Thanks for Reply.

I had successfully completed jco.

Regards,

Asia.