
Server has not yet been opened
Hi,
You can use the following command to connect to the
database.
Cr.LogOnServer "pdssql", DBServer, DBDatabase, DBUser,
DBPassword
pdssql is the dll for SQL server. You can check the dll
name for Oracle in the properties of the connection while
creating the report.
I hope this will solve your problem.
regards,
jawahir
Quote:
>-----Original Message-----
>Hi, I have a problem with VB6 and crystal report,
>I have a form, a crystal report and a dataenvironment
connection. all
>the forms are working but crystal report doesn't show the
records. I
>can explamn with sample as below.
>I have a form and data environment
>and data envronment has a connection with ODBC for oracle
( oracle
>8.1.5)
>DE1.Connection1.ConnectionString =
>"Provider=MSDAORA.1;Password=pass;User ID=deniz;Data
>Source=kablo;Persist Security Info=True"
>and
>I have a crystal report which was prepared with wizard but
>it doesn't show the data because a msgbox appear
( "Server has not yet
Quote:
>been opened" how can I solve this problem. Thanx
>.