Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Dbclass
SUBMITTED BY:
openeyes
DATE:
April 23, 2016, 8:13 a.m.
FORMAT:
Text only
SIZE:
462 Bytes
Raw
Download
Tweet
HITS:
52500
Go to comments
Report
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
namespace Factory_Management_System
{
class dbclass
{
public static string constring = "DATA Source=CODER-PC;Initial Catalog=factory_management_system;User Id=zerocore;Password=admin;";
public static SqlConnection con = new SqlConnection(constring);
public dbclass()
{
}
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus