SQL Connection Error , Help Plz

07/26/2011 16:54 zzaki201065#1
i use 5375 source , But i have some problem i wanna solve it

[Only registered and activated users can see links. Click Here To Register...]
07/26/2011 18:25 Spirited#2
Dispose your connections.
07/26/2011 18:55 zzaki201065#3
i need to make server don't Dispose My connections if i made it that's mean i will restart server alot
07/26/2011 20:19 Spirited#4
Quote:
Originally Posted by zzaki201065 View Post
i need to make server don't Dispose My connections if i made it that's mean i will restart server alot
C# works in this way:
if you dispose something, the GC (look it up) will clean it up, thus reducing your RAM usage. MySql is the same- you have to dispose your connections after one is used so that it doesn't max out the available pool of connections.
07/26/2011 20:25 zzaki201065#5
any help with Team Viewer?
07/26/2011 20:48 Spirited#6
Quote:
Originally Posted by zzaki201065 View Post
any help with Team Viewer?
No. I don't believe in helping people that have been given things to them. That source was months of work. Do your part and learn how to code it.
07/27/2011 02:28 rockymiperro#7
Quote:
Originally Posted by Fаng View Post
Dispose your connections.
I apologize for the inconvenience men can say that you mean to dispose the connections?