Using a html file which included few lines and many hours of work and toil, a shopping cart web app was made with b4j.
All of the transactions and page manipulations and interactive input was made within the code.
Remote MS SQL database was used as the data source.
This app could be the starting...
@Vikjh
In this post https://www.b4x.com/android/forum/threads/tutorial-of-connecting-android-to-ms-sql-server-using-jrdc2.114856/post-746950
You said that you had entered this code as online method.
But where do you inserted, on B4A code or RDC2 code?
Hi
Here is a tutorial that shows the steps of how to make an Android connection to MS SQL Server using jRDC2.
Download tutorial here:
Attached the Mobile Project in B4A and the JRDC2 Project in B4J
Any questions please ask in the forum
Bladimir Silva Toro
Teacher programming software
Hello, I am using a MS SQL Server an useing the library "SQLCallPRoc Version 1-10" from keirS
I have the following stored procedure:
CREATE procedure [dbo].[sp_TMS_BuchenPersKommt](
@cPersNr char(10),
@dDatum AMSDate,
@dZeit AMSTime,
@cGrund char(1)
) as
begin
set...
Hello,
Im with B4X 9.30,
working dev : Win10
I Want to connect with : External MSSQL DB
Shared hosting : on Windows serv. 2012
Sorry im a newbie with MSSQL connecting script,
but with that .jar : jtds-1.3.1.jar downloaded on : ttps://sourceforge.net/projects/jtds/files/jtds/1.3.1/
I dont...
Hi,
I am trying to execute a statement against MS SQL server. The statement is
Dim sf As Object = RemoteSQL.ExecQueryAsync("RemoteSQL", "SELECT * from package where package_id=?", Array As Int (147))
But it does not return any rows (Crsr has no rows). If I use select * from package without...
Hi,
I created this thread 2 times before, and I do not know where to follow it up. Do I expect to receive email notifications, Is the thread considered as a conversation, where can I see my initiated threads... It is really confusing
Simply, How to communicate with MS SQL server using B4A...
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.