Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dsn creation manually and programmatically
#1
Not Solved
If I want to create a connection to database table, do I need to create DSN object manually in control panel and programmatically using connection string in create adodb connection object? Do I need to do both? Is there any advantage of doing both? or just either one method? which is suggested over another to query and for database check points. Can I do it programmatically successfully if I don't have admin access? If I want save the dsn object created programmatically in test data file, how to do that?
Reply
#2
Not Solved
To establish the connection, there are two different ways. You can choose either one of these.

Advantage of Connection Strings :

Connection Strings : Easy to Modify.
DSN : You may have to have Permission on the System.

Connection Strings : Being the Part of the application.
DSN : Related to System Set Up.
Reply
#3
Not Solved
Thanks! When I use the connection string in the application, how can I save the dsn object in the test data location?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  activex automation programmatically nehastar 0 1,557 06-13-2012, 12:00 PM
Last Post: nehastar
Question programmatically clear cache Monika 3 9,001 11-15-2011, 12:35 PM
Last Post: Munna.Sarfraz
  How to enter login details manually while using DP automation? Uma 2 3,042 09-17-2011, 04:20 AM
Last Post: Uma
Question How to programmatically export/save the result to html ConstantChange 4 6,603 02-25-2009, 01:20 PM
Last Post: Usman Muzaffar
  insert reusable action programmatically akhihkr 2 2,980 06-21-2008, 10:59 PM
Last Post: akhihkr

Forum Jump:


Users browsing this thread: 2 Guest(s)