Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan … shortcuts on the shortcut bar are likely opening with the wrong program (like a printer handler). Here’s a quick fix… Re: Cannot run exe from asp.net Programming Web Development by lennyli … because connected host has failed to respond So, what is wrong here? I felt so stupid I couldnt even get a… Re: Cannot run exe from asp.net Programming Web Development by lennyli … work. Do you have any insight or clue what is wrong? Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior. Re: Buggy career talk :-P Programming by Salem … super critical window for some few uS at exactly the wrong moment. Result, both spent the rest of eternity waiting for… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Reverend Jim 1. I thought we didn't have "forums" anymore. 2. Perhaps the OP posted in the wrong place. 3. Regardless, it was clearly a discussion and not a question. It's moot since the thread has been deleted. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by themadrastiffin The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program. Multiple MySQL connections + transactions Programming Databases by Dani … the transaction associated with Connection 1 This is probably the wrong terminology, but I hope you get the idea of what… Re: Key Tools and Tips for Efficient Web Development Programming Web Development by simplixi … browsers like Chrome. They help you see what’s going wrong when something isn’t working on your site. **Productivity Tips… Re: Upgrade to Fiber internet Hardware and Software Networking by rproffitt …. High speed tech arrives and tells me the wiring is wrong. Since I was there for the DSL/phone tech I… Re: Upgrade to Fiber internet Hardware and Software Networking by Dani … 20 years, lives, so that if anything were to go wrong, he could go there in person and fix it. We… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani … (which really affects SEO) Please correct me if I'm wrong, but I'm fairly confident that Lighthouse metrics do not… Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: Multiple MySQL connections + transactions Programming Databases by Dani A slightly related question: Is it okay to use PHP's `mysqli::select_db()` function to switch databases in the middle of a transaction? This is what got me into trouble in the first place, when I started a transaction, performed some writes, switched databases, and then wrote to that second database, and then switched back, and performed some … Re: Multiple MySQL connections + transactions Programming Databases by Salem https://www.php.net/manual/en/mysqli.select-db.php I think the key word in all of this is "default". You can probably do what you want, but you have to refer to each DB by it's own handle. Using `select_db` is fine, if you only have one DB and you want to be lazy about referring to it. So you make it the default DB. But as … Re: Multiple MySQL connections + transactions Programming Databases by Reverend Jim As far as I know you can connect to more than one database at a time but you require a separate connection object for each one. Since queries go through the connection object you can't run a query on more than one db at a time. It seems to me that transactions are also connection based so you would have to manually roll back a transaction on A if … Re: Multiple MySQL connections + transactions Programming Databases by Dani I am already using multiple MySQL connections throughout the project, as well as select_db() in some other places. My question specifically revolved around if anyone can explain why select_db() implicitly committed the transaction, and then when done again to return back to the initial database, it did a rollback instead of commit. Re: Multiple MySQL connections + transactions Programming Databases by Reverend Jim In that case I can't suggest anything. I've never had to update multiple databases for any of the systems I set up. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by Anonymous_2133 I have always been a fan of the Office 2000 shortcut bar. It has been on my windows desktop since I got it, up until Windows 10 19H2 (RIP). If you are still looking for a replacement, try searching for "Quick Pick" by "Automation in Motion". Use the double quotes or you will have to wade through many pages of irrelevant results. Re: Multiple MySQL connections + transactions Programming Databases by toneewa You're not suppose to switch databases with a connection mid-transaction. It's by design to rollback because it considers it a change to the session context. XA Transactions can be done if you use the InnoDB storage engine. Create separate PDO connections for each database. I wonder what kind of results you get with autocommit, serializable … Re: Multiple MySQL connections + transactions Programming Databases by Dani > If the databases are on the same server and use InnoDB, you can use fully qualified table names, and write to multiple databases on a single connection. That's what I ultimately started doing instead! Thank you so much for a definitive answer to my question. Wrong Username and Password error Programming Web Development by wareez … the user click on signin, it will display wrong username or password but the username and password is…script type="text/javascript">alert("Wrong UserName or Password");window.location=\'index.php\';<…script type="text/javascript">alert("Wrong Username or Password");window.location=\'signin.php\';</… Re: Wrong Username and Password error Programming Web Development by JerrimePatient … '<script type="text/javascript">alert("Wrong UserName or Password");window.location=\'index.php\';</script… '<script type="text/javascript">alert("Wrong Username or Password");window.location=\'signin.php\';</script… Re: Wrong Username and Password error Programming Web Development by JerrimePatient … '<script type="text/javascript">alert("Wrong UserName or Password");window.location=\'index.php\';</script… '<script type="text/javascript">alert("Wrong Username or Password");window.location=\'signin.php\';</script… Wrong Boot resolution? Hardware and Software Microsoft Windows by jai614 My PC is using the wrong resolution when booting, i.e. when showing brand logo and …windows load screen. At least i think it's the wrong resolution. Anyway, i think it happened because i switched monitors… Re: Wrong Boot resolution? Hardware and Software Microsoft Windows by prof.thakur [QUOTE=jai614]My PC is using the wrong resolution when booting, i.e. when showing brand logo and …windows load screen. At least i think it's the wrong resolution. Anyway, i think it happened because i switched monitors… Wrong Directory Programming Software Development by randomromper I ike many others it sems needd to download qb.exe. when i opened the zip file i extracted everything in the same directory as my edit.com however when i run the qb.pif an error message pops up saying that qb.exe is in an invalid startup directory. I assume this is the wrong directory but if i am wrong please let me know. wrong values coming from cos() function Programming Software Development by tquiva … double gets returned. My program compiled, but I am getting wrong values. If my input were 2, then I would get…-1); return(fact); } [/CODE] Does anyone see where I went wrong? WRONG SQL help Programming Web Development by Stefce …($sql); if(!$result) { echo "can't connect!"; trigger_error('Wrong SQL: ' . $sql . ' Error: ' . $conn->error, E_USER_ERROR); } …'); ?> but its gives me error `Fatal error: Wrong SQL: INSERT INTO likes (Username, ticketID) SELECT StefanRafa, … Re: Wrong Boot resolution? Hardware and Software Microsoft Windows by gemini4 I think that there might be something wrong with the video card.