Nokia 2600C is Java J2me MIDP 2.1 / CLDC 1.1 device refer to
http://www.developer.nokia.com/Devic.../2600_classic/
for device spec's and yon download the sdk emulator from this above link.
You can program using (Netbean with Mobility pack,) or (SUN WTK + editplus) or (Eclipse + Mobility pack)
+ Nokia S40 5th edition lite SDK
You will need to use GCF, HTTP Connection API for sending data to server over GPRS.
Refer to this link -
http://www.developer.nokia.com/Commu...est_in_Java_ME
for sending your string "0001#10" to the server as a request param and get back the result.
On the servers side simple PHP/JSP/ASP script with database connection do the required task.
What server can you use ?