I am trying to insert a new line in Ms Access.
The fields are the following
And this is my query
$query = "INSERT INTO [Meldungen] VALUES ('',".$_SESSION['Firma_Index'].",'01.01.2001',".$password.",".$password.",".$password.",".$password.",".$password.",".$password.",".$password.",0,'Internet')";
I always get mismatch of data type SQL state 22005. But I already deleted the '-s for the number things and text still got the ''. Any idea? God, I hate this cryptic error messages.