> >In case of local programming you can obtain "local connection" >object this way: > >Dim conn As VConnection > InitValentina(8*1024*1024) > > conn = Valentina.GetLocalConnection() > conn.Open() > >call conn.SqlExecute( "SET PROPERTY WarningMode TO false" ) > > conn.Close() >.... Thank you, I'll try the local connection method. Jon