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

Ask A Question

Stats

  • Questions 64k
  • Answers 64k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer NSCoding will do exactly what you want. I recommend you… May 11, 2026 at 10:54 am
  • added an answer Don't you need to use a value converter there instead… May 11, 2026 at 10:54 am
  • added an answer I would just do an LDAP query directly. This is… May 11, 2026 at 10:54 am

Related Questions

Scenario: A stored procedure receives from code a DateTime with, let's say DateTime.Now value,
Scenario: You have an ASP.Net webpage that should display the next image in a
Scenario: Attempting to import many (>100), large(>1M recs) flat-files (csv). Problem: Many records are
Scenario: I'm currently writing a layer to abstract 3 similar webservices into one useable
Scenario is that we send out thousands of emails through SMTP server. Content is
Scenario: An event is raised in class A that needs to be handled by
Scenario I have two wrappers around Microsoft Office, one for 2003 and one for
Scenario: Let's say I have four very similar applications (i.e. most of the functionality
Scenario You've got several bug reports all showing the same problem. They're all cryptic
Scenario: Let's say I have two tables, TableA and TableB. TableB's primary key is

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.