Click here to Skip to main content
15,607,524 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a FoxPro Database print out sheet of the database Table Definition. I am making that same table in asp.net using the SQL table. On the FoxPro Table I have:

Field:
1

FieldName:
Notice

Type:
Logical

Width:
1

My question is:

What can I use in place of Logical when making a new table in ASP.NET using the SQL database table?
Posted
Updated 13-May-13 4:05am
v2

1 solution

Hey Kwesi, the "Logical" in FoxPro is a "bit" in SQL.

See here[^]
 
Share this answer
 
Comments
Computer Wiz99 13-May-13 10:35am    
Thanks for help and info richcb.
Richard C Bishop 13-May-13 10:40am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900