http://topic.csdn.net/u/20091119/08/72e9d486-7364-41b7-8c86-effe1cda216b.html
½ÓÉÏÒ³£¬Çë¼ÌÐøÌÖÂÛ
ÕâÀï²åÈë²»ÁËÁ´½Ó£¬ÇëÏÂÂ¥°ÑÉÏÃæµÄµØÖ·¸ÄΪÁ´½Ó
Õâ¸öÀý×Ó»¹Òª¿ª¼¸Ìù°¡£¿
ÍøÉϺܶà³ÌÐòŶ£¬Ëæ±ãgoogleһϾÍÕÒµ½ÁË
µ½µ×Òª¸ÉÂ´´½¨¸öÊý¾Ý¿âÈ»ºó²éѯ£¿Èç¹ûÕâÑùµÄ»°ÍøÉ϶àµÄÊÇ¡£¡£¡£¡£¡£¡£¡£
²»½â¡£¡ ......
ÓôúÂëʵÏÖ
1.±£´æ
...
´ò¿ª(Á¬½Ó)¿ÕµÄaccess±¾µØÎļþ,
Èç¹ûÐèÒª£¬¶¯Ì¬´´½¨±í£¬×Ö·ûÐÍ£¬Ë«¾«¶ÈÐÍ
±äÁ¿»òÕßµØÖ·ÄÚÈݼÓÈëµ½access
±£´æ
½áÊø
....
2.¶ÁÈ¡
...
¶ÁÈ¡Êý¾Ýµ½±äÁ¿
...
3.Èç¹ûÓбíÍ·µÄ²Ù×÷ÊǺõÄ
4.Èç¹û¿ÉÒÔ´æÖüÈÎÒâÒ»ÀàÐ͵ı¸×¢Êý¾Ý¾Í¸üÍêÃÀ
³Ðŵ£º¿ÉÁí¿ªÌ ......
C# code:
C# code string str1 = "provider=Microsoft.Jet.OLEDB.4.0;Data source=student1.mdb;User Id=admin;Jet OLEDB:Database Password=admin";
OleDbConnection conn = new OleDbConnection(str1);
string str4 = "update logn set password=¡¯" + textBo ......
×î½üѧϰasp£¬µ±Á·Ï°µ½Á¬½ÓÊý¾Ý¿âµÄʱºò£¬ÆµÆµ³ö´í£¬¿É¾ÍÊDz»ÖªµÀ´íÔÚÔõôµØ·½£¬Çë¸ßÊÖ°ïæ¿´¿´£¡£¡Ð»Ð»£¡
°üº¬Îļþxx.asp¡¢xxsave.asp¡¢conn.aspÒÔ¼°student1.mdbºÍ±íxxgl¡¡
xx.aspΪ£º
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&g ......
string strSQL = "select top 9 wj_ID, if len(wj_CompanyName)>13 then left(wj_CompanyName,13) else wj_CompanyName as wj_CompanyName from wj_User where uFlag=0 and wj_true=1 order by wj_ID desc";
ÕâÑùµÄÓï¾äÕýÈ·Âð£¿
ÔÚACCESS£¿
tring strSQL = " ......
#include <stdlib.h>
#include <stdio.h>
int reverse_string(char *string){
if(string==NULL)
return -1;
char temp1;
char *temp2=string;
while(*temp2!='\0')
temp2++;
temp2--;
while(string <temp2){
temp1=*string;
*string = *temp2; ......