cancel
Showing results for 
Search instead for 
Did you mean: 

Data base Access

Former Member
0 Kudos

Hi

I am developing a PDK (java) application

From my application i need to get data from .Net system

What are all the possible ways to access data from .Net System

Thanks

Rudra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rudra,

there are a couple of ways accessing data from the Microsoft plattform. Where is the data stored you want to access, in a database or do you want to access functionality build with .NET? In this case I would recommend using Web Services in order to expose the .NET services and consume them in your PDK application. It might on the other hand also an idea using the PDK for .NET. Can you post some more details?

Thanks,

- Juergen