Jani,
Sure can. #8777 and #8783.
Hope this helps.
Greg
>>> Bug Database <[EMAIL PROTECTED]> 03/08/01 05:56PM >>>
ID: 9500
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Duplicate
Bug Type: MSSQL related
Assigned To:
Comments:
Mind telling that which bug report is the duplicate
to this one?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-02-28 16:05:31] [EMAIL PROTECTED]
<?php
mssql_connect('myserver', 'user', 'password');
mssql_select_db('mydatabase');
$Result = mssql_query("UPDATE mytable SET nextval=nextval+1");
if ($Result)
{
echo("Result is TRUE<BR>");
}
else
{
echo("Result is FALSE<BR>");
}
echo '<BR><BR>';
$Result = mssql_query("INSERT mytable values(10)");
if ($Result)
{
echo("Result is TRUE<BR>");
}
else
{
echo("Result is FALSE<BR>");
}
?>
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9500&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]