Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data access from a Database Server

Former Member
0 Likes
476

hi experts,

I have a database server which maintains some master data. I have the IP address, login name and password for this server.

my requirement is i want to access this database from an sap abap program to update a Zee table.

please tell me a way to do this.

sure points for useful answers

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Hi,

Refer this blog

/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn

3 REPLIES 3
Read only

Former Member
0 Likes
453

Hi,

Refer this blog

/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn

Read only

0 Likes
452

Thanks a lot Niyaz.

is there any other way of solving this problem without using adapters?

Read only

Former Member
0 Likes
452

Hi..

I have gone through your queries.

While accessing to an other database server no need to write ip address , username and password.

Just specify the client name in which the data stored.

It will triggered to that client.

Manas