Crystal Reports 2008 Windows 10
Windows 7 Setup Download 64 Bit
Crystal Report 8.5 on win7/windows 2008 64 bit systemMy application is a vb application and I am using Crystal report 8.5. It is working fine on 32 bit system and 64 bit system of Windows 2003 server. When I run the same application either on win7 64 bit or on 2008 64 bit, report does not open. I am usingvb script to access the database. Part of the code written in the VB script file is as follows: Dim objrsRecordSet 'As RecordSet Dim strSQL 'As String '. Open Database Connection using the parameters passedfrom the main program Set dbConnection = CreateObject('ADODB.Connection') dbConnection.ConnectionString = 'Provider=SQLOLEDB;Server=' & mstrServer & ';uid=' & mstrUserName & ';pwd=' & mstrPassword & ';Database='& mstrDatabase & ';' dbConnection.Open dbConnection.CommandTimeout = 200 dbConnection.Properties('Enable Fastload').Value = TruePlease help me out with this issue If anybody knows the solution.