代码搜索:MyComm
找到约 146 项符合「MyComm」的源代码
代码结果 146
www.eeworm.com/read/462537/7200459
cpp main.cpp
#include "CComm.h"
#include
int main( int argc, char *argv[] )
{
char buffer[4096]; // buffer we'll use to store msg read in from stdin
short listeningport; // port to listen on
www.eeworm.com/read/199705/7833854
aspx datareader.aspx
OleDbDataReader dr;
public void Page_Load(Obje
www.eeworm.com/read/245134/12817231
aspx datareader.aspx
OleDbDataReader dr;
public void Page_Load(Obje
www.eeworm.com/read/329999/12920947
txt dataset的使用.txt
如何使用DataSet,在数据库中增加、修改、删除一个数据。
首先我们需要打开一个联结,我们的数据库还是用上一节的吧:)
string MyConnString = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=c:/test/test.mdb;";
string strComm = "select * from UserList";
www.eeworm.com/read/241088/13170302
aspx datareader.aspx
OleDbDataReader dr;
public void Page_Load(Obje
www.eeworm.com/read/323204/13347376
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// MyCOMM.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/136390/13380551
inc regist_in.inc
sub regist_in()
dim strinsert as string
dim mycomm as sqlcommand
dim strconn as string
dim mysqlconn as sqlconnection
'strconn=application("connec