代码搜索:SqlHelper
找到约 627 项符合「SqlHelper」的源代码
代码结果 627
www.eeworm.com/read/432853/8568451
cs sqlhelper.cs
using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
namespace IAS.BookShop.DAL
{
internal abstract class SQLHelper
www.eeworm.com/read/387075/8707927
cs sqlhelper.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Collections;
using System.Data.SqlClient;
///
/// 数据库的通用访问
www.eeworm.com/read/431138/8708219
java sqlhelper.java
package DataLayer;
import java.sql.*;
public class SqlHelper {
private String dbURL;
private String user;
private String password;
private Statement stmt;
public SqlHelper()
{
dbU
www.eeworm.com/read/431138/8708220
class sqlhelper.class
www.eeworm.com/read/428782/8841605
cs sqlhelper.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Collections;
using System.Data.SqlClient;
///
/// 数据库的通用访问
www.eeworm.com/read/285022/8875490
cs sqlhelper.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Collections;
using System.Data.SqlClient;
//该源码下载自www.51aspx.com(51aspx
www.eeworm.com/read/427926/8912009
cs sqlhelper.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
n
www.eeworm.com/read/383864/8913603
cs sqlhelper.cs
//===============================================================================
// Microsoft Data Access Application Block for .NET微软.NET数据访问程序块
// http://msdn.microsoft.com/library/en-us/dnbda/ht
www.eeworm.com/read/186093/8960312
cs sqlhelper.cs
using System;
using System.Data.SqlClient;
using System.Collections;
using System.Data;
using System.Configuration;
namespace XNet
{
///
/// 该类简化了与连结数据库的操作.用存储过程的
///
www.eeworm.com/read/282124/9118315