var
st:string;
begin
st:='Provider=Microsoft.Jet.OLEDB.4.0;';
st:=st+'Password="";'
st:=st+'Data Source=D:\program\p_temp\2\jskh.mdb;';
st:=st+'Persist Security Info=True'
adoconnection1.connectionstring:=st;
adoconnectionq.connected:=true;
end;