• 大小: 1.48M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2024-04-30
  • 语言: C#
  • 标签: 书店  管理  

资源简介

书店管理

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;

namespace bookstore
{
    class CONN
    {
        public static SqlConnection Myconn()
        {
            return new SqlConnection(“Data Source = (local); Initial Catalog = BOOKSTORE; Integrated Security = True; User ID = sa; Password = 123456“);
        }
    }
}

评论

共有 条评论