B4A Library MSSQL with JDBC Library v1.00 - hasanaydin52    Nov 1, 2012   (11 reactions)   tags: MSSQL As MSSQL
Dim L As List
db = setDatabase("Server IPNUMBER (not name)"...
.
.
.
You can also write create, update or delete queries.
You must copy MSSQL.jar, MSSQL... B4A Library AES Encrypt/Decrypt (Encryption/Decryption) B4A and B4J library - Peter Simpson    Sep 22, 2020   (33 reactions)   tags: Aes into and decrypt data out of my clients MySQL or MSSQL databases. For many years I've been... B4A Library JdbcSQL - Directly connect to remote databases - catyinwong (first post)    Jul 22, 2018 Not quite understand what changes should be made if I want to connect to a MSSQL
#AdditionalJar..." <- what to change??
Private jdbcUrl As String = "jdbc:mssql://192.168.0.6/test"... B4A Library MySQL Library with jdbc - hasanaydin52    Oct 17, 2012   (1 reaction) Hello everyone,
This is my second library very similiar to MSSQL.
There are only three functions.
1) setDatabase("Server IPNUMBER (not name)","databasename","username","password")
2) Query("select * from tablename") --> return rows as a LIST
3) TableList --> return table names rows as a LIST.
You can also write create... B4A Library Threading library - LucianoB (first post)    May 19, 2016 (obj1 As Object)
Dim param As UpdateParams
param= obj1
Dim newdb As MSSQL
newdb... B4A Library SQL Server Library - SNOUHyhQs2    Dec 3, 2017   (11 reactions) B4A Additional library folder. 2. Check the 'MSSQL' on your library to use it. 3. Refer to the codes... B4A Library Grid/Table and ListView Library - Harris (first post)    Apr 3, 2012 can, but is there not a more modern way (encrypted, compact, structured method) that will easily import into MSSQL... B4A Library [Class] Flexible Table - Aries Abedes (first post)    Jul 17, 2017 SaveToSQLite Dim tblDrFromMSSQL As List Dim Items() As String tblDrFromMSSQL.Initialize For...", Items(11)) tblDrFromMSSQL.Add(m) Next Try DBUtils.InsertMaps(Starter.SQL1, "tblcsvdrreceivingdtl", tblDrFromMSSQL) lblCount.Text = tblDRList.Size tblDrFromMSSQL.Clear Msgbox("Download complete.", "Download status... Page: 1   |