由买买提看人间百态

topics

全部话题 - 话题: fetchrow
(共0页)
l*******e
发帖数: 10
1
来自主题: BuildingWeb版 - 需要php/html方面的帮助
需要php编程,
$db = DbConn::GetConnect("Database");
$strSql ="SELECT * FROM `AAAtable` where userid= '$userid' ";
$countRows =$db->FetchRow($strSql);
$b="";//颜色。
if(!empty($countRows)){
$b="#ffffff";
}else
{
$b="eeeeee";
}
?>
用户名字
还没搞定,联络我msn: l*******[email protected]
t********5
发帖数: 274
2
来自主题: DotNet版 - 求救一个小问题
我也认为是button的事件里写的
可是我找不到那个button相关的任何代码
是flash,整个页面主要都是flash的,我以前没接触过flash方面的编程,不知道您有
没有什么猜想,我顺着路子去找一找
table.aspx页面,就是有聊天窗口,有send按钮的这个页面
<%@ Page Title="" Language="VB" MasterPageFile="~/Shared/xxxx.master"
AutoEventWireup="false"
CodeFile="table.aspx.vb" Inherits="VNT_table" %>
"Server">

阅读全帖
L******r
发帖数: 199
3
来自主题: Programming版 - Perl/MySQL下fetchrow出错
怎么回事?
Can't call method "fetchrow_array" without a package or object reference at
test2.pl line 12.
#!/usr/bin/perl
use strict;
use DBI;
use FileHandle;
use Mysql;
my $dbh= DBI->connect("DBI:mysql:jXXX","XXX","XXX") || die "Got error";
my $tablename="GoogleDVD_Bi_2";
my @results;
#my $rows = $dbh->do(qq{select * from $tablename where (N1 is NULL)||(word_
0 is NULL)||(word_1 is NULL)});
my $rows = $dbh->do(qq{select * from $tablename where id=55});
while (@results = $rows->fetchrow_array()) {
(共0页)