摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Common;... 阅读全文
摘要:
跟踪语句_业务单据_BOM select * from t_TableDescription where Ftablename like '%ICBOM%' select * from t_FieldDescription where FTableID=250000 order by FFieldN 阅读全文
摘要:
/****** Object: StoredProcedure [dbo].[pro_bobang_SaleCost] Script Date: 07/29/2015 16:13:43 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO drop proc pro_bobang_SaleCost go create PROC ... 阅读全文
摘要:
/****** Object: StoredProcedure [dbo].[pro_bobang_BOMCost] Script Date: 07/29/2015 16:09:11 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON drop proc pro_bobang_BOMCost GO create PROC [dbo]... 阅读全文
摘要:
/****** Object: StoredProcedure [dbo].[pro_bobang_ICItemQiTao] Script Date: 07/29/2015 16:12:10 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO alter PROC [dbo].[pro_bobang_ICItemQiTao] ... 阅读全文
摘要:
select s.staffcd, s.staffname, s.staffpassword, o.objectcd as deptcd, o.companyname as deptdrptfrom castaff s left outer join caorg o on s.deptcd=o.ob 阅读全文