USE [dbacc] GO INSERT INTO [dbo].[LISTADOS] ([LIS_TIP] ,[LIS_ID] ,[LIS_FOR] ,[LIS_ARC] ,[LIS_DBS] ,[LIS_PAP] ,[LIS_ORI]) VALUES ('LRE', 99, 'Relacion Retenciones', 'CrLreRE.rpt', 'PPXA', 1, 1) GO