Hi guys,
I'm experience a strange problem.
I wrote an application with my computer running Visual Basic Express 2008.
I created a module where I put my function, for example to OPEN my db I use this:
Public conn As ADODB.Connection
Public Function ApriConn()
conn = New...