B4A Tutorial Tutorial of connecting Android to MS SQL Server using jRDC2 - josejad (first post)    Jan 04, 2021 Where's your MS SQL database? In another computer in your network? In the same computer you're developing? In internet? Bug? [EDIT: NO BUGS HERE] ExecQuerySingleResult (SQLite) - Mahares (first post)    May 12, 2023 Where is the code for the SQL library located. Maybe we can look at it and see if the ExecSingleResult can be modified to prevent such error without knowing the content of your data in the table. B4A Question Why SQL "WHERE" cannot detect column / no such column ? - NLok    May 31, 2021 database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1316)
at android.database.sqlite.SQLiteDatabase.rawQuery(S B4J Question B4J: Where is the sqlite database file located in a standalone package - Erel (first post)    Mar 09, 2021   (1 reaction) I guess that you put it in the Files folder, right?
It will be embedded in the package.
You need to copy it to XUI.DefaultFolder before you can access it, as it needs read-write access. B4A Question SQL.close - yiankos1    Aug 27, 2019 Hello team. I initialize sqlite at starter service. Everything works fine. Where should we call SQL.close? Because i call sql.close at Main activity_pause if user closed and throws me an error if i close app and reopen imediately. Error is about: reopen a closed database. Thank you for your time. B4J Question JRDC with variable number of parameters - emexes (first post)    Jan 06, 2023   (1 reaction) Partially confirmed by the comment "It is also safer as the SQL commands are set in the server side" at the "jRDC2 - B4J implementation of RDC" post. So... try @DarkoT's suggestion, except possibly without the first "where" in the parameter string, because the server-side command already has a "whe B4J Question [SOLVED]How to AutoReconnect to an MySQL server - OliverA (first post)    May 10, 2020   (1 reaction) You may be clobbering your SQL server. Why don't you try with one pool running (not 2 or 3). Where is your SQL server located in relation to the the solution you are creating here? B4A Question SQLite Viewer not working - klaus (first post)    Feb 21, 2018 Where is your SQLite DB located. If, in your app, you copied it to File.DirInternal, you wont see it! If you copied it to File.DirRootExternal, you should see in the Files.Dialog box with Open internal file manager. B4A Question [Solved] SQL - IN operator - udg    Jun 29, 2020 Hi all, is there a way in pure SQL to construct a WHERE clause using the IN operator where its list is of variable length? I mean something like: SELECT * FROM Customers WHERE Country IN ('Germany', 'France', 'UK'); but with the Countries' list built at runtime and made up of any number of items B4A Question B4XPages & SQL & TTS - Jerryk    Nov 19, 2022 I will be remaking my old B4A app with multiple Activities. I used SQL and TTS here. Now I want to use B4XPages.
1. I used SQL.Initialize... in B4XPage_Created in B4XMainPage file. Where is the best place to put SQL.Close?
2. I will use TTS.Speak on some pages. Where is the best place to place TTS. Page: 1   2   3   4   5   6   7   Powered by ColBERT |