search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉422227023

P粉422227023

Follow
student

Follow 0
fans 0
integral 0
Parameterise table name in .NET/SQL?

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:09Ask
MySQL
How to run SQL queries in Hackerrank afterwards? What does it mean?

Error 1044 (4200) occurred on line 5: Access to database "company" for user "@" localhost was denied

2024-03-19 19:50:44Ask
MySQL
MySQL connection not working: 2002 No such file or directory

I'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:33Ask
PHP
Undefined constant 'text' in /home/jokebo/public_html/index.php:23

I 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:51Ask
MySQL
How to create progress bar in datatable?

I'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
CSS3