Another Physical DB not found (but with SQL server) 
Author Message
 Another Physical DB not found (but with SQL server)

Ok I saw the other thread about physical DB not found, but in my case i'm
using SQL server 2000

I do not want to use a DSN, I am using the native SQL connectivity method

I have the following code.

Private crxApplication As New CRAXDRT.Application
Private Report As CRAXDRT.Report

Public Sub SetReport()
  Dim crxDatabaseTable As CRAXDRT.DatabaseTable
  Set Report = crxApplication.OpenReport(App.Path & "\reports\report1.rpt")
  For Each crxDatabaseTable In Report.Database.Tables
    crxDatabaseTable.SetLogOnInfo "ABG_FS04", "Products", "reports",
"numpty"
  Next crxDatabaseTable
End Sub

Private Sub SSCommand_Click()
  CRViewer.ReportSource = Report
  CRViewer.ViewReport
End Sub

Yet I still get the physical db not found on my client machine (developer
machine works fine)

Have followed the KB article..... so what now?

Cheers

Ric Pullen



Sun, 16 May 2004 17:39:07 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Can not find SQL Server (I'm not using SQL Server)

2. Visual Basic App using Foxpro DB vs Access DB vs SQL Server DB

3. Visual Basic App using Foxpro DB vs Access DB vs SQL Server DB

4. VB6 application using SQL Server 2000 migrating db to SQL Server 2

5. iif not recognize with SQl Server using OLE DB

6. iif not recognize with SQl Server using OLE DB

7. Very urgent,Physical database not found.

8. Err Msg "Physical Database Not Found"

9. Physical Database not found

10. Physical database not found. (CR8.5)

11. Physical Database Not Found

12. Physical Database Not Found Please Help

 

 
Powered by phpBB® Forum Software