2008 Jul 09 8:44 AM
hi,
i have a requirement . i need to access data from sap tables using ms acces. i need to do programming in ms access. can any body
guide me in this regard
regards
siva
hi,
i have a requirement . i need to access data from sap tables using ms acces. i need to do programming in ms access. can any body
guide me in this regard
regards
siva
2008 Jul 09 9:00 AM
Hi
You will need an SAP driver to establish the connection from Access. Once that is done, you should be able to "link" to the SAP table of choice. This can be done using a "wizard".
May be this link will help you..
http://it.toolbox.com/wiki/index.php/How_can_I_upload_data_to_SAP_and_download_data_to_Excel%3F
Regards
Sowmya
2008 Jul 09 9:04 AM
Hi
Using ODBC you can set up a connection to the oracle database. You can then link to the tables directly. You can use Acces make table Query to retrieve the data directly into anothe table using the link. You can also use SQL Pass Thru which use all the time.
Regards
Divya