Jump to content

Search the Community

Showing results for tags '[solved]'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Starting to build our first UniGui project I face myself in a situation I need an answer to. With a standard unigui login form. I would like to be able to have multiple databases available. Not for selection - but via the users login, through our user-api that handles auth. The database alias (an entry in firedac connections file - ConnectionDefName) is returned from our api and I now need to set the name on the TFDConnection. function TUniMainModule.ChooseDatabaseConnection(aDatabaseConnectionDefName: string): boolean; begin if FDManager.IsConnectionDef(aDatabaseConnectionDefName) then begin DBConn.Close; DBConn.ConnectionDefName := aDatabaseConnectionDefName; end; end; This works - but only if the setting - POOLED is set to false in my connections file. I'm loading FDDrivers.ini (specific different vendor files) in the Creation of the servermodule. And the Connections.ini (databases) is loaded in mainmodule creation. Should I do anything specific to be able to use pooled=true ?
×
×
  • Create New...