
599 - Crystal Reports & Oracle Server
You can call LogOnServer method on either the application object, or the
database object. It's part of RDC. So you need to call it in your app.
For syntax, just look up the developer's help file.
Quote:
> Where do I use the LogOnServer method? In my App, or embedded in the
> Crystal Report?
> Can you give me an example?
> Thanks again.
Quote:
> > Use LogOnServer method if you are using native driver.
> > > But I'm not using ODBC. I'm using Native drivers.
> > > How is this done?
> > > Thanks for the help :o)
> > > D
> > > > > Or a way to pass the user id / password / database connection into
the
> > > > > Crystal Report?
> > > > Yes, assuming you are using ODBC to connect, use SetLogonInfo method
to
> > pass
> > > > data source name, user id and password.