Jump to content

Change value in recordset field


shanerobinson

Recommended Posts

Hi Everyone,I have a simple database which contains a field named link which when i display this onto a page i need to remove a value from each record and replace it with the value contained within a cookie.The cookie is all set up and the recordset fetches the values etc im just stuck on setting a replace criteria up.. any help would be appreciatedThanks...(below are the parts of my code which may need modifying?)Set Recordset1_cmd = Server.CreateObject ("ADODB.Command")Recordset1_cmd.ActiveConnection = MM_conn02_STRINGRecordset1_cmd.CommandText = "SELECT * FROM creatives" Recordset1_cmd.Prepared = true<%=(Recordset1.Fields.Item("link").Value)%>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...