Posts by Pasha Zakharuk • 31 points
6 posts
-
0
votes0
answers49
viewsQ: I’m getting fake records on the website
For some time now I have been receiving records on my website, false records and I can’t understand what might be in the cause of it. I have a simple record, fields, dropdowns and a small captcha…
-
0
votes2
answers161
viewsQ: How to manage threads in C#?
I’m developing a project and I think I’m going to need multithreading. While starting a thread new doesn’t seem difficult, I can’t understand if I have to finish the thread or she ends up alone. My…
-
0
votes1
answer51
viewsQ: How to organise data
Good. I have a question, not so much about code with data organization. I have a small automatic backup application and the idea was to have "a task programmer", where I indicated the time, the type…
-
0
votes0
answers81
viewsQ: Write to a listbox in another form
Good stack. I am developing a small application for automatic backup of Mysql and SQL Server databases. The application is to be made in Windows Forms + C#. I thought to implement something similar…
-
1
votes2
answers284
viewsQ: Query that only returns the result if a field is in another table
The title may not represent the question well. I have a table with information about cars (id(CP), name, model, among others) and another one with the "Extras" (id(CP), id_carro(CS), name_do_extra)…
-
2
votes0
answers44
viewsQ: Problems with AJAX
I’m trying to delete a photo with ajax. I was able to collect the data (location of the photo) and now I was trying to receive that same location with another . php file . What is failing me is that…