검색어: 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,927,590,273 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인