Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

how to sql

Name: Anonymous 2011-04-30 19:43

how to sql

Name: Anonymous 2011-05-01 23:09

guys now i have more trouble

i got the database working but now how do i get this to work


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace CSharp_SQL
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
        }

        private void button1_Click(object sender, EventArgs e)
        {
            SqlConnection cs = new SqlConnection("Data Source=TEMP-3E4F550D63\\SQLEXPRESS");
            cs.Open();
        }
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List