[EMAIL PROTECTED]
> Subject: Re: very newbie insert question
>
> One only needs to specify the column names if and only if there are not
> values, in the correct order, for all of the columns in the table.
>
> That is:
> Create Table foo (
>
, 2001 5:51 PM
To: [EMAIL PROTECTED]
Subject: very newbie insert question
This is my first script, so I am sorry it is so newbie-ish.
I think I have the correct script to open the connection, open the database
and the table. However, I cannot get the "insert into" to work. I have read
se
'$email');
..chris
- Original Message -
From: "Russell Miller" <[EMAIL PROTECTED]>
To: "sjs" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:53 PM
Subject: Re: very newbie insert question
I did not see the full
have to specify a column name.
Did you set it up so the email_address field is the primary key?
HTH.
--Russell
- Original Message -
From: "sjs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:51 PM
Subject: very newbie insert question
This is my first script, so I am sorry it is so newbie-ish.
I think I have the correct script to open the connection, open the database
and the table. However, I cannot get the "insert into" to work. I have read
several online sources and books, all of which are slightly different. It is
not a par