Lets say, I hold on to a connection by instantiating an ADO connection in VB6 at the class level for re-usability (not a good thing to do. I agree.
I should be using MTS to do connection pooling and open and close connection
in every call to the database).
But in my situation, I cannot change a lot of these code right now, is there
a way to programmatically determine a network connection loss in the
connection the next time I use the connection object?
Re: TCP/IP Socket communication from multiple clients ... My newly written app is based on the functionality of the VB6 version, ... The reason for using simple socket communication is ... So a single byte to verify the connection and send the staus ... connections (multiple clients connecting at the same time). ... (microsoft.public.dotnet.languages.vb)
Re: Slow Run and Quit after many edits to lock up systyem! ...connection that has timed out. ... Another trap lies in Source Safe where you ... I didn't see this happen until I started using both NET and VB6... alter your connections timeout to accomodate the ... (microsoft.public.vb.general.discussion)
Semaphores and .NET ... connection to the internet.... the connection from the client's workstation into our corporate VPN extranet.... I will have to translate the same into the VB6 for the legacy app. ... (microsoft.public.dotnet.languages.csharp)
Re: Reset a Cisco 1711 VPN ... I have tried this in VB6 and VB.NET. ... trying to establish the connection) and that means you need to ... If you end up using two Winsock controls, when the form loads, ... That way it can still listen on port 23 ... (microsoft.public.vb.general.discussion)
Re: how to open an Access DBfrom VB6 - in a workgroup ... You need to specify the location of the system.mdw file to the connection... look in the Visual Basic 4.0 32-bit to VB6 section. ... The workgroup information file is missing... (microsoft.public.data.ado)