Hello,
I've got a little problem. When I connect to my Sybase database with a webapplication I get two connections. When I do the same with a win32 application i get only 1 connection.
This is the code:
' Dim myAsaConnection As New AsaConnection("...")
' myAsaConnection.Open()
' myAsaConnection.Close()
Can someone help me with this?
Greetz,
Martijn