hi
i downloaded the demo version from microsaft, i managed the connection to the db, but i have permitions problems even thou i permited everithing.
<?
$con=mssql_connect("QWEDWWAS","Administrator",'1qaz');
IF($con)
{
mssql_select_db("s6b",$con);
mssql_query("insert into table1 values('1','avi')");
}
?>
the result was
Warning: mssql_query() [function.mssql-query]: message: INSERT permission denied on object 'table1', database 's6b', owner 'dbo'. (severity 14) in c:\wamp\www\6b\students\mssql.php on line 17
again, i permited in the enterprise everithing,
thanks