• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

datasources in linux

I know in MS world you create a datasource using odbc... but if in your code, you simply refer to the database using datasource info, how are "datasources" managed in linux world? assuming ms-sql as the database....
 
Look through your distro's repository and find the relevant odbc packages. Install them (including anything relating to config) and you will probably get some kind of gui configuration for data sources. If not, read your documentation and find out what files you have to edit to set them up. Or don't use odbc and just connect directly to the database.
 
Back
Top