if not exists(select * from Handles where id = 5) then insert into Handles(name, driver) values ('File Connection', 'FileDrv') end if