Fields.value other data types help

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

  1. #1

    Default Fields.value other data types help

    Thanks for the answers to my other post. You nailed it, not char data
    types.

    How can I iterate through the fields when the fields are int, ntext,
    nvarchar, datetime, timestamp? I don't know which datatype the fields
    collection doesn't like.

    --
    Joe Resudek
    Frontier New Media
    225 Crummer Lane
    Reno, NV 89509
    (775) 824-4040
    (775) 824-4044 fax
    [url]http://www.thefrontiergroup.com[/url]


    Joe Resudek Guest

  2. Similar Questions and Discussions

    1. DBI/DBD::Ingres and unicode data types
      DBI version 1.5 DBD::Ingres version 0.51 Using Ingres r3 on linux I have a table that has a column with a nvarchar data type. The following...
    2. schema data types
      hi all, i want to know a small clarification. in the schema data types, there are two data types for handling numeric digits.... what is the...
    3. What data types are SOAP serializable?
      Hi, As was pointed out whatever you return from a WebMethod needs to be serializable to SOAP. An ArrayList is not serializable. I will be...
    4. Data types in macromedia director
      It sounds like you haven't initialized the list "matrix". Try this to create a 10x10 zero matrix of points:- ...
    5. Structure Data Types
      Language: VB --------------- I am required to build a WebSerice that consumes the following SOAP message: -------- <SOAP-ENV:Body>...
  3. #2

    Default Re: Fields.value other data types help

    Joe Resudek wrote:
    > Thanks for the answers to my other post. You nailed it, not char data
    > types.
    >
    > How can I iterate through the fields when the fields are int, ntext,
    > nvarchar, datetime, timestamp? I don't know which datatype the fields
    > collection doesn't like.
    Please don't start new threads to continue old conversations. I don't know
    the context for this question. I do question your understanding of the
    basics when you say the fields collection "doesn't like" certain datatypes
    ....

    Bob Barrows


    Bob Barrows 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