Dong Lam Trien

Dong Lam Trien

  • 729
  • 968
  • 134.2k

React Native Login connect with sql server ?

Mar 14 2024 9:35 AM

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

 


Answers (3)