https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
Perform a function call.
You can call Postgres functions as Remote Procedure Calls, logic in your database that you can execute from anywhere.
Functions are useful when the logic rarely...
Hello everyone,
here's how to run your own application (text editor) with the selected file.
This example allows you to open the contents of a text file (.txt) and an encrypted file (.weo) in mine
in the previous example, TextEditor.
However, I would rather research the file type in terms of...
I can't seem to figure out how to deal with dates and "in" clauses for parameterized queries.
I'd be grateful if someone could tell me how to do it.
Thanks
Date
I have a date in string format, Postgresql wants that wrapped in apostrophes in order to accept it into a timestamp field
Dim...
Greetings,
I have a stupid question and hope you don't mind. I just want to get my head around this particular parameter. I noticed I can put any value in the value parameter of the add statement of an xCLV. My stupid question is what is this parameter actually for and how can it be used in...
I have an app without a UI that runs as a background service
When he receives an sms with a specific command he has to start a second app and pass it commands (text strings)
The second app, which has a user interface, when closed by the operator must return information (text strings) to the...
Hello,
I have a sub that fill a custom view with a product list.
The _ItemClick event is handling perfectly his job , when we are clicking into the global item line, but :
that product list (code below) have 2 kind of added buttons which have to launch (with button_Click) 2 differents script...
Hello,
For security, Is it necessary, and if yes what is the best method to do for:
Hidding particulary parameters or constant or var into the code,
like :
Public PhaRcs As String = "Mypassword" ' Password
Public WebSite As String = "https://www.MyWebSite.com" ' Url
Public...
I hope to explain the problem well enough by exposing a concrete example that happened to me just yesterday.
I have a routine in an Activity that receives two parameters. When I invoke it from within the Activity itself, I simply use: RoutineName(Param1, Param2).
I also called it from a...
Hi there
Update: 2019-12-17 BANanoMySQL class updated, see post #11, https://www.b4x.com/android/forum/threads/bananomysql-an-inline-php-class-for-your-mysqli-crud-functionality.106858/#post-700010
Update: BANanoMySQL1 Example
If you would rather use an actual sqlite db, you can use...
Hi to everyone, i'm trying to add params to a customview but i have a problem...
I have a param that when enabled, has to disable another one.
I know how to do it in the code, but i don't know how to "Grey" it in the Designer.
Any clues?
How do I use a SQL with parameters with LoadSQLiteDB with the Table class?
With Table class I mean the one discussed here:
https://www.b4x.com/android/forum/threads/class-flexible-table.30649/
I can only see the option to use a plain SQL string.
Or should I just run ExecQuery2 and populate the...
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.