Help me understand why this is happening! I use the ADODB.Command object.The Command Text is set to the Stored Procedure Name.
I have a VB6 dll that is loaded by a VB6 frontend. This VB6 dll calls a C++ ATL dll via its COM interface. So, I can run from code in VB6 and I can debug in C++ also, however I can\'t seem to step thr
Is there any way to tell, using just the ADODB.Connection object, whether or not it is currently involved in a transaction?
In a DataTable object, is there added overhead to lo开发者_StackOverflow社区oking up a column value by name thisRow(\"ColumnA\") rather than by the column index thisRow(0)?In which scenarios might thi
I am currently maintaining some code, which is likely to be refactored soon. Before that happens, I want to make the standard error handling code, which is injected by an Add-In, more efficient and ta
I\'ve got a legacy ap开发者_高级运维p that I\'m maintaining.It\'s a VB6 app that calls a Crystal Report (Crystal 8 it looks like) and then prints programmatically to the default printer, which is set
I have a VB6 desktop application that is deployed on well over 1200 desktops. The devices throughout are a mix of Windows XP SP2 and SP3 systems. All but one of these PCs (XP SP2) is able to successfu
I have a VB6 application that needs to communicate with a VS2008 VB.NET WCF server. I have built a VB.NET WCF DLL to be used on the client side, and it --almost-- works with the VB6 application.When I
I have this algorithm that I want to implement on VB6. Sub Main() dim stringVal1 as string, stringVal2 as string
Is it possible to get the X and Y (Left and Top) coordin开发者_如何学Goates of the caret in a RichTextBox control?Checkout GetCaretPos Win32 API