запрос

SyntaxError: Non-ASCII character '\xd1'

I wrote the following code conAcc = pyodbc.connect('DRIVER={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=D:\ThirdTask\Northw ... no encoding declared; see http://www.python.org/peps/pep-0263.html for details What should I do to make the error disappear?

Query in MySQL via PHP

Good time of day! I made a form with a request and a write function in the database, but it introduces empty values. What's w ... me,year,xoz) VALUES ('$name','$year','$xoz')"); if ($result == 'true') { echo "Успешно!"; } else { echo "Неудачно!"; } ?>

Can I create my own REST queries?

There was a stupid question about the types of REST requests. I understand that these methods are generally accepted: POST-cr ... se a generally accepted method for some actions? (For example: Send DELETE, but create a new object instead of deleting it.)

Cross query sql php

Can you please tell me how to display on the page in the table not the id, which is in the database, but the value itself, wh ... ators` WHERE data_id_station = '".$_GET['id']."' Can you tell me how to correctly output the data, and not the id? Base:

Can I view the phone's POST / GET requests from the same WiFi network?

I want to study the requests of the phone / tablet through different applications. On the computer, you can use http analyzer, fiddler, and the like. But how can I block requests from the WiFi network?

HttpURLConnection Request to the 1c web service with a login from android

I made a request to the 1c web service, it has an authorization window, how do I send my username and password along with th ... ection.setReadTimeout(1000); httpURLConnection.setConnectTimeout(1000); httpURLConnection.connect();

When requested, Delphi does not see the character &

When querying idhttp1.get('http://mysite.com/test.php?log=1111&pass=2222'); Delphi does not see the character &, ... er p. And in another new program, it sees this symbol &. Example in the screenshot: I have RAD Delphi xe6 installed.

An SQL query that outputs max (count (...)) and other table fields corresponding to the max parameter

The following tables are available: Person(поля Nom и др.) - информация о людях, Profit(поля ID, Source, Moneys) - источники ... rom profit, have_d, person where profit.id = have_d.id and have_d.nom = person.nom group by source)

Nested request in CActiveDataProvider

Help me write a request: SELECT * FROM users WHERE id = (SELECT userid FROM authassignment WHERE itemname='Object') In the f ... Why so much? You can use links) For example, I have no idea what CActiveDataProvider is, but I need to pass it to the widget.

Make a query: get a date from a string and compare it with a date type parameter

Clear sky! 1c enterprise 8.2 (8.2.15.289) In the tabular part of the document, there is a field with a composite data type. O ... from the string in the query (in this case "10.10.2013") and compare it with the date type parameter. How can this be done?

Round-robin arbitration"

In the crossbar, if several Masters simultaneously make a request to one Slave, there should be "round-robin"arbitration. Wik ... uted (green), and # 3 is waiting (gray). After a while, No. 2 bursts in also "just ask". Whose request will be executed next?

I want to make a form of user requests. Advise pzhlsta literature, information, what to read, study, maybe there are some libraries

Hello everyone. I want to make a simple form for sending photos to the server by users with the ability to change, adjust suc ... improvment=improve https://www.netprint.ru/order/easy-photo?blank_id=24618&paper=2&crop=fill&enh=1#/pick

What method is used to send an http request in the form and without the form?

I want to understand how the GET and POST method works in an http request. 1) Do I understand correctly that by default, whe ... art of the html page is requested by the "GET" method, and the form (the "form" tag) in it is requested by the "POST" method?

Sending a post request with a response received

I need to send a POST request via PHP Without CURL. After sending the request, the server sends an error response or a result ... ed to be able to set the values that I send, and after receiving the response, save it to a variable. Thank you in advance!

Complex sql query with a condition

Help me create an sql query. There are tables: tbl_article(id, title) tbl_category(id, title) tbl_tag(id, title, geotag) A ... at ON ca.article_id = at.article_id INNER JOIN tbl_tagnew t ON at.tag_id = t.id WHERE ca.category_id = 177 AND t.geotag = 0

What does the crossorigin attribute mean for the img element?

As I understand it, the crossorigin attribute is used to process requests from other sources. I reread the Internet, but I d ... mg src="http://russian7.ru/wp-content/uploads/2014/07/20130215184904.jpg" crossorigin=""> </div> </body>

recursive mssql query

Help with a recursive query to the table so that the value in the flag parent column is changed from 0 to 1 if all of its chi ... 1 13 5 1 14 5 1 15 6 1 16 6 1 17 6 1 18 7 1 19 7 1 20 8 1 21 8 1 23 8 1 24 9 1 25 9 NULL

php: singleton for working with the database

I wrote this code to work with the database: class CConnectionSingleton { private static $_instance = null; private ... ata() in test.php on line 58 It seems that from the class method I turned to the same method, why explicitly specify this

Two-string ping on 2ip.ru/privacy

Help us figure out where the data for the report comes from. The task is to determine whether tunneling is used on the proxy ... it more precisely: I'm interested in the algorithm requests. 1. GET - http://2ip.ru/Privacy(Gets PHPSESSIONID) What's next?

How to calculate the number of rows by grouping conditions

Good time of day, please tell me on this question: There is a table of the form: +-----------------------+ |id|user_id|poin ... of points = 3 (point_3) number of points = 1 (point_1) And they are ordered first by point_1, then point_3 and total_point.