I am using CR XI
I am having a strange problem. I have created a report using a test dB "Cust_test.mdb"
This how I connect to the database thru VB 6.0
*******************************
Set m_objconnectioninfo = m_objcrxReport.Database.Tables(1).ConnectionProperties
m_objconnectioninfo.Item("Database Name") = m_strDatabaseName
m_objconnectioninfo.Item("Database Password") = "TSec"
*********************
In my case, m_strDatabaseName = c:\Cust_test.mdb"
When I run this application against a production mdb file ("Cust_Prod.mdb") with exact same table structure and same password, the report does not retrieve any records. I do not get any error message.
I made sure the option "Save Data with report" is unchecked.
What could be wrong here ? Your help will be appreciatedd.
I am having a strange problem. I have created a report using a test dB "Cust_test.mdb"
This how I connect to the database thru VB 6.0
*******************************
Set m_objconnectioninfo = m_objcrxReport.Database.Tables(1).ConnectionProperties
m_objconnectioninfo.Item("Database Name") = m_strDatabaseName
m_objconnectioninfo.Item("Database Password") = "TSec"
*********************
In my case, m_strDatabaseName = c:\Cust_test.mdb"
When I run this application against a production mdb file ("Cust_Prod.mdb") with exact same table structure and same password, the report does not retrieve any records. I do not get any error message.
I made sure the option "Save Data with report" is unchecked.
What could be wrong here ? Your help will be appreciatedd.