web service returns dataTable

B

Bllich

hello
I have a web service method named "gettable" that returns DataTable from my
database using table adapter.getData(), but when I call it from my winform
client it says that method returns 'gettableResponseGettableResult' type,
so I can't show it in datagrid on my form.

can anyone help? thanks
 
B

Bllich

hello
I have a web service method named "gettable" that returns DataTable
from my database using table adapter.getData(), but when I call it
from my winform client it says that method returns
'gettableResponseGettableResult' type, so I can't show it in datagrid
on my form.

can anyone help? thanks

solved
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Bllich said:

As a side note: I find it rather pointless to spend
a lot of CPU cycles converting a .NET specific data
structure to a technology independent format and
back again.

Arne
 
B

Bllich

As a side note: I find it rather pointless to spend
a lot of CPU cycles converting a .NET specific data
structure to a technology independent format and
back again.

Arne

hy
i have a 3-layer aplication with web service syncronising the changes
while many client's update the database..

can you explain a bit more..

just querying the database with sql commands doesn't solve my issue
...at one point I have to draw semantic net from database to my client app
and make it drag-n-drop editable


Ivan
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Bllich said:
i have a 3-layer aplication with web service syncronising the changes
while many client's update the database..

can you explain a bit more..

just querying the database with sql commands doesn't solve my issue
..at one point I have to draw semantic net from database to my client app
and make it drag-n-drop editable

No matter what you are doing then you can do the same
moving the data as binary data. And Java/PHP etc. can
not use a DataTable so the service is already tied to
..NET !

Arne
 
B

Bllich

No matter what you are doing then you can do the same
moving the data as binary data. And Java/PHP etc. can
not use a DataTable so the service is already tied to
.NET !

Arne

true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top