‎2010 Feb 25 3:45 PM
Dear Gurus,
I have to connect to a remote MS SQL Server from my SAP system based on Linux Operating System.
I have installed JDBC drivers on the MS SQL Server as Linux based SAP doesnot connect to MS SQL Server directly.
But I donot know how to connect using ABAP.
I understand that if my SAP OS was Windows , this would have been simple but my case is different
as it is Linux . I donot know how to leverage the drivers in this case.
Kindly help .
Regards,
Shweta.
‎2010 Feb 25 4:08 PM
I did something like that some years ago.
I think taht you can execute your SELECT statements only using OPEN FETCH and CLOSE statements.
If the problem is the access to the DB, I remember a table (but not it's name) where every DB must be listed with relative driver.
Sorry about the tablke name but I really do not remember.
Hope to be helpfully anyway.