検索ワード: ansi sql query mode (英語 - 簡体字中国語)

人による翻訳

プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。

翻訳の追加

英語

簡体字中国語

情報

英語

ansi sql query mode

簡体字中国語

ansi sql 查詢模式

最終更新: 2006-09-06
使用頻度: 1
品質:

英語

sql query

簡体字中国語

sql 查询

最終更新: 2016-09-30
使用頻度: 4
品質:

参照: Translated.com

英語

sql query text

簡体字中国語

sql 查询文字

最終更新: 2011-10-23
使用頻度: 3
品質:

参照: Translated.com

英語

sql query history

簡体字中国語

sql 查询历史

最終更新: 2011-10-23
使用頻度: 3
品質:

参照: Translated.com

英語

this is accomplished by the application taking user input and combining it with static parameters to build a sql query.

簡体字中国語

=ד 5-6. ½«½ṻ¼¯·ր뵽ҳæ֐£¬Ȼº󴴔쳬¼¶Ӄ»§(postgresql and mysql)

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

instead, use the internal mysql sql function last_insert_id() in an sql query.

簡体字中国語

瞰赽 1. mysql_insert_id example

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

you also have to fetch all result rows from an unbuffered sql query, before you can send a new sql query to mysql.

簡体字中国語

蛁: the benefits of mysql_unbuffered_query() come at a cost: you cannot use mysql_num_rows() on a result set returned from mysql_unbuffered_query(). you also have to fetch all result rows from an unbuffered sql query, before you can send a new sql query to mysql.

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

you can also use ingres_autocommit() before opening a new transaction to have every sql query immediatly commited.

簡体字中国語

commit (see ingres_commit())

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

some types of sql queries can 't be sent with this function:

簡体字中国語

connect (see ingres_connect())

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

on the one hand, this saves a considerable amount of memory with sql queries that produce large result sets.

簡体字中国語

description

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

mysql_unbuffered_query() sends a sql query query to mysql, without fetching and buffering the result rows automatically, as mysql_query() does.

簡体字中国語

mysql_unbuffered_query

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

it means that sql queries are able to circumvent access controls, thereby bypassing standard authentication and authorization checks, and sometimes sql queries even may allow access to host operating system level commands.

簡体字中国語

many web developers are unaware of how sql queries can be tampered with, and assume that an sql query is a trusted command. it means that sql queries are able to circumvent access controls, thereby bypassing standard authentication and authorization checks, and sometimes sql queries even may allow access to host operating system level commands.

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com

英語

?php / * connecting, selecting database * / $link = mysql_connect( "mysql_host", "mysql_user", "mysql_password") or die("could not connect"); print "connected successfully"; mysql_select_db("my_database") or die("could not select database"); / * performing sql query * / $query = "select * from my_table"; $result = mysql_query($query) or die("query failed"); / * printing results in html * / print "table \n"; while ($line = mysql_fetch_array($result, mysql_assoc)) {print "\t tr \n"; foreach ($line as $col_value) {print "\t\t td $col_value / td \n";} print "\t / tr \n";} print" / table \n"; / * free resultset * / mysql_free_result($result); / * closing connection * / mysql_close($link);?

簡体字中国語

?php /* l½ӑ¡Աʽ¾ݿ⠪/ $link = mysql_connect("mysql_host", "mysql_user", "mysql_password") or die("could not connect"); print "connected successfully"; mysql_select_db("my_database") or die("could not select database"); /* ִА sql ²鑯 */ $query = "select * from my_table"; $result = mysql_query($query) or die("query failed"); /* Ԛ html ֐´򓡽ṻ */ print "table \n"; while ($line = mysql_fetch_array($result, mysql_assoc)) {print "\t tr \n"; foreach ($line as $col_value) {print "\t\t td $col_value /td \n";} print "\t /tr \n";} print" /table \n"; /* ʍ·ŗʔ´ */ mysql_free_result($result); /* ¶Ͽªl½Ӡ*/ mysql_close($link);?

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Translated.com
警告:見えない HTML フォーマットが含まれています

人による翻訳を得て
8,921,144,666 より良い訳文を手にいれましょう

ユーザーが協力を求めています。



ユーザー体験を向上させるために Cookie を使用しています。弊社サイトを引き続きご利用いただくことで、Cookie の使用に同意していただくことになります。 詳細。 OK