Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Does anyone know if Win32::ODBC supports ADO? If it does, you can set up your connection string to be DSN-less.

For example, for an access database, you'd set up the connection string as follows..

"DBQ=C:\path\to\you.mdb;DRIVER={MS Access (*.mdb)}"

and for an MS SQL connection..

"Provider=SQLOLEDB; Data Source=Server_Name; Initial Catalog=DatabaseName; User ID=UserID; Password=Password"

This way you won't have to install DSN's on any of the machines. There's a bunch of debaet over performace.. some people saying that it's better DSN-less and others saying it's slower. I can't weigh in on that, but it will help you with you problem..

Hope this helps..

Rich

UPDATE The first example is NOT ADO. It should work regardless of whether or not Win32::ODBC supports ADO though... it's just a standard DSNless connection. There's an ADO method to connect to access database also. If you need more info on any of this, let me know and I'll dig up some more info.


In reply to Re: adding DSN to a machine by rchiav
in thread adding DSN to a machine by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-04-18 13:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found