Importações System.Data
Importações System.Configuration
Importações System.Data.SqlClient
Classe pública ViewSQLClient
sqlConn não ofuscante como SqlConnection novo
mySQLConnection confidencial como SqlConnection novo
mySQLDataAdapter confidencial como SqlDataAdapter
mySQLCommandBuilder confidencial como SqlCommandBuilder
myDataTable confidencial como DataTable novo
RowPosition confidencial como o inteiro
ViewSQLClient_FormClosed secundário confidencial (remetente de ByVal como o objeto, ByVal e como System.Windows.Forms.FormClosedEventArgs) segura Me.FormClosed
mySQLConnection.Close ()
mySQLConnection.Dispose ()
Submarino da extremidade
ViewSQLClient_Load secundário confidencial (remetente de ByVal como System.Object, ByVal e como System.EventArgs) segura MyBase.Load
mySQLConnection.ConnectionString = da “=SMARTCHEATER \ sqlexpress origem de dados; Catalog=cricket inicial; Security=True Integrated”
mySQLConnection.Open ()
mySQLDataAdapter = SqlDataAdapter novo (“nome SELETO dos países”, do mySQLConnection)
mySQLCommandBuilder = SqlCommandBuilder novo (mySQLDataAdapter)
'O código na linha seguinte dá o erro
'Erro Messag: e a propriedade de ConnectionString não foi inicializado
mySQLDataAdapter.Fill (myDataTable)
Me.ShowCurrentRecord ()
Submarino da extremidade
ShowCurrentRecord secundário confidencial ()
Se myDataTable.Rows.Count = 0 então
txtNotes.Text = ""
Retirar o submarino
Terminar se
txtNotes.Text = myDataTable.Rows (RowPosition) (“nome”) .ToString ()
Submarino da extremidade
Classe da extremidade
|