Quantcast
Channel: VBForums - Mobile Development
Browsing latest articles
Browse All 91 View Live

React Native Login connect with sql server ?

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...

View Article



Connection fail to SQL Server using NodeJS mssql msnodesqlv8 from the server ?

I use windows authentication but when the username didn't have permissions, I got a different error Code: var sql = require('mssql/msnodesqlv8'); const config = {     user: 'sa',     password:...

View Article

Can Nodejs code run in React Native ?

Code Code: var express = require('express'); var app = express(); var sql = require("mssql"); I declare the above library in React Native when running the error: Android Bundling failed 3690ms...

View Article

React Native I created an application that reported an TypeError ?

React Native I created an application that reported an error, TypeError: cli.init is not a function ? How do I fix this error? See the error below: D:\>npx react-native init demotsx This will walk...

View Article
Browsing latest articles
Browse All 91 View Live




Latest Images