Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 152945
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:42:50+00:00 2026-05-11T09:42:50+00:00

Scenario: Our install package used to add User DSN. We changed this to install

  • 0

Scenario: Our install package used to add User DSN. We changed this to install System DSNs due to Terminal Servers and Citrix.

The problem is that some of these old User DSNs are floating around, and our application automatically chooses the User before the System and the connection info has changed as we upgraded server software.

I guess my question is, is there a way to force the application to use the System DSN over the User DSN if duplicates exist?

Our application is written in PowerBuilder 10.5 and we use SQL Anywhere 10.0.1.

Thanks, Calvin

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:42:50+00:00Added an answer on May 11, 2026 at 9:42 am

    See RegistryValues() in the PowerBuilder Help. The following isn’t exactly what you want but it does show a couple of working calls…

    integer li_RC string  ls_odbc_ini[]  li_RC = RegistryValues ( &    'HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC Data Sources', &     ls_odbc_ini )  IF li_RC <> 1 THEN     MessageBox ( 'Error', &         'RegistryValues failed in website.open' )     RETURN END IF  MessageBox ( 'A user DSN...', ls_odbc_ini[1] )  li_RC = RegistryValues ( &    'HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI\ODBC Data Sources', &     ls_odbc_ini )  IF li_RC <> 1 THEN     MessageBox ( 'Error', &         'RegistryValues failed in website.open' )     RETURN END IF  MessageBox ( 'A system DSN...', ls_odbc_ini[1] ) 

    Another suggestion is to read the connection information from whichever DSN you want, and then use a ‘DSN-less’ connection, to avoid ‘picking the wrong DSN’.

    SQLCA.DBMS = 'ODB'  SQLCA.DBParm &     = 'ConnectString='Driver=SQL Anywhere 10;' &     + 'UID=dba;PWD=sql;DatabaseName=ruralfinds_local;EngineName=ruralfinds_local',' &     + 'ConnectOption='SQL_DRIVER_CONNECT,SQL_DRIVER_NOPROMPT''  CONNECT USING SQLCA;  IF SQLCA.SQLCODE <> 0 THEN     MessageBox ( 'Error', &         'CONNECT failed in open:' &         + '~r~nSQLCode = ' &         + String ( SQLCA.SQLCode ) &         + '~r~nSQLDBCode = ' &         + String ( SQLCA.SQLDBCode ) &         + '~r~n' &         + SQLCA.SQLErrText )     RETURN END IF 

    Breck

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Imagine this scenario: in our company there is an employee that play around graphic,css,html
Good Morning SO! We've been scratching our heads with with this interesting scenario at
This is my scenario: Our big customer demands that we should develop a part
Scenario: At our company, we have enabled httpCompression for our website. This website (call
We're building an application which uses ACS. Our usage scenario looks like this: The
Our current scenario is like this: we have an existing database that needs to
Here is the scenario: We have multiple clients,dealers and staff in our application. this
here is my scenario our team develops on AIX dozens of applications, mostly Perl,
Our scenario: We have a main database that stores company-wide information. We have several
Our scenario is as follow: When the TCP connection is established (we can check

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.