A "question mark" icon (?) just appeared in the corner of the client area of a frame, just below the menu bar. The item shows up in both the designer IDE and in the compiled application. Can anyone tell me what this is and how to get rid of it?
Thanx.
Any recommendations for database comparison tools (schema, data, etc.) for DB/2? I'm asking about tools similar to Red-Gate SQL Compaer/SQL Data Compare for SQL Server.
I'm sorry if this is not the appropriate forum. If so, please redirect me.
I have been given custody of several MDB files. They were created with Access 1.1 which is not present anywhere on our corporate network. The original UI application front-end was written in VB3 and there is no source...
The message '' could not be loaded has just started appearing after recompilation of an existing OCX. MSDN Help brings up the message line in the subject, but the 'Item' portion is blank. Code changes were tested by adding a form to the OCX project. After debugging the form was removed from the...
Is it possible to programatically (C++) create an editable form using only the Adobe SDK? If so, what keywords should I use to search the Adobe site & documentation. Thank you.
Is there a way to capture the required OCX versions for an application at runtime? I am referring to the "Object" CLSID / Versions at the head of the main form when viewed with something like Notepad. Thanx.
I am working on a transition plan to move a database from development to a production environment maintained by the IT department. Once the db has been moved to IT, there will be no physical access to the server. Because of an ongoing need to correct typos and data entry errors, there is a...
I need to compare data coming from a serial port returned by a COM object as a VARIANT array of bytes with data stored in a long varchar column in SQL Server.
When I return the data in an ADO recordset and compare it with the serial data in C++ the data is identical. When I return the array of...
I have a table with the following columns
-- workOrderId int,
-- serialNumber char(20),
-- other columns...
I would like to impose a constraint on the above-named columns such that either
1) the combination workOrderId/serialNumber is UNIQUE, -or-
2) the serialNumber string must be empty.
Is...
I am trying to get some return values from a stored procedure but they come back empty. Can someone tell me where I went wrong? The parameters are in the cmd but are empty upon return. The stored procedure executes correctly, ignoring that there is no output. Thank you.
======== Calling code...
If a populated table with an identity column as the primary key is dropped and then recreated, do the identity values reset to the seed value or do they resume based upon values in the old table?
Thanx.
I have a VB app that is "well-behaved" when running in the Visual Studio IDE. It connects to the AS/400 w/0 problems. When run as a standalone executable, the "Execute(<sql string>)" method against the open connection returns the error 80004005 ("Unspecified error")...
I have a VB app that is "well-behaved" when running in the Visual Studio IDE. It connects to the AS/400 w/0 problems. When run as a standalone executable, the "Open()" method returns the error 80004005 ("Unspecified error") from provider=source. The VB installation...
I have the following declarations:
' in module.bas
Type StdsDocument
lDocId As Long
szDocumentNumber As String
szDocumentRevision As String
szDocumentName As String
End Type
' in a form
Dim documentDictionary As Dictionary
and am trying to execute
documentDictionary.Add...
I'm looking for a function like "sprintf" in C that creates string representations of numeric values according to a user-defined specification. For example
floating point: sprintf( string, "%1.5f", aFloat ) produces ".12345" where aFloat = 0.123451234512345...
I am looking for recommendations on the best way to convert a large ACCESS db (> 1 million rows) to an industrial strength relational engine (DB2 or SQL Server 2000). The front end is already VB. Cutover can be done when the lab facility is not working (weekend), so one-time performance may not...
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.