cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Database Link beetwen SAP e SQL SERVER

Former Member
0 Likes
401

Hi Gurus,

i need to read a table in SQL server, from a WebDynpro abap.

My OS is Unix not windows, how can i create a DBLINK to SQL server (for example es a Oracle system), is it possible?

thanks a lot.

Claudio.

View Entire Topic
markus_doehr2
Active Contributor
0 Likes

> i need to read a table in SQL server, from a WebDynpro abap.

> My OS is Unix not windows, how can i create a DBLINK to SQL server (for example es a Oracle system), is it possible?

To connect an ABAP system to another database the following is necessary:

- a database client for the target database

- a database interface library for the target database

Since both are not existing on Unix for Microsoft SQL Server the only (supported) thing you can do is to install a Windows application server and execute the application there.

Markus