lConnection.CursorLocation = adUseClient
lConnection.ConnectionString=PROVIDER=MSDASQL;dsn=find2;uid=;pwd=;
adoPrimaryRS.Open sqlString, lConnection,
adOpenDynamic, adLockPessimistic

I use Microsoft ActiveX Data Objects 2.1 Library.

On the form I have a multiline TextBox with the DataField property set to my database memo field.

Thank you again for your help.