In my C++Builder application, i'm trying to do a configuration form where the user could change the database that FireDAC uses on runtime, to do that, i'm editing the FDConnectionDefs.ini file and saving it. So far it works using RefreshConnectionDefFile, but if i used the database once in my runtime, it won't reload and i have to close the program for the changes to actually being applied to my DB usage. How can i completly reload my TFDManager ?
How to completely reload a TFDManager in C++ Builder?
159 Views Asked by LightFox7 At
0
There are 0 best solutions below
Related Questions in C++BUILDER
- working with IdHTTPProxyServer1
- Borland c++: Error while assigning OnChange to another function?
- Alternative to symlink in C++ Builder
- Embarcadero C++Builder: Transitive project dependencies and includes?
- Embarcadero C++Builder: Separate debug/release DLL references possible?
- How i can set rgb color?
- How to use TThread.Synchronize() to retrieve the text of a TEdit control?
- Indy TCP client in thread
- Special character in Borland c++ Builder
- Kylix on Fedora 21
- update statusbar's text property in the form by another form's button's click event
- add event to component in the run time
- Define and build lapsed timer
- How to manipulate large images in Firemonkey?
- Using TChart in C++Builder XE7
Related Questions in FIREDAC
- Datasnap\FireDAC: Query executed twice
- Delphi XE7 TFDTable View RowID error
- Setting "Server" programmatically with a TFDConnection
- Application closing when Activating the Connection on FireDAC
- Apply changes using TFDJSONDeltasApplyUpdates
- Query Status "Suspended" using FireDac with SQL Server
- Firedac multiparametric query with macro
- Delphi - View with parameter
- FireDac get the count of rows affected by FDQuery.execsql command
- Where is FireDAC pbByNumber defined?
- How to filter FireDAC dataset by a DATE value constant?
- How do I query number of files using Delphi firedac
- Delphi Delete all records from FDTable
- FireDAC: Saving Time to SQLite DB
- Why TFDMemTable is slower than TClientDataSet?
Related Questions in C++BUILDER-10.3-RIO
- How to concatenate two TStringDynArray?
- transparent png image loses quality when including in TImageList
- Out of range value for column in MySQL float column
- How to split a UnicodeString in C++Builder
- Multiline hints in Firemonkey
- Does C++Builder work with MSAccess .accdb files?
- AWS SDK C++ installation / Embarcadero: CMake Error -fPIC
- TDBNavigator background transparency color error
- How to completely reload a TFDManager in C++ Builder?
- ScktComp.hpp is missing in RAD Studio 10.3
- Migrating Type Library File to C++Builder Rio 10.3.1
- Screen orientation on iOS
- Add angle symbol to string
- Detecting orientation of iPhone using C++
- Access Violation with uninitialized variable being passed to method call that initializes it
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?