



On Error Resume Next







strPath = App.Path & "\" & "DB\info.mdb"
With Adodc1 
    .ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Persist Security Info=False;Data Source=" & strPath & _
"; Mode=Read|Write"
    .CursorLocation = adUseClient
    .CursorType = adOpenStatic
    .CommandType = adCmdText
    .RecordSource = "SELECT razd.title FROM razd"
    .Refresh
 End With


Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\txtFilesFolder\;Extended Properties="text;HDR=Yes;FMT=Fixed";

Сейчас этот форум просматривают: Majestic-12 [Bot] и гости: 9