代码搜索:CNN
找到约 803 项符合「CNN」的源代码
代码结果 803
www.eeworm.com/read/457371/7326374
bas module1.bas
Attribute VB_Name = "Module1"
Public blnAdd0 As Boolean, blnAdd1 As Boolean, blnAdd2 As Boolean
Public Function Cnn() As String '返回一个数据库连接
Cnn = "Provider=MSDASQL.1;Persist Security Info=False;
www.eeworm.com/read/441053/7676715
cs 成绩修改.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using Sys
www.eeworm.com/read/441053/7676716
cs 课程成绩.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using Sys
www.eeworm.com/read/441053/7676721
cs 成绩录入.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using Sys
www.eeworm.com/read/283870/7807500
cs dataaccess.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.IO;
namespace prjClass
{
///
/// DataAccess 的摘要说明。
///
public class DataAccess
{
Sql
www.eeworm.com/read/299830/7829222
bas module1.bas
Attribute VB_Name = "Module1"
Public Function ExecuteSQL(ByVal SQL _
As String, MsgString As String) _
As ADODB.Recordset
Dim cnn As ADODB.Connection
Dim rst As ADODB.Recordset
D