Re: very newbie insert question

2001-10-04 Thread William R. Mussatto
[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 ( >

RE: very newbie insert question

2001-10-04 Thread Jonathan Hilgeman
, 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

Re: very newbie insert question

2001-10-03 Thread Chris Johnson
'$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

Re: very newbie insert question

2001-10-03 Thread Russell Miller
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

very newbie insert question

2001-10-03 Thread sjs
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