Posts by CDaniel • 131 points
2 posts
-
3
votes1
answer292
viewsQ: Connection to separate PDO databases - (multi-tenancy )
I have the following password for my application: I have a PHP + Mysql application, with PDO connection, I need the application to be shared with all registered companies, but each company will have…
-
10
votes2
answers341
viewsQ: Error updating the entire JAVA table
I’m trying to perform a mass update to update all prices of products registered in the system, adding the value passed by the user to the unit price of the registered product, according to the…