I have developed application which uses Sytem DSN (odbc driver 32 bit). Whenever I try to establish connection with database I have to run it exe and I have to use "Run as administrator". Is it compulsory to have admin rights to use SYSTEM DSN or there any way any user can run even if they don't have administrator rights.
Do system dsn requires administrative rights
84 Views Asked by peaky221b At
0
There are 0 best solutions below
Related Questions in SQL
- SQL schema for a fill-in-the-blank exercise
- Hibernate: JOIN inheritance question - why the need for two left joins
- What's supposed to be the problem in this query?
- Compare fields in two tables
- How to change woocomerce or full wordpress currency with value from USD to AUD
- Dynamic query creation with Array like implementation
- SQL query to get student enrolled in this month in a course - Moodle
- SQL LAG() function returning 0 for every row despite available previous rows
- Convert C# DateTime.Ticks to Bigquery DateTime Format
- Use row values from another table to select them as columns and establish relations between them (pivot table)
- SQL: Generate combination table based on source and destination column from same table
- how to use system's environnement variables in sql script
- PHP fetchAll on JOIN
- Multitable joining in Sql
- How to display name starting from 'z' by using BETWEEN cmd only?
Related Questions in ODBC
- Snowflake ODBC xdg-open Missing X server or $DISPLAY
- Stata + ODBC driver requires login too often
- mysql with odbc to ms access - runtime error 3146 (odbc call failed)
- Informix Golang client package
- Access won't open past the splash screen
- Can't make sense why ConnectionError: Data source name not found and no default driver specified
- Issue interacting via dbplyr with remote SQL tables probably since odbc or DBI or dbplyr package update
- CentOS/RHEL download dependencies
- Error connecting to SQL Server using pyodbc: Data source name not found and no default driver specified
- How to Implement Multi-Parameter Queries in SSRS Report Builder with Databricks ODBC?
- C++ Poco ODBC issue with setting char type in sql
- Firbird DB multiple connections problem using BDE+ODBC connection
- SQL Server configuration giving [ODBC Driver 17 for SQL Server TCP Provider: Error code 0x2746
- connecting to postgres using ODBC windows with gssencmode not working
- Providex ODBC CONCAT issue
Related Questions in SYSTEM
- How can I use multiple quotation marks in the system() function?
- /usr/lib/* files had been deleted, how to restore these files
- Pyaudio recognizer error cannot find path
- New Build Cursor Off Set
- Syntax error on system.out.println?
- system() occasionally returns 2
- Suppressing system command called from awk script
- How to broadcast hard key events as system broadcast in android?
- System.getProperty("os.name") Returns ... (3 dots) windows 8 java 7
- Can't call system with white space in parameter
- How to make new line when using echo to write a file in C
- c++ 2 ref classes should have acess to one same object of a other class
- How to set the environmental variable for SDK on MAC machine
- solve symbolic system of equations inside an array
- Android Studio - File Explorer doesnt show all my folders
Related Questions in USER-PERMISSIONS
- My application has the camera access permission by default.How can i turned it off and ask for permission?
- Wordpress - How to create new post from form without admin review?
- postgreSQL readonly user is not working
- I cannot grant the following permission on my app..Kindly suggest any alternative?
- Vagrant user doesn't seem to natively have sudo/root permissions
- How to check permission for sms in miui phones
- Admin user: Rails Environment variable
- GitLab: one group of people for all the projects in group
- Best oauth grant type to use for my application
- OSGi User Admin Service User Objects
- Permission based authorization .net identity
- Run vagrant VM with different user
- Django - social like permissions for objects
- What's the difference between staff, admin, superuser in django?
- Django REST Framework: restrict data records access to the users created them
Related Questions in DSN
- Running a web application from external network client pc
- How to format dsn with sf package
- Connect SQLAchemy to SQL Server 2000 DSN
- Problem with DNS resolution using Java and Apache HttpClient
- Access a Windows ODBC System DSN from a linux machine (Apache)
- ODBC Driver 18 for SQL Server: 32bit DSN works; 64bit does not
- Do system dsn requires administrative rights
- ASP Classic DSN ADODB get error with password in access-db
- "odbccp32.dll" "SQLConfigDataSource" is not working with dsn in windows 7,8.10,11 64bit using dot net
- Understanding the distinction between "SENTRY_DSN" and "SENTRY_LARAVEL_DSN" environment variables in Laravel's Sentry package
- When using SQLCMD on windows is there any way to use DSNs?
- SQL Server DSN-less connection string error in MS Access: Data source name not found and no default driver specified
- DSN setup Simba ODBC Driver for Big Query using powershell
- PowerShell script to enable TCP/IP protocol in ODBC
- How to use ADODB in PowerShell
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?