Click to See Complete Forum and Search --> : accessing Interbase from pocketpc


bbbilen
December 8th, 2005, 03:56 PM
Hello,

We have a database application written in Borland C++, and using Interbase, Now we need to add 3 pocket pcs to the system. I couldnt find a way to connect database from pocketpc so I made a webservice in c#, I am connecting database from webservice and getting data from webservice to pocketpc. Is there a way to directly connect to database from pocketpc.

Because when I use webservice and run the webservice. Other clients cannot connect to the database, I get error another process is using the database file.

In webservice I am using firebird/interbase NET provider.

thanks