【例子介绍】添加联系人信息C#实例代码
SQL插入语句
【相关图片】
【源码结构】
.
├── 利用SQL语句插入数据
│ ├── SQLInsertData
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SQLInsertData.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SQLInsertData.exe
│ │ │ ├── SQLInsertData.pdb
│ │ │ ├── SQLInsertData.vshost.exe
│ │ │ └── SQLInsertData.vshost.exe.manifest
│ │ └── obj
│ │ └── Debug
│ │ ├── SQLInsertData.Form1.resources
│ │ ├── SQLInsertData.Properties.Resources.resources
│ │ ├── SQLInsertData.csproj.FileListAbsolute.txt
│ │ ├── SQLInsertData.csproj.GenerateResource.Cache
│ │ ├── SQLInsertData.exe
│ │ ├── SQLInsertData.pdb
│ │ └── TempPE
│ ├── SQLInsertData.sln
│ └── SQLInsertData.suo
└── 5t6t网_利用SQL语句插入数据.7z
8 directories, 23 files
评论