摘要:oracle sql script: CREATE OR REPLACE PROCEDURE procSelectSchool( paramSchoolId IN char, p_cursor OUT SYS_REFCURSOR ) AS BEGIN OPEN p_cursor FOR SELECT
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.
阅读全文