|
Home > Archive > Tools for Oracle database > September 2005 > Connecting .Net app remotely to Oracle 9i database without OracleClient installed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Connecting .Net app remotely to Oracle 9i database without OracleClient installed
|
|
|
| Hello,
I am developing a .Net (version 1.1) application in C# for which I need
to connect remotely to an Oracle 9i database server. To accomplish this
I was attempting to use the .NET Framework Data Provider for Oracle
(System.Data.OracleClient.dll). However, this application will be
distributed to multiple clients so I do not want to require that they
install OracleClient.
It seems I am running out of solutions other than purchasing 3rd party
software or developing a web service to wrap the calls. The application
is also using Oracle Lite and, subsequently Mobile Server to sychronize
data with the remote database. Is there any way to make use of Mobile
Server to execute separate, non-synchronization related, database calls
as well?
Thanks for any help in advance.
John Fleming
jflemingnj@gmail.com
| |
| IANAL_VISTA 2005-09-23, 8:23 pm |
| "John" <jflemingnj@gmail.com> wrote in
news:1127493193.508755.322830@g49g2000cwa.googlegroups.com:
> Hello,
>
> I am developing a .Net (version 1.1) application in C# for which I need
> to connect remotely to an Oracle 9i database server. To accomplish this
> I was attempting to use the .NET Framework Data Provider for Oracle
> (System.Data.OracleClient.dll). However, this application will be
> distributed to multiple clients so I do not want to require that they
> install OracleClient.
>
> It seems I am running out of solutions other than purchasing 3rd party
> software or developing a web service to wrap the calls. The application
> is also using Oracle Lite and, subsequently Mobile Server to sychronize
> data with the remote database. Is there any way to make use of Mobile
> Server to execute separate, non-synchronization related, database calls
> as well?
>
> Thanks for any help in advance.
>
> John Fleming
> jflemingnj@gmail.com
>
>
JDBC?
|
|
|
|
|