You should not be instantiating DataSource's directly. You should define
the DataSource in Orion's configuration file, and then access the DataSource
by name via your InitialContext.
tim.

> In normal java application, I may use interbase.interclient.DataSource to
> access Interbase:
>     interbase.interclient.DataSource ds = new interbase.interclient.DataSource
> ();
>     ds.setServerName ("192.168.1.200");
>     ... ...
> thouth, the Orion's DataSource class does not fit my purpose, can/how I replace
> with Interbase's DataSource class?
> 


Reply via email to