T
Tommy23
This is the first time i post something on this forum, so i'm not sure if
this tread is on the right place.
I am having trouble with a BIT field when migrating an Access database to an
SQL database.
I will try to explain the situation:
We were working with an Access database combined with Access forms.
Because the database was getting to big en everything started to work very
slow i decided to migrate the access database to microsoft SQL server.
On first sight everything worked fine en fast but i discovered a problem with
the conversion from a yes/no table in access to a BIT table in sql server.
Problem is that Access and SQL shows a '0' value in the table, but actually
the '0' is a null in access. So a blanc field.
I tried to give a default value to the table in SQL and tried to give the 0
in the access form code, But everytime i get the message 'type mismatch'.
I am working on this problem for a few days now and tried everything i could
find on the internet but nothing resolved the problem.
Maybe someone here can give me solution?
Thanks in advance.
Tommy
this tread is on the right place.
I am having trouble with a BIT field when migrating an Access database to an
SQL database.
I will try to explain the situation:
We were working with an Access database combined with Access forms.
Because the database was getting to big en everything started to work very
slow i decided to migrate the access database to microsoft SQL server.
On first sight everything worked fine en fast but i discovered a problem with
the conversion from a yes/no table in access to a BIT table in sql server.
Problem is that Access and SQL shows a '0' value in the table, but actually
the '0' is a null in access. So a blanc field.
I tried to give a default value to the table in SQL and tried to give the 0
in the access form code, But everytime i get the message 'type mismatch'.
I am working on this problem for a few days now and tried everything i could
find on the internet but nothing resolved the problem.
Maybe someone here can give me solution?
Thanks in advance.
Tommy