Tutorial on data access using store procedure for MSSQL

源代码在线查看: vb.net how-to use stored procedures.sln

软件大小: 479 K
上传用户: ytcehui
关键词: procedure Tutorial access MSSQL
下载地址: 免注册下载 普通下载 VIP

相关代码

				Microsoft Visual Studio Solution File, Format Version 7.00
				Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VB.NET How-To Use Stored Procedures", "VB.NET How-To Use Stored Procedures.vbproj", "{57AACCF6-BCA0-49D6-885C-F3E3B0674554}"
				EndProject
				Global
					GlobalSection(SolutionConfiguration) = preSolution
						ConfigName.0 = Debug
						ConfigName.1 = Release
					EndGlobalSection
					GlobalSection(ProjectDependencies) = postSolution
					EndGlobalSection
					GlobalSection(ProjectConfiguration) = postSolution
						{57AACCF6-BCA0-49D6-885C-F3E3B0674554}.Debug.ActiveCfg = Debug|.NET
						{57AACCF6-BCA0-49D6-885C-F3E3B0674554}.Debug.Build.0 = Debug|.NET
						{57AACCF6-BCA0-49D6-885C-F3E3B0674554}.Release.ActiveCfg = Release|.NET
						{57AACCF6-BCA0-49D6-885C-F3E3B0674554}.Release.Build.0 = Release|.NET
					EndGlobalSection
					GlobalSection(ExtensibilityGlobals) = postSolution
					EndGlobalSection
					GlobalSection(ExtensibilityAddIns) = postSolution
					EndGlobalSection
				EndGlobal
							

相关资源