Home > Database > Mysql Tutorial > 教你创建动态MSSQL 数据库表(2)_MySQL

教你创建动态MSSQL 数据库表(2)_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:59:16
Original
824 people have browsed it


  Me.CreateDBBtn = New System.Windows.Forms.Button()
  Me.CreateTableBtn = New System.Windows.Forms.Button()
  Me.CreateSPBtn = New System.Windows.Forms.Button()
  Me.CreateViewBtn = New System.Windows.Forms.Button()
  Me.btnAlterTable = New System.Windows.Forms.Button()
  Me.btnCreateOthers = New System.Windows.Forms.Button()
  Me.btnDropTable = New System.Windows.Forms.Button()
  Me.btnViewData = New System.Windows.Forms.Button()
  Me.btnViewSP = New System.Windows.Forms.Button()
  Me.btnViewView = New System.Windows.Forms.Button()
  Me.DataGrid1 = New System.Windows.Forms.DataGrid()
  CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
  Me.SuspendLayout()
  '
  'CreateDBBtn
  '
  Me.CreateDBBtn.Location = New System.Drawing.Point(19, 9)
  Me.CreateDBBtn.Name = "CreateDBBtn"
  Me.CreateDBBtn.Size = New System.Drawing.Size(104, 23)
  Me.CreateDBBtn.TabIndex = 0
  Me.CreateDBBtn.Text = "创建数据库"
  '
  'CreateTableBtn
  '
  Me.CreateTableBtn.Location = New System.Drawing.Point(139, 9)
  Me.CreateTableBtn.Name = "CreateTableBtn"
  Me.CreateTableBtn.TabIndex = 1
  Me.CreateTableBtn.Text = "创建表"
  '
  'CreateSPBtn
  '
  Me.CreateSPBtn.Location = New System.Drawing.Point(230, 9)
  Me.CreateSPBtn.Name = "CreateSPBtn"
  Me.CreateSPBtn.Size = New System.Drawing.Size(104, 23)
  Me.CreateSPBtn.TabIndex = 2
  Me.CreateSPBtn.Text = "创建存储过程"
  '
  'CreateViewBtn
  '
  Me.CreateViewBtn.Location = New System.Drawing.Point(350, 9)
  Me.CreateViewBtn.Name = "CreateViewBtn"
  Me.CreateViewBtn.TabIndex = 3 中国网管联盟

  Me.CreateViewBtn.Text = "创建视图"
  '
  'btnAlterTable
  '
  Me.btnAlterTable.Location = New System.Drawing.Point(441, 9)
  Me.btnAlterTable.Name = "btnAlterTable"
  Me.btnAlterTable.TabIndex = 4
  Me.btnAlterTable.Text = "修改表"

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template