hi,
i'm meeting a strage problem here is my code
include("connexion.php");
$sqlquery = "INSERT Arrete VALUES('$numarrete','$datearrete','$numbo','$datebo','$pagebo','$grade','$departement')";
$result=mssql_query($sqlquery) or die("impossible to execute the insert query");
mssql_close($sqlconnect);
mssql_free_result($result);
i'm the owner of my database where i have my table named Arrete, so i have all the autorisations.
i'm getting the message "impossible to execute the insert query" but when i check my table i find that the insertion is done. i'm not having this problem when i execute a SELECT query,
could anybody help me plze? thanks in advance