As the topic suggests I wish to be able to pass table names as parameters using .NET (doesn't matter which language really) and SQL Server. I know how to do this for values, e.g. co
2026-01-27 09:01:09AskError 1044 (4200) occurred on line 5: Access to database "company" for user "@" localhost was denied
2024-03-19 19:50:44AskI'm trying to set up WordPress. I have Apache and MySQL running and the account and database are set up. I try to establish a simple connection: <?php$conn=mysql_connect('localhost','USER','PASSWORD');if(!$conn){echo'Error:'.mysql_errno().'-'. mysql_error();}?> I always get this: Error: 2002-No
2024-02-25 14:08:33AskI have a PHP project that connects to a SQL database. The problem is that I cannot access the value of text in the following code: $sher=$db->query("SELECT*FROMsher1ORDERBYRAND()LIMIT1");$matn=$sher[0][text];What's wrong? How can I fix it? Access table values in array
2023-09-16 16:33:51AskI'm currently working on a data table containing a large amount of data (5000). To be able to load the data at a progressive pace, I added a progress bar that illustrates how much data has been loaded per time unit. But the code below no longer works. lethandleProgressBar=(id,value,total)=>{letpercent=Math.round((value/total)*10000)/100;$(id+">div").html(per
2023-08-26 21:01:16Ask



0
121
0