B4A Tutorial How to connect to SQL Server using jtds-1.3.1.jar - MrKim    Nov 17, 2019   (10 reactions) The PORT address that SQL Server is listening on.
The NAME of a database on that SQL Server.
A VALID USER NAME/PASSWORD to connect to the DATABASE you have chosen.
IP Address:
Open the Windows menu ON THE SQL SERVER COMPUTER and type 'COMMAND' and hit enter.
This will open a command prompt.
Type 'i B4A Question Connect To MS SQL SERVER by okhttputils2 - MohammadNew    Jun 25, 2016   (1 reaction) Hello everyone and specially Erel ,
this is my example for connect to MS SQL SERVER
please check and tell me what I do . Thanks B4A Question Connect with SQL SERVER - Alway connect or not. - Erel (first post)    Mar 09, 2021   (1 reaction) I guess that you mean B4J.
Making a direct connection from a mobile device is not recommended and is likely to be unreliable.
Best solution is to use jRDC2.
You cannot assume that the connection is always valid. It will break when there are disconnections. B4A Question How to Connect to MS-SQL Server 2016 in B4A - Albert Kallal (first post)    Mar 28, 2020   (6 reactions) So, once the “test” connection button above works, then back key to the main display.
Hit the connect button. If it connects, then the show data button will appear. Hit that, and you
see this:
89881
If you tap on a row (or hit the view button on each row, then the whole record will display like t B4A Question New sql connection - Peter Simpson (first post)    Mar 19, 2022   (2 reactions) I use with all desktop and paid bespoke client applications.
https://www.b4x.com/android/forum/threads/%F0%9F%92%A1-jdbcsql-connector-j-connect-directly-to-mysql-mssql-postgresql-mariadb-and-oracle-databases.107545/#content
Enjoy... B4A Question Connect to SQL Server - catyinwong (first post)    Aug 03, 2018 Yes... and I don't understand that at all... i downloaded the example and work with some time, still don't have a clue...
And I am wondering if it is a very complicated question, coz there isn't anyone who want to give me the answer even if I post all my SQL address, server and password here... :'( B4A Question connect sql using server name - DonManfred (first post)    Jul 24, 2018 https://www.b4x.-directly-connect-to-remote-databases.84016/
It does work with hostname B4J Question JBDC pool connections: how to use correctly ? - OliverA (first post)    Oct 13, 2023   (2 reactions) If you run into any connection issues using the ConnectionPool object, use standard JDBC calls (w/o pooling) to verify the SQL connection first. If plain JDBC can connect, then it is very likely that ConnectionPool will be able to connect. In B4X, that means is the SQL object/library to connect, and B4A Question Connect to msslql server - sql.bsite.net\mssql2016 - fasilosman (first post)    Jan 22, 2024 Using JDBC connection
net.sourceforge.jtds.jdbc.Driver", "jdbc:jtds:sqlserver B4A Question Connect with Oracle database - viraj_Amarasooriya    Dec 15, 2023 Hello all
I am new to B4a .
I want to connect my oracle database to my b4a project. I have use RDC and it is ok to me. But i want connect my Oracle database directly like SQL server. I use the following code but not connect (SQL server connect correctly)
#AdditionalJar: ojdbc14.jar Page: 1   2   3   4   5   6   7   Powered by ColBERT |