229 : <CFLOOP QUERY="GetLP"><CFQUERY username="#attributes.DSNUser#" password="#attributes.DSNPass#" Datasource="ER">INSERT INTO tblMostPopLast VALUES (#CreateODBCDate(Now())#, #intReg#, '#strNameHorse#', #intVotes#)</CFQUERY></CFLOOP>
230 : <CFQUERY username="#attributes.DSNUser#" password="#attributes.DSNPass#" Datasource="ER">INSERT INTO tblMostPopTYPE VALUES (#CreateODBCDate(Now())#, #GetM.intReg#, '#GetM.strNameHorse#', #GetM.strType#, #GetM.intVotes#)</CFQUERY>
231 : <CFQUERY username="#attributes.DSNUser#" password="#attributes.DSNPass#" Datasource="ER">INSERT INTO tblMostPopTYPE VALUES (#CreateODBCDate(Now())#, #GetB.intReg#, '#GetB.strNameHorse#', #GetB.strType#, #GetB.intVotes#)</CFQUERY>
232 : <CFQUERY username="#attributes.DSNUser#" password="#attributes.DSNPass#" Datasource="ER">INSERT INTO tblMostPopTYPE VALUES (#CreateODBCDate(Now())#, #GetG.intReg#, '#GetG.strNameHorse#', #GetG.strType#, #GetG.intVotes#)</CFQUERY>
233 : <CFQUERY username="#attributes.DSNUser#" password="#attributes.DSNPass#" Datasource="ER">INSERT INTO tblMostPopTYPE VALUES (#CreateODBCDate(Now())#, #GetS.intReg#, '#GetS.strNameHorse#', #GetS.strType#, #GetS.intVotes#)</CFQUERY>
|