Skip to Content.
Sympa Menu

freetds - Insert into MS SQL

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Albert Mok" <doneeta AT hotmail.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Insert into MS SQL
  • Date: Sun, 19 Nov 2000 09:51:30 -0500


Hi,
I would like to have some information regarding the 'insert' statement
into MS SQL. I have tried for some times but I still can't make it while I
can do the 'select' statement already. By the way, I'm using PHP 4.03 in a
Linux box and MS SQL 7.0 under Win2k. I wrote the code as follows:

$result = mssql_query("insert into $xxx values ('xxx', 'xxx')");

I got no response or a blank from this statement and there are no effects
in the MS SQL. Anybody know how to solve this problem, please reply this
message a.s.a.p. Thank you in advance.

tott




Archive powered by MHonArc 2.6.24.

Top of Page