Listing Tables IN CF script

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

  1. #1

    Default Listing Tables IN CF script

    How to list the tables using SQL and CF??
    Also altering, deleting modify, and creating tables using SQL and CF?
    thanks
    maxu$ Guest

  2. Similar Questions and Discussions

    1. Listing join from tables...
      Hello all, I have a page with query from two tables... And am having problems listing values out of both tables... The query is : <cfquery...
    2. Listing
      Hello, I am just working on a text where I need to use listing symbols like in MS Word (dash oder points). But I cannot find anything like that in...
    3. CD Directory Listing
      Is it possible to get the Directory listing from a CD in order to write it to a searchable database? If so does anyone know where I can get this...
    4. script to show last change date for stored procedures and tables?
      I need a script that will display the last change date for the definitions for stored procedures and tables within a database. I'd also be very...
    5. Returning tables from PL/SQL function to DBI-perl script
      Hello, My problem is that I've a PL/SQL procedure, returning a table of float. I'd like to map the Oracle "TABLE OF FLOAT" to a perl array. Any...
  3. #2

    Default Re: Listing Tables IN CF script

    What database are you using? Can you post your code and any error message you received?
    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