| Subject: | Re: Importing and Updating Non-Duplicate Records from 2 Tables |
|---|---|
| From: | "IraMSN" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Wed, 20 Feb 2008 16:22:01 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.database_access |
OK, that fixed the error. I should have spotted that.
Do I have the next part of the code correct? It isn't inserting:
<cfloop query ="qryMember">
insert into NetNewsTest (Email_address, First_Name, Last_Name, MemberNumber)
values ('#trim(qryMember.Email)#', '#trim(qryMember.FirstName)#',
'#trim(qryMember.LastName)#', '# trim(qryMember.MemberNumber)#')
</cfloop>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Importing and Updating Non-Duplicate Records from 2 Tables, Dan Bracuk |
|---|---|
| Next by Date: | Re: Importing and Updating Non-Duplicate Records from 2 Tables, Dan Bracuk |
| Previous by Thread: | Re: Importing and Updating Non-Duplicate Records from 2 Tables, Dan Bracuk |
| Next by Thread: | Re: Importing and Updating Non-Duplicate Records from 2 Tables, Dan Bracuk |
| Indexes: | [Date] [Thread] [Top] [All Lists] |