This topic is locked

Value???

1/6/2006 7:54:42 PM
ASPRunnerPro General questions
R
rutzi author

Her again. Inn the text inn red. Watt is it I haw too put inn.
Hope you can help me again!
Regard Rune Hagen

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=2284&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' />
Sub ViewOnLoad(where)
' Parameters:

' where - string with WHERE clause pointing to record to be viewed

'** Insert a record into another table ****

strSQLInsert = "insert into TableName (Field1, Field2) values (Value1, Value2)"

dbConnection.Execute strSQLInsert
End Sub

Sergey Kornilov admin 1/7/2006

Put there values that you like to insert into this table.

Make sure text fields are wrapped by single quotes.