B4J Library SQL: Simplyfying Calling Stored Procedures - keirS    Aug 16, 2018   (14 reactions)   tags: Erel, MSSQL was necessary.
A very small library which extends the functionality of calling stored procedures. ExecCall... ")
Loop
End Sub
I have added a stored procedure to the sample DB called getorder... B4J Question DBM Module and Calling a Stored Procedure in MySQL database - Anser    Nov 30, 2017 ",Null)
How do I call a Stored Procedure available in the database. I tried the following... As List = DBM.SQLSelect(SQL, "CALL MyStoredProcedure('Parameter1', 'Parameter2'... B4J Question Calling a MySQL stored procedure. - JakeBullet70    Mar 1, 2015 Hi All.
Can I call a MySQL sproc from b4j? Is this possible? My server is local
Thanks.... B4A Question RDC and MySQL, Calling stored procedures with an OUT parameter - Anser    Mar 3, 2015 Dear Friends,
How do I call a Stored Procedure with an OUT Parameter using RDC on a MySQL Database... on the Customer's Credit Limit
In MySQL, we can call the GetCustomerLevel() stored procedure as follows... B4i Question iStore - PurchaseCompleted never called in simulator - Alexander Stolte    Mar 31, 2024   (1 reaction) the simulator when I buy something in the sandbox.
My Steps:
Call inAppPurchase.RequestPayment... B4J Question How to call Oracle Stored Procedure - AndroidMadhu (first post)    Mar 15, 2023 Hi,
I am able to connect at Oracle DB with success. But how do I call both the procedure SQL_Success from button1_Click() event.
Here is my test code
Public Sub SQL_Connect
sql.InitializeAsync("Oracle", "oracle.jdbc.driver.OracleDriver", $"jdbc:oracle:thin:@${dbsrv... B4i Question Error after call MyStore.RequestPayment() using iStore - Guga Thome (first post)    Jan 24, 2018   (1 reaction) Tks Erel!!!
Defining Mystore as a global variable has been fixed.... B4J Question jrdc2 postgresql stored procedure call - hwatech (first post)    Feb 24, 2021   (1 reaction) Thanks to all, I have it working now, the fix was to change the names in the Map to the actual param... B4A Question RDC + Interbase (Call to Store Procedure) SOLVED - Heppy (first post)    Oct 23, 2015 Hi.
I solved the problem.
In the config properties the command:
sql.select_spsalidas=EXECUTE PROCEDU... B4A Question Calling a MySQL StoredProcedure in simple way? Which library recommend me to use??? - Albert Kallal (first post)    Mar 21, 2020   (1 reaction) you have to say execute a UPDATE statement can be used to call store procs.
So these so called “action” queries (updates, inserts, and call/run store procs) don’t return data. So, the command for this in all... Page: 1   2   3   4   5   6   7   |