I created a Login application that connects to the sql server using Visual Studio Code. The Login and SignUp application logs into the sql server to read the Table 'TABUSERNAME' and export it to the grid, but I get an error, my computer's sql server information:
user: 'sa'
pass: 'Coffee'
server:'MICROSOFT' or '192.168.1.100'
database: 'Cafe'
Can you please fix my code errors ?
File: App.js
Loading
Dong Lam TrienPosted Mar 18, 2024, 4:22 AM
I posted a previous post and couldn't send the code, so this page reported an error so I resubmitted it
When it's running, I enter user and password and press the login button, I get an error: ERROR Cannot convert null value to object
Tuhin PaulPosted Mar 14, 2024, 7:54 PM
Verify that the table name 'TABUSERNAME' is spelled correctly and exists in the 'Cafe' database.
pen_spark
Jayraj ChhayaPosted Mar 14, 2024, 9:54 AM
Share error details so we can understand the problem and find the solution for it.