checking Access db autonumbered field feature from ASP

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default checking Access db autonumbered field feature from ASP

    If I have an Access data base in the form of an .mdb file and know the
    names of tables and fields, is there some ASP code that can check
    whether a certain field in a certain table is of type autonumbered?


    --

    Martin Honnen
    [url]http://JavaScript.FAQTs.com/[/url]

    Martin Honnen Guest

  2. Similar Questions and Discussions

    1. clearing text field then conditionally checking if info has been inputted.
      now my next question would be.. if that person does not fill in the black after it has been cleared.. and he clicks elsewhere.. how do i write that...
    2. Checking a checkbox based upon a table field
      I have a template column in my grid that displays a checkbox. I would like to have the box checked if a field in the table that the grid is based...
    3. PLZ help here with checking a text field
      i want to make someting like a login with a userneme and password plz HELP i rote someting like this if(password.text === "pass") gotoandstop(2)...
    4. [PHP-DEV] Sybase "identical field names" feature on sybase_fetch_array()
      ------=_NextPart_000_0162_01C3ADC3.3AE54DC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello,...
    5. #26287 [NEW]: sybase_fetch_array() "identical field names" feature
      From: abazan at filnet dot es Operating system: -- PHP version: 4.3.2 PHP Bug Type: Feature/Change Request Bug description: ...
  3. #2

    Default Re: checking Access db autonumbered field feature from ASP

    [url]http://www.adopenstatic.com/faq/testforautonumber.asp[/url]

    Cheers
    Ken


    "Martin Honnen" <Martin.Honnen@t-online.de> wrote in message
    news:uD9MPYHqDHA.708@TK2MSFTNGP10.phx.gbl...
    : If I have an Access data base in the form of an .mdb file and know the
    : names of tables and fields, is there some ASP code that can check
    : whether a certain field in a certain table is of type autonumbered?
    :


    Ken Schaefer 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