DeathKO | v.24xx Light Farm | PHOENIX | 26 Nisan Cuma 22:00'da Açılıyor!
Cuceko
Cuceko

Insert Into çevirici yapmak (C#)

  •         

            

            

            

            

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding
bigahega Çevrimdışı

bigahega

Administrator
Yönetici
KoCuce.Com
7 Mart 2012
12,841
370
83
1 adet toolStripTextBox

2 adet richTextBox



İçerik Açılmıştır Teşekkürler :)
Kod:
string text = this.richTextBox2.Text;

string str2 = this.richTextBox1.Text;

char ch = Convert.ToChar(text.Substring(0, 1));

string newValue = "');\ninsert into [" + this.toolStripTextBox1.Text + "] values ('";

this.richTextBox1.Text = "insert into [" + this.toolStripTextBox1.Text + "] values ('";

this.richTextBox1.Text = this.richTextBox1.Text + text.Replace("\n", newValue);

this.richTextBox1.Text = this.richTextBox1.Text.Replace("\t", "','");

this.richTextBox1.Text = this.richTextBox1.Text.Replace("('',", "(");

this.richTextBox1.Text = this.richTextBox1.Text + "');";

if (this.richTextBox1.Text.Substring(this.richTextBox1.Text.Length - 4, 1) == "\n") // [url]www.neronlineworld.com[/url]

{

this.richTextBox1.Text = this.richTextBox1.Text.Remove(this.richTextBox1.Text.Length - 4, 1);

}