3
Answers

React Native Login connect with sql server ?

Photo of Dong Lam Trien

Dong Lam Trien

1y
730
1

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)