I have a user who gets the following error when running a report against a SYBASE database:
Error in File D:\Program Files\Business Objects\BusinessObjects Enterprise 11\Data\procSched\srgd1505.reportjobserver\~tmp13a457247eaa0341.rpt: Failed to retrieve data from the database. Details...
We have a development database with sensitive data on it that we would like to mask. I've done so with a translate statement, but the problem is, the key is in the script, so anyone with access to the script could decipher the masked data. We have a similar process in SQL server that randomly...
I have a program, written in VB6 that allows the user to edit the incoming .CSV file using MS Excel. It does this by executing the following sub when a button is clicked:
(sFile is the name of the file to be edited)
Private Sub Excel_Edit(sFile As String)
Dim objExcel As Excel.Application...
I have a program coded in VB 6.0, and when the user clicks on a button, it opens up a document in word, the code in the click event looks like this:
Dim objWord As Word.Application
Dim strMessage As String
Dim intResult As Integer
If bFileExists(gStrText) Then
Set objWord = New...
I just wrote a rather simple VB 6.0 program, and created a package using Visual Studio's Package and Deployment Wizard. Everything appears to have gone fine. However, when I run setup.exe, I get the message that:
The instructions at "0x00000000" referenced memory at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.