Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have a VB/SQL Server application set up. I'm using PL/SQL for all of my database access issues, but I've used the Data Environment to do some simple reports. However, when I do an update to a record and then 'reopen' the report, the data in the record has not changed from the previous update. It's only if I close and restart the application do the changes in the report show up. How do I refresh the connection or command object in order for the report to show the most recent updates or inserts every time I close and reopen the report? I've tried the .refresh method for the command and for the report and neither seem to work. Any suggestions would be most appreciated. Thanks in advance.
-johnnyN
I have a VB/SQL Server application set up. I'm using PL/SQL for all of my database access issues, but I've used the Data Environment to do some simple reports. However, when I do an update to a record and then 'reopen' the report, the data in the record has not changed from the previous update. It's only if I close and restart the application do the changes in the report show up. How do I refresh the connection or command object in order for the report to show the most recent updates or inserts every time I close and reopen the report? I've tried the .refresh method for the command and for the report and neither seem to work. Any suggestions would be most appreciated. Thanks in advance.
-johnnyN