2013年12月29日日曜日

【VB.NET】ADO.NET SQLServer接続

ADO.NET利用してSQLSereverへ接続します。

  • SQLSerevr‥SQLServer2008
  • インスタンス名‥SQLEXPRESS
  • データベース名‥SAMPLE_DB


Imports System.Data.SqlClient
 
Module Module1
 
    Sub Main()
        Dim con As New SqlConnection
 
        '接続先
        con.ConnectionString = "Data Source=localhost\SQLEXPRESS;Initial Catalog=SAMPLE_DB;Integrated Security=True"
 
        '接続する
        con.Open()
 
        Console.WriteLine("接続に成功しました。")
 
        '接続を閉じる
        con.Close()
 
        'SqlConnectionの解放
        con.Dispose()
    End Sub
 
End Module

2 件のコメント:

  1. The Ultimate Guide to Permanently Stacked Stainless Steel
    The stainless steel handle is designed with the best stainless steel powerbook g4 titanium in the sia titanium industry. The titanium dioxide skincare Stainless Steel Handle is not 2013 ford focus titanium hatchback only titanium bmx frame great for storing cold stainless steel

    返信削除