Hai cercato la traduzione di ansi sql query mode da Inglese a Cinese semplificato

Inglese

Traduttore

ansi sql query mode

Traduttore

Cinese semplificato

Traduttore
Traduttore

Traduci istantaneamente testi, documenti e voce con Lara

Traduci ora

Contributi umani

Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.

Aggiungi una traduzione

Inglese

Cinese semplificato

Informazioni

Inglese

ansi sql query mode

Cinese semplificato

ansi sql 查詢模式

Ultimo aggiornamento 2006-09-06
Frequenza di utilizzo: 1
Qualità:

Inglese

sql query

Cinese semplificato

sql 查询

Ultimo aggiornamento 2016-09-30
Frequenza di utilizzo: 4
Qualità:

Riferimento: Translated.com

Inglese

sql query text

Cinese semplificato

sql 查询文字

Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 3
Qualità:

Riferimento: Translated.com

Inglese

sql query history

Cinese semplificato

sql 查询历史

Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 3
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

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

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

瞰赽 1. mysql_insert_id example

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

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

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

commit (see ingres_commit())

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

connect (see ingres_connect())

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

description

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

mysql_unbuffered_query

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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.

Cinese semplificato

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.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com

Inglese

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

Cinese semplificato

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

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Riferimento: Translated.com
Attenzione: contiene formattazione HTML nascosta

Ottieni una traduzione migliore grazie a
8,920,132,648 contributi umani

Ci sono utenti che chiedono aiuto:



I cookie ci aiutano a fornire i nostri servizi. Utilizzando tali servizi, accetti l'utilizzo dei cookie da parte nostra. Maggiori informazioni. OK