Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: What is the equivalent to Yes/No data type in SQL?

    Yes/NoA logical field can be displayed as Yes/No, True/False, or On/Off. In code, use the constants True and False (equivalent to -1 and 0). Note: Null values are not allowed...

  • RE: Data type for Credit Card

    Card_Type

    This type of card used in credit card sales. Card types are: Unknown, AMEX, Amer Diner's, Diner's Club, Carte Blanche, Discover, Enroute, JBC, MasterCard, and Visa. Data type is string.

Viewing 2 posts - 1 through 2 (of 2 total)