Hi,
I had to import my table design form MS Access to SQL Server. But Data Type "Yes/No" was imported as bit type.
How do i store a boolean type data in SQL server.
I already have my VB application developed, using MS Access as database. Now i want to move to SQL server, without making any changes to the code in VB. In VB code i have used true/false values to read boolean data types from the Access tables.
What are the ways to store a boolean daa type in SQL server?
I had to import my table design form MS Access to SQL Server. But Data Type "Yes/No" was imported as bit type.
How do i store a boolean type data in SQL server.
I already have my VB application developed, using MS Access as database. Now i want to move to SQL server, without making any changes to the code in VB. In VB code i have used true/false values to read boolean data types from the Access tables.
What are the ways to store a boolean daa type in SQL server?