mtairhead
Registered User.
- Local time
- Today, 02:06
- Joined
- Oct 17, 2003
- Messages
- 138
Hey all,
I'm moving from the World of Access to SQL. It's terrifying. I don't suppose you all could provide some hints...
I'm designing a system with a SQL back-end, and an HTML front end. I'm putting the SQL tables together right now... <dumb question>What data type would a checkbox be?</dumb question> In Access, I always chose "YES/NO" to create True/False fields.
Do I use a TinyInt datatype? When I make the connection in Front Page, how will SQL store that? 1s and 0s?
Thanks...
Andrew
I'm moving from the World of Access to SQL. It's terrifying. I don't suppose you all could provide some hints...
I'm designing a system with a SQL back-end, and an HTML front end. I'm putting the SQL tables together right now... <dumb question>What data type would a checkbox be?</dumb question> In Access, I always chose "YES/NO" to create True/False fields.
Do I use a TinyInt datatype? When I make the connection in Front Page, how will SQL store that? 1s and 0s?
Thanks...
Andrew