programmatically add DSN

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default programmatically add DSN

    How can I access a db without first registering in CF Administrator datasources? Can I programmatically (like asp) create a datasource in the .cfm code and do a cfquery?

    Thanks.
    cfusionMax Guest

  2. Similar Questions and Discussions

    1. Programmatically Set PDF Filename
      Back in Acrobat Writer 5.0, there was a simple way to programmatically specify the name & path for the next file sent to the PDF printer skipping any...
    2. programmatically creating a cf5 dsn
      Hello, I was curious if there was a way to programmatically create a coldfusion dsn for a ms sql 2000 database using coldfusion 5.0 code? i have...
    3. Programmatically disable DSN
      Hi all, I have a CF MX 6.1 app that accesses an AS/400 DB2 database, but I need to make sure ColdFusion disconnects from DB2 at a particular time...
    4. PDF signing programmatically
      Hi all, I am trying to write plug-in which will be used for PDF signing. I started from DocSign sample (Acrobat SDK) and change few things in it...
    5. Saving A PDF as a PNG Programmatically
      I need to save PDFs as BMP files, scaled down in size. The closest thing I found was PDFtoIMG, but it crops the right edge and the bottom edge. I...
  3. #2

    Default Re: programmatically add DSN

    In addition, can you programmatically, add a new SQL db data source through .cfm.

    Thanks.
    cfusionMax Guest

  4. #3

    Default Re: programmatically add DSN

    Take a look at this thread [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001734.htm[/url]
    mxstu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139