Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 3rd, 2003, 07:15 PM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default runtime error 20599 cannot open sql server

Hi ,
I am using oracle as my database.
When i run the crystal reports stand alone, it generates the output correctly.
But when I call the same report using VB code , it throws me a runtime error 20599.
Your help would be much appreciated .

Thanks,
Francita.
 
Old October 17th, 2004, 11:02 PM
Registered User
 
Join Date: Oct 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i also has the same runtime error >> 20599...
when i open the crytal report on the server pc..i show the report successfully...but when i install the system into client pc and tried to open the report i pop-up the runtime error..
anyone can help me
thank you
 
Old October 20th, 2005, 11:39 PM
Registered User
 
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

in Crystal Report
Set Location Again

in VB
Private Sub btnShowCrystal_Click()
     CrystalReport1.Destination = crptToWindow
     CrystalReport1.ReportFileName = "C:\RepC01.rpt"
     SQL = "SELECT * FROM DB"
     CrystalReport1.SQLQuery = sSQL
     CrystalReport1.Action = 1
End Sub

If not work then install Crystal8runtime.exe
If you can't found it tell me about your email
[email protected]

Thank you

 
Old October 4th, 2007, 05:27 AM
Registered User
 
Join Date: Oct 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi i am also facing same issue.
please provide me crystal8runtime.exe if anybody have it
on [email protected]







Similar Threads
Thread Thread Starter Forum Replies Last Post
20599 - Cannot open SQL server Anup Gavate VB Components 2 March 5th, 2009 04:49 AM
20599 - Cannot open SQL Server itsviji4u SQL Server 2005 0 November 3rd, 2007 06:16 AM
Run-time error '20599'; Cannot open SQL Server manishashar888 Pro VB Databases 7 March 20th, 2007 07:04 AM
run-time error '20599' : cannot find sql server juicyfruit SQL Server 2000 1 February 16th, 2006 06:25 AM
Error 20599 Cannot open SQL Server Niaz Pro VB Databases 5 January 9th, 2005 06:04 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.