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   (29 reactions)   tags: JDBC Hello fellow B4X'ers, Here is some example code for connecting your B4J projects to 5 different types of database engines, this tutorial is for learning purposes only and nothing else. Disclaimer: This code with some minor changes may also work in B4A. MySQL and MSSQL connectors definitely do work in B4A but I'm not sure about the PostgreSQL, MariaDB and Oracle connectors. Please check... (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 ✨ Magic API: Build a Powerful Server-Side REST API with MySQL, MSSQL, SQLite, PostgreSQL, Oracle, and Firebird and File Management in 5 Minutes! 🚀 - fernando1987    Feb 20, 2026   (14 reactions) ⚡️ Unleash the API Power: Magic API for Seamless B4X Integration
? Greetings, B4X enthusiasts! To... 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... Page: 1   2   3   4   5   |