Server has not yet been opened 
Author Message
 Server has not yet been opened

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
been opened" how can I solve this problem. Thanx



Mon, 29 Aug 2005 22:49:15 GMT  
 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

- Show quoted text -

Quote:
>been opened" how can I solve this problem. Thanx
>.



Wed, 31 Aug 2005 05:53:43 GMT  
 Server has not yet been opened

I have already done this but the problem is still continue
please help me how can i solve this problem
Thanx for your attention



Quote:
>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

>>-----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
>>been opened" how can I solve this problem. Thanx
>>.



Wed, 31 Aug 2005 22:17:40 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Connection not Open + Server has not yet been opened error messages

2. Server has not yet been opened message with VB6, CRP7 and SQL-server

3. Server has not yet been opened - Very Urgent

4. "the server is not yet opened"

5. server has not yet been opened ( STILL )

6. Server has not yet been opened (Urgent)

7. server has not yet been opened.

8. Help! Server has not yet been opened

9. Server has not yet been opened

10. VB6 and CR 8.5 Server has not yet been opened

11. The server has not yet been opened

12. Server has not yet been open.

 

 
Powered by phpBB® Forum Software