B4A Question MSSQL-JDBC Minimalistic Example - Charles Biba    Mar 12, 2018 Ok... I am trying to get B4A to connect to an in-house MSSQL server (2014) using a direct JDBC connection. However, things are a bit confusing for an outsider new to B4A and I keep getting "unknown error (14) Can't open database" in the log. This server is running other in-house... to SQL in the libraries manager.
#AdditionalJar: mssql-jdbc-6.2.2.jre7.jar
I declared an sql... B4J Tutorial ✅ JDBCSQL Connector/J - Connect directly to MySQL, MSSQL, PostgreSQL, MariaDB and Oracle databases - Peter Simpson    Mar 13, 2020   (28 reactions)   tags: JDBC .
Disclaimer:
This code with some minor changes may also work in B4A. MySQL and MSSQL connectors definitely do... (MSSQL) ----------
CustomerDemographics
Region
Employees
Categories
Customers
Shippers
Suppliers... Share My Creation [BANanoVuetifyAD3] BANanoServer - DirectMSSQL CRUD - Mashiane    Nov 7, 2021   (1 reaction) I have added #AdditionalJar:mssql-jdbc-9.4.0.jre8.jar Other Steps 1. FireWall should be opened... B4J Question [SOLVED] Using Windows Auth to connect to a MSSQL db - alwaysbusy    Aug 1, 2017   (1 reaction) /android/forum/threads/solved-using-windows-auth-to-connect-to-a-mssql-db.82346/#post-521438 for... B4J Library [BANanoConnect] BANanoSQL+SQLite+MySQL+MSSQL Library - Mashiane    May 23, 2020   (9 reactions) Ola For a while I have been exploring backend connectivity using BANano for BANanoSQL, SQLite, MSSQL and MySQL. The purpose of this lib is for a one place for all your connectivity with these backends. This library as a couple of class utilities for connecting to BANAnoSQL, SQLite, MSSQL and MySQL. SQLite, MSSQL and MySQL use PHP. BANAnoAlaSQLE - CRUD functionality for BANanoSQL BANanoMSSQLE - CRUD functionality for MSSQL (uses PHP) BANanoMySQLE - CRUD functionality for MySQL (uses PHP... B4A Question How to connect to MSSQL with JdbcSQL - catyinwong    Jul 23, 2018 Not quite understand what changes should be made if I want to connect to a MSSQL #AdditionalJar: jtds-1.3.1 Public mysql As JdbcSQL Private driver As String = "com.mysql.jdbc.Driver" <- what to change?? Private jdbcUrl As String = "jdbc:mssql://192.168.0.6/test" Private Username As String = "username" Private Password As String = "password"... B4J Library [BANanoMSSQL] PDO CRUD Class for MSSQL - Mashiane    May 23, 2020   (1 reaction) php settings
BANano.PHP_NAME = "mssql.php"
BANano.PHPHost = $"http... B4A Library MSSQL with JDBC Library v1.00 - hasanaydin52    Nov 1, 2012   (11 reactions)   tags: MSSQL Hello everyone, This is my first library. There are only three functions. Dim db As MSSQL Dim L As List db = setDatabase("Server IPNUMBER (not name)","databasename","username","password") Try 'select query L = db.Query("select * from tablename") '--> return... . . . You can also write create, update or delete queries. You must copy MSSQL.jar, MSSQL... B4J Question MSSQL Server with B4J - Pedro Caldeira    Mar 24, 2017 Hello All, I have a old VB6 application that connects to a local MSSQL Server. I wanted to try to change to B4J, but i don't find any reliable way to work with MSSQL and B4J. To my knowledge the jSQL work only with MySQL, correct ? Is there any way to work with MSSQL (without those HTTP Calls and similar stuff :) ) Regards... B4J Question Web app with MsSQl database - Bladimir Carrillo    Sep 22, 2016   (3 reactions) Hi all, Finally I have developed and put in production my first B4J web app following the instructions of the different B4J tutorials . Some features: - Use MsSQL database to report work requests daily. - Use ABMaterial framework - Login page with initial generic password. - Reset password page at first login. - Work request details page including images and GPS location to report. - Send websocket message to mobile devices (with B4A app) to notify a new request created. - Requests list... Page: 1   2   3   4   5   6   |