50,473 Archived Topics
Remove Filter ![]() | |
I had made a Microsoft Office Access 2007 database with more than 2000 records. A copy of which was given to my friend. We both made a number of amendments and added new records in our respective copies. Now I want to compare both databases & merge the databases into … Hardware and Software microsoft microsoft-access microsoft-office | |
Guardian newspaper columnist [Dawn Foster](https://twitter.com/DawnHFoster) posted images on Twitter this weekend showing how she was able to login to the official Conservative party conference app as Boris Johnson, until recently the UK Foreign Secretary. Not only was there no password required to login to the app, all that was required … | |
Hi guys. I can't figure out how to setup a macro like this "S+F" . someone explain this please. Also, i have a alienware 15 if that helps. Hardware and Software | |
Please forgive the length of this post; I have a complex problem with a lot of symptoms and a lot of background. But if you like chewing on a really tough problem, this might be just your cup of tea... The title of this post is the text of an … Hardware and Software android android-development storage | |
lists all files in the given folder that start with the letters pic and end with a .jpg extension. While the dir command allows only ? and * wildcards, regular expressions allow you to do so much more ... | |
I could easily buy a liquid cooler and call it a day, but unfortunately this is going into a 4U rack server chassis. it has a double 120mm fan but its covered by drive bays. the only other fan is 80mm, and i dont know any liquid coolers with a … Hardware and Software cybersecurity laptop motherboards-cpu-ram | |
Can not create a dvd dl in windows 10 only a dvd or cd since the april 2018 windows update | |
HI :)) I just bought a canon pixma mp520 and also the new ink cartridges. The thing is the printer doesn't print anything except black texts. With the color texts, the printer just skipped straight to the next black ones. I tried cleaning and deep cleaning options already, did the … | |
I'm trying to get my computer to output audio in mono but despite selecting the option within the Ease of Access centre to enable mono audio, my audio is still coming out stereo. The reason I need mono audio is because I need to hear all of some audio tracks … | |
I have a Dell Inspiron 7000 series laptop. When the battery is low and as soon as i plug it into charging the laptop starts the shutdown process. The laptop is almost 3.5 years old and never had any problem. Never even formatted it. What should i do to solve … | |
I download some music songs from a website. The website gets the requests from users and then it searches through WWW and lists you hundreds of URL that may have fulfilled your requests. I got what I want, but when I doubled clicks the music files, which are of RM … | |
Hi I have 500GB WD my passport with bad sector, I try to take disk imaging for forensics investigation with ddrescue but ddrescue was very slowly, is it really take 131d 22h? Is there any command or way that I can use to speed up ddrescue and just take 8 … | |
Hello, I ususally browse internet using google chrome. OS is windows XP. Can anybody tell me any free and safe proxy server? Whenever I search for any online shop, my all other pages come with advertisements of those objects whichever I clicked over the time. It seems like so many … | |
Hello friends, I am facing problem related to my email service. I just want to know that How do I recover my RoadRunner email password. If anyone have good knowledge about this. Then please share with me. Thank you | |
PLP27G-00091D-MFPX6K-609H03 (Failure ID) What to do??? Whats wrong??? | |
Hey people I have just recently purchased an Advent ERT2250 Laptop and the function (fn) key seems to be constantly on. This means i have to hold the fn key down so i am able to use some of the keys on the keyboard properly, if i dont hold the … | |
Dear folks Simple task can't get it work https://www.askdavetaylor.com/enable-parental-controls-linksys-wi-fi-router/ Tried to block internet access for one of my iPhone for testing purpose (it has dummy SIM means no cellular data) Enable Parental Controls (i.e it is ON) Choose a specific home device that I want to block then choose option … | |
I don't know what to do, it's all because of uplay! | |
I have a NanoPi Neo Core with eMMC..I have installed armbian os from "https://www.armbian.com/nanopi-neo/" to sd card and tried the "Armbian configuration utility" and "nand-sata-install" to install os to eMMC. But it is showing "there are no targets..please check your drives."..If we give "fdisk -l" command it is not detecting … | |
i installed smart guest asus but not working , although i installed version Latest | |
I am using an ASUS H110-E/M.2 motherboard on my desktop with an ADATA SX6000 120GB M.2 drive installed as a system disk, with a 1TB Hard Drive as a storage disk. The system has worked fine for several months, but recently I installed an optical drive and moved my machine … | |
Hello I've been facing this issue since today, whereby my TwinMOS Micro SD HC Card is not being detected by my Samsung phone, and when placed in the adapter and inserted on PC, again the latter is not detecting it at all, although in the Device Manager I can see … | |
I have been experiencing a load last solution loaded problem with VS2017 where it works sometimes and sometimes it doesn.t. Mostly it doesn't. After much research it that are a couple of things that can trigger this, but I can't verify it. I think it is a BUG intorduced by … | |
I just got an i7 8700k from hardware swap and the 3rd core is running way hotter than the rest. Its sitting at 68 degress celsius, while the rest are in the 30s. I've reapplied the thermal paste and it didn't change. Hardware and Software hardware-swap laptop motherboards-cpu-ram | |
I have a Presario X1050, the laptop just froze on me all of a sudden, the screen went a little weird on me with waves going from one side to the other of the screen. I shut it down imm. but then it never started again. Now when I turn … | |
Hi, I have a little problem with my PC. This 'America Megatrends' screen pops up unpredictably when playing/using my computer. Is there a way I can stop it from popping up? This all started 2 weeks ago while playing Fortnite and ever since, I have this screen showing everyday. I … Hardware and Software daniweb-bug microsoft | |
I downloaded many movies online. But the computer screen is too small, I want to play it on home DVD player. What preparations should I do? | |
I want to play iTunes movies on DVD player. I searched online, someone said that iTunes movies couldn't be burned to disc because of DRM. Hardware and Software mac-software | |
Computer won't turn on cpu light isn't blinking but power light is blinking monitor is like computer is in sleep mode key board num lock light is on but can't off it Hardware and Software troubleshoot-hardware | |
Hello, One type of SQLIA is UNION Query and I still do not completely understand what is the point. SELECT Name, Address FROM Users WHERE Id=$id by injecting the following- Id value: $id=1 UNION ALL SELECT creditCardNumber,1 FROM CreditCarTable. We will have the following query: - SELECT Name, Address FROM … | |
How to prevent Illegel/ Logically Incorrect Queries? Illegal/Logically Incorrect Queries 1)Original URL:http://www.arch.polimi.it/eventi/?id_nav=886 2)SQLInjection: http:/`/www.arch.polimi.it/eventi/?id_nav=8864' 3) Error message showed: SELECT name FROM Employee WHERE id =8864' from the message error we can find out name of table and fields: name; Employee; id. By the gained information attacker can arrange more strict … | |
Hello, I am trying to understand prepared statement and what it does. https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet#Defense_Option_1:_Prepared_Statements_.28Parameterized_Queries.29 "Prepared statements ensure that an attacker is not able to change the intent of a query, even if SQL commands are inserted by an attacker. In the safe example below, if an attacker were to enter the … | |
Hello Community, I've been looking around my computers registry and have found a few weird keys under Computer\HKEY_CURRENT_USER\ The keys are:  I'll put them here too in case you want to copy and paste them or something: Computer\HKEY_CURRENT_USER\멘Ṉ싈Ṉ멘Ṉ_ Computer\HKEY_CURRENT_USER\뭘⨱㺀ℎ뭘⨱楎 Computer\HKEY_CURRENT_USER\섀ׂ뤠ׂ߈_ Computer\HKEY_CURRENT_USER\冀⩩览⏡冀⩩_ Computer\HKEY_CURRENT_USER\鬰竣鯐竣鯰竣骐竣鳐竣饰竣鰰竣騰竣馐竣 Computer\HKEY_CURRENT_USER\㦸ᷢ흠㦸ᷢE Could anyone tell me what … | |
I am Engr. Rodney KJnr. I am Mikrotik COnsultant. Feel free to chat if you are having any issue with your MikroTik RouterBoard and OS. | |
I'm looking for a program reproduces in a picture box the AVI files present within the various files (of course continuous playback and transparent effect including). dll and others, I found one in Visual Basic and it works, but I can not do it Running in VB 10, i have … Hardware and Software visual-basic | |
I pre booked this phone and I am really excited about it, so can anybody suggest me is it worth it or not? | |
Hello, I am trying to prevent SQL Injection on Codeigniter. I am reading this link: https://www.roytuts.com/prevent-sql-injection-in-codeigniter/ I do not understand what is the purpose of Escaping Queries, Query Binding and Active Record. Thanks in advance. | |
Hello, I am planning to do my Thesis on SQLIA and now I am trying to understand something about SQLrand. SQLrand - a system for preventing SQLIA against web servers. The main intuition is that by using a randomized SQL query language, specific to a particular CGI application, it is … | |
![Hello to all members! Actuall I have made an simple android app which just redirects its users to theri favorite brands' websites or online stores. I just downloaded free images of famous brands and added them in my app. When any user clicks on his favorite brand's image, app redirects … | |
I am using Windows 10 on my Toshiba Satellite with Google Chrome as my browser. Whenever I click on Youtube to watch a video, attached is what appears in my browser instead of the video.: **"Your browser does not currently recognize any of the video formats available. Click here to … | |
![]() | I have a Dell Inspiron 620 desktop. I was working on iTunes when the computer froze. I couldn't get it to do anything. I ended the itunes process in task manager. Everything still froze. I turned the computer off for a bit. Turned it back on and all that came … |
I am trying to find a way to create an un-deletable partition/content on a USB pen drive. Basically my client wants to give customers a pen drive as a welcome gift with some multimedia and document content already recorded on a partition of the drive. The rest of the drives … | |
Recently Thunderbird asked me to login again for Gmail. It presents me a form in which I have to insert the password. It is the same form as when I login to my Google account via my browser. Only the NEXT button does not work. Do you have an idea … | |
i am a student of diploma in electronics and telecomm can anyone suggest me projects related to the below domains:- wireless communication power electronics electrical and electronics IOT Biomedical Instrumentation and control system embedded system Hardware and Software | |
hello everyone.. i am a final year student. we are asked to do a project in networking.. what kind of project in networking should i do.. i confuse what kind of project should i do.. i am in need of a project topic which is feasible and can be finished … | |
Hello everyone, I have been trying to open a text file with the extension .tdb (Text database or something like that) for weeks. The file is used in a GameCube game. This contains the texts of the game (of the menus, information of the enemies, etc.), unfortunately these texts are … | |
# Good day to all! # Broken old printer it's time to buy a new one. I can not determine the inkjet or laser ... I read an article and was confused by the fact that laser printers do not print so clearly. On the other hand, the paint does … |
The End.