由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - database open and close
相关主题
what is used to represent a "tab" character in "sed"Question: Send the message to Database using ASP but without opening a window?
缩进用空格好,还是tab好?菜鸟问题:关于写DataBase的问题 —— CDaoDatabase
a question about ASP.NET怎么DEBUG这样的APPLICATION
C 程序内更新已连接数据库的内容Sort cygwin question
VBA questionsoftware testing/QA 和database相比,哪个方向更好找工作?
How to design a database model related to six degree of se (转载)IT 工资讨论 (转载)
问一个C#的问题,这个语句怎么写的? (转载)How to print \t in perl one-liner?
[合集] 也来一道面试题C++问一个基本的WinAPI问题
相关话题的讨论汇总
话题: database话题: tab3话题: tab4话题: tab1话题: tab2
进入Programming版参与讨论
1 (共1页)
G***G
发帖数: 16778
1
a web page using php. the web page has four tabs. each tab includes one
table from one query. there are tab1, tab2, tab3, tab4, and query1, query2,
query3, query4.
open database
query1
query2
query3
query4

should I put fetch_array here?
should I put close database here for each query?






g*****g
发帖数: 34805
2
For non-trivial application, you should use a connection pool to
maintain database connections. I bet there's php framework
for that.

query2,

【在 G***G 的大作中提到】
: a web page using php. the web page has four tabs. each tab includes one
: table from one query. there are tab1, tab2, tab3, tab4, and query1, query2,
: query3, query4.
: open database
: query1
: query2
: query3
: query4
:
: should I put fetch_array here?

1 (共1页)
进入Programming版参与讨论
相关主题
问一个基本的WinAPI问题VBA question
怎么没人讨论sql呢?How to design a database model related to six degree of se (转载)
java的同步问题请教问一个C#的问题,这个语句怎么写的? (转载)
做database developer,software developer哪个五十几岁了干还能 (转载)[合集] 也来一道面试题C++
what is used to represent a "tab" character in "sed"Question: Send the message to Database using ASP but without opening a window?
缩进用空格好,还是tab好?菜鸟问题:关于写DataBase的问题 —— CDaoDatabase
a question about ASP.NET怎么DEBUG这样的APPLICATION
C 程序内更新已连接数据库的内容Sort cygwin question
相关话题的讨论汇总
话题: database话题: tab3话题: tab4话题: tab1话题: tab2