vb6.0 and crystal report 7.0 
Author Message
 vb6.0 and crystal report 7.0

Vb 6 an Crystal Report

Please help

I work with sybase 11.xx  sql database under a unix system

My problem is:

When i start to run my report under (win nt) vb 6  ( the *.rpt file)
The program will stop because the connection to the database
Is not open.

Can someone help me and send some  code which makes the connection
to the database ?

I am using a sybase nativ driver.

Thank and regards

Bertram karcher




Wed, 31 Oct 2001 03:00:00 GMT  
 vb6.0 and crystal report 7.0
You might want to code in the database name and table name
in your program. If your database is on a different directory on
the nt machine, you will get the error.
Something like:
  CrystalReport1.DataFiles(0) = App.Path & "\" &  DataBaseName
This assumes the database will always be in the same directory
with the program.
If not, change App.Path to your own path.
   Jerry
Quote:

>Vb 6 an crystal report

>Please help

>I work with sybase 11.xx  sql database under a unix system

>My problem is:

>When i start to run my report under (win nt) vb 6  ( the *.rpt file)
>The program will stop because the connection to the database
>Is not open.

>Can someone help me and send some  code which makes the connection
>to the database ?

>I am using a sybase nativ driver.

>Thank and regards

>Bertram karcher





Wed, 31 Oct 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. vb6 and crystal report 7.0

2. Viewing report created using Crystal reports 7.0

3. export report in crystal report 7.0

4. Crystal Reports 8.5 (VB6) to Crystal Reports NET (VB.NET) conversion

5. Distribute VB6 with Crystal 7.0

6. VB6.0 and Crystal 7.0 Problems

7. crystal 7.0 VB6 and Access97

8. Using Access 7.0 Modules in Crystal Report 3.0

9. Crystal Report 7.0 Probleme:(((

10. Crystal Reports 7.0

11. VB 4.0 & Access 7.0 Crystal Reports

12. The Crystal Report 7.0 Problem

 

 
Powered by phpBB® Forum Software