UPDATE *!FTBLSTOKLAR SET KOD8=REPLACE(KOD8,’.JPG‘,’YAPILACAKDEGER’)
Kendime Notlarım
UPDATE *!FTBLSTOKLAR SET KOD8=REPLACE(KOD8,’.JPG‘,’YAPILACAKDEGER’)
string DosyaYolu;
private void Form1_Load(object sender, EventArgs e)
{
}
private void button1_Click_1(object sender, EventArgs e)
{
SmtpClient sc = new SmtpClient();
sc.Port = 587;
sc.Host = “smtp.gmail.com”;
sc.EnableSsl = true;
string kime = textBox1.Text;
string konu = textBox2.Text;
string icerik = textBox3.Text;
C# form ile Sql Veritabanı yedek alma işlemi:
form.cs kodu :
namespace sqlyedek
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}