- 1
- 0
- 约2.27万字
- 约 14页
- 2016-10-16 发布于河南
- 举报
GetWarInfo
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using property.model.Warrant;
using property.model.GetConnection;
using System.Windows.Forms;
namespace property.control.warrantInfo
{
class GetWarInfo
{
SqlConnection con = null;
SqlCommand cmd = null;
GetConnection getcon = new GetConnection();
wait war = new wait();
#region //检查表中是否有记录 public int GetWarrantInfo()
public int GetWarrantInfo()
{
int P_int_result;
try
{
原创力文档

文档评论(0)