I am using jdbcSQL to connect MSSQL. There is problem in release mode with error NetworkOnMainThread. The solution is to use async methods (InitializeAsync, ExecQueryAsync).
I made a small test and have the same problem. Exactly it depends from number of returned rows. If result is 10 rows it...
Hello,
i would love to do some future projects using B4J. For this i need to connect to a 2012 Microsoft SQL-Server.
Unfornutaley i cant get it working. Im trying to connect using mssql-jdbc-8.4.1.jre11. Trying and reading posts since days.
Does anyone have a working example for me ? Library...
Olá pessoal, sou novo no B4A e estou precisando da ajuda de vocês, qualquer ajuda, sugestão ou correção sobre este erro será bem vinda.
Estou com um projeto e preciso fazer uma conexão simples com um banco de dados externo (SQL Server), baixei a biblioteca MSSQL e configurei os caminhos...
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...
Hello everyone,
i tried successfully to connect my app an MSSQL Server without istance, but when i try to connect with another MSSQL that has an istance the connection doesn't work.
I specify the istance in the jdbcUrl after the IPServer; is it right?
Public MsSql As JdbcSQL
Private...
Hello, I am stuck with JDBC and MSSQL. I have successfully connected using JDBC like so:
Sub Process_Globals
Public msSQL As JdbcSQL
Private driver As String = "net.sourceforge.jtds.jdbc.Driver"
Private jdbcUrl As String = "jdbc:jtds:sqlserver://192.168.100.212/OPENXMLTesting"...
Hi there
Update: April 8, 2019 Solution
[BANAno] MySQL CRUD with PHP - Part 1
[BANano] MySQL CRUD with PHP - Part 2
I have an issue that I need to address. I have a backend that I need to speak to from my BANano App, this could either be MySQL or either MSSQL (no decision as yet). I guess...
Hello everyone. Does anyone know if there is a library that makes the database connection by server name and not by IP number? Currently I use the MSSQL library, but it only connects by IP. I need to connect by name.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.