
Diapp (we consume the report.dll in this application, in order to generating the reports)Ģ. & " pwd=" & mstrPassword & " Database=" & mstrDatabase & " "ĭbConnection.Properties("Enable Fastload").Value = Trueīasically we have two visual basic projects developed in VB 6.0 language: let’s sayġ. Set dbConnection = CreateObject("ADODB.Connection")ĭbConnection.ConnectionString = "Provider=SQLOLEDB Server=" & mstrServer & " uid=" & mstrUserName _ '**** Open Database Connection using the parameters passed from the main program Part of the code written in the VB script file is as follows:

I am using vb script to access the database. When I run the same application either on win7 64 bit or on 2008 64 bit, report does not open.

It is working fine on 32 bit system and 64 bit system of Windows 2003 server. My application is a vb application and I am using Crystal report 8.5.
