With Adodc1 .ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _ App.Path & "sample.mdb;Persist Security Info=False" .RecordSource = "select * from test order by id" End With
Comment