JMongi
Active member
- Local time
- Today, 15:43
- Joined
- Jan 6, 2021
- Messages
- 802
Since SQL doesn't use boolean fields (as I understand it anyway), what is the best way to set up a field in Access if your BE will end up on SQL server express?
I know in SQL Server itself (from Googling) there is a Bit type that is used. Is there a best practice to make this transition as seamless as possible?
For the real-life issue it would be a for a field indicating whether something was concrete filled or not.
I know in SQL Server itself (from Googling) there is a Bit type that is used. Is there a best practice to make this transition as seamless as possible?
For the real-life issue it would be a for a field indicating whether something was concrete filled or not.