看板 [ Perl ]
討論串[SQL ] Perl DBI
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者DarkKiller (System hacked)時間17年前 (2008/02/03 08:58), 編輯資訊
0
0
0
內容預覽:
UTF-8 請用這個方法連:. my $dsn = 'dbi:mysql:dbname=foo;host=bar;mysql_enable_utf8=1';. my $dbh = DBI->connect($dsn, $user, $pass);. 這是 DBD::mysql 文件裡的建議作法。.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者tower0224 (想)時間17年前 (2008/01/29 02:50), 編輯資訊
0
0
1
內容預覽:
http://topic.csdn.net/t/20060715/09/4881953.html. 這是我找我的問題的時候找到的@@. 也許應該可以回答你的問題吧...!!!. 我為我所在的公司,寫一些內部應用程序,B/S的,工具是perl+mysql,OS是2000(繁).由於是港資公司,. 所以
(還有652個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者LiloHuang (相見不如懷念)時間17年前 (2008/01/27 11:47), 編輯資訊
0
0
0
內容預覽:
my $dbh = DBI->connect("DBI:mysql:$database",$accunt,$password);. my $sth = $dbh->prepare("SET NAMES 'utf8'");. $sth->execute;. $sth->finish;. # 這種問題一

推噓2(2推 0噓 1→)留言3則,0人參與, 最新作者b60413 (賴宏)時間17年前 (2008/01/27 00:00), 編輯資訊
0
0
0
內容預覽:
[本文轉錄自 Database 看板]. 作者: b60413 (賴宏) 看板: Database. 標題: [SQL ] Perl DBI. 時間: Sun Jan 27 00:00:12 2008. 請問一下 有人有試過用Perl的DBI Module來連接Mysql嗎?. 我在用Perl增
(還有53個字)
首頁
上一頁
1
下一頁
尾頁