G
Guest
Using .NET 2 with the above.
Instead of doing Database myDB=
DatabaseFactory.CreateDatabase("myDBNameDefinedInConfigFile");
to connect to an Oracle 10g database
How can I programatically set the UserID and password (which I take from the
User Interface) at run time?
Instead of doing Database myDB=
DatabaseFactory.CreateDatabase("myDBNameDefinedInConfigFile");
to connect to an Oracle 10g database
How can I programatically set the UserID and password (which I take from the
User Interface) at run time?