Guest_imported
New member
- Jan 1, 1970
- 0
I'm working on a project;actually my final year project for college and these are the things I'm haveing a problem with:
I have created a small WebService which basically takes the items table from My database and sets them up in a datagrid. Now which was would be the best to manipulate this datagrid? Would I be better off writing functions inside this service to manipulate the data and return exactly what is wanted e.g. making a select command on the datagrid and return those specific rows wanted? Or would I be better to write a seperate Webservice to manipulate this webservice(hmmmm, that actually sounds a bit stupid thinking about it). Also, normal database commands work with the datagrid i.e. select, insert etc.
Cheers
I have created a small WebService which basically takes the items table from My database and sets them up in a datagrid. Now which was would be the best to manipulate this datagrid? Would I be better off writing functions inside this service to manipulate the data and return exactly what is wanted e.g. making a select command on the datagrid and return those specific rows wanted? Or would I be better to write a seperate Webservice to manipulate this webservice(hmmmm, that actually sounds a bit stupid thinking about it). Also, normal database commands work with the datagrid i.e. select, insert etc.
Cheers