Results for ansi sql query mode translation from English to Chinese (Simplified)

English

Translate

ansi sql query mode

Translate

Chinese (Simplified)

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

English

Chinese (Simplified)

Info

English

ansi sql query mode

Chinese (Simplified)

ansi sql 查詢模式

Last Update: 2006-09-06
Usage Frequency: 1
Quality:

English

sql query

Chinese (Simplified)

sql 查询

Last Update: 2016-09-30
Usage Frequency: 4
Quality:

Reference: Translated.com

English

sql query text

Chinese (Simplified)

sql 查询文字

Last Update: 2011-10-23
Usage Frequency: 3
Quality:

Reference: Translated.com

English

sql query history

Chinese (Simplified)

sql 查询历史

Last Update: 2011-10-23
Usage Frequency: 3
Quality:

Reference: Translated.com

English

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

Chinese (Simplified)

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

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

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

Chinese (Simplified)

瞰赽 1. mysql_insert_id example

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

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

Chinese (Simplified)

蛁: 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.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

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

Chinese (Simplified)

commit (see ingres_commit())

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

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

Chinese (Simplified)

connect (see ingres_connect())

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

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

Chinese (Simplified)

description

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

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

Chinese (Simplified)

mysql_unbuffered_query

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

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.

Chinese (Simplified)

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.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

?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);?

Chinese (Simplified)

?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);?

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com
Warning: Contains invisible HTML formatting

Get a better translation with
8,920,132,648 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK