T
tc
Hi.
I have a requirement to write a Windows Service that will sit on a host and
supply data to portable units on RF.
I want to write this in such a way that the service will connect to any ODBC
datasource, the portable will send SQL instructions via sockets to the
service. This I have no problem with.
I will have different routines for Insert, Update and Select in the host
service, also certain routines to return Sum and other Agregate information.
My issues are will returning the data to the portable. I can of course send
all the data I want back to the portable on the open socket, but it's how to
get that data back to the portable as a data table.
I could quite easily write a routine to take a text string and turn it into
a data table, but obviously this would take a lot of processing and time on
the portables.
Any ideas?
Thanks.
I have a requirement to write a Windows Service that will sit on a host and
supply data to portable units on RF.
I want to write this in such a way that the service will connect to any ODBC
datasource, the portable will send SQL instructions via sockets to the
service. This I have no problem with.
I will have different routines for Insert, Update and Select in the host
service, also certain routines to return Sum and other Agregate information.
My issues are will returning the data to the portable. I can of course send
all the data I want back to the portable on the open socket, but it's how to
get that data back to the portable as a data table.
I could quite easily write a routine to take a text string and turn it into
a data table, but obviously this would take a lot of processing and time on
the portables.
Any ideas?
Thanks.