[RELEASE] Sql Executer

03/05/2013 19:01 InZiDeR#1
[Only registered and activated users can see links. Click Here To Register...]

Well, I'ma using it for BackTo90s atm and it's working so far ;)

With that tool you can query everything in a specified delay (milliseconds).


Click Here To Register...]/sql_executer.rar" target="_blank">Download
03/07/2013 15:26 PortalDark#2
#approved
03/07/2013 15:38 denise456#3
Thank's Bro I Like Ur Job
03/07/2013 18:49 鳳凰城#4
Why do you use ?
Code:
SqlConnection connection = new SqlConnection("[B]user id[/B]=" + this.textBox4.Text + ";password=" + this.textBox5.Text + ";server=" + this.textBox3.Text + ";Trusted_Connection=no;database=" + this.textBox1.Text + "; [B]connection timeout=5[/B]");
Simpler = better . Beside , remove this. next time .. as soon as it's in same form doesnt needed . It's only an argument if you wanna to transfer the textbox to another form like
form2.textBox1.Text = "gay"; even if you're connected with form1 ..

Anyway , nice tool.. :)
03/07/2013 20:33 InZiDeR#5
Quote:
Originally Posted by Phoenix 1337 View Post
Why do you use ?
Code:
SqlConnection connection = new SqlConnection("[B]user id[/B]=" + this.textBox4.Text + ";password=" + this.textBox5.Text + ";server=" + this.textBox3.Text + ";Trusted_Connection=no;database=" + this.textBox1.Text + "; [B]connection timeout=5[/B]");
Simpler = better . Beside , remove this. next time .. as soon as it's in same form doesnt needed . It's only an argument if you wanna to transfer the textbox to another form like
form2.textBox1.Text = "gay"; even if you're connected with form1 ..

Anyway , nice tool.. :)
Yeah ur right :P Was not thinking about it :P
Thank you ;)