Dim connectiestring As String connectiestring = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source='" & My.Settings.LocatieDB & "'" Dim connectie As New OleDb.OleDbConnection(connectiestring) Dim SQLcommand As New OleDb.OleDbCommand connectie.Open() SQLcommand.Connection = connectie connectie.Close()
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)