Jump to content

rconen

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rconen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Problem solved. I used an older version of PHP which has a bug in the mssql_query() function.
  2. I have a problem with the following lines of code: $query = "INSERT INTO tablename ...blablablabla"; $result = mssql_query($query, $dbc); if($result){ $return = true; }else{ //Do something else } When I execute this I see on the MS SQL 2005 server that the data is written to the table. The problem is that $result is always false. Can someone help me please with this problem.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.