Hey there,
I have been creating an access project between access and sql server and all the times i have made an adodb.connection etc i have never set:
adodb.connection = Nothing
or adodb.connection.close
I still don't know why people add close to their code. What will happen when my system is being used by 30 people? Will not closing all the connections stuff up the sql server?
Please enlighten me so i can change my evil ways (If necessary) =)
Thanks,
Akart
I have been creating an access project between access and sql server and all the times i have made an adodb.connection etc i have never set:
adodb.connection = Nothing
or adodb.connection.close
I still don't know why people add close to their code. What will happen when my system is being used by 30 people? Will not closing all the connections stuff up the sql server?
Please enlighten me so i can change my evil ways (If necessary) =)
Thanks,
Akart