![]() |
Sergey Kornilov admin 5/25/2011 |
According to the manual (http://xlinesoft.com/asprunnerpro/docs/before_record_added.htm) values - array of values to be written to the database. To access specific field value use values("FieldName"). Field names are case-sensitive. If the field name is PlayerId, you should use values("PlayerId"). Note that values("playerid") or values("PlayerID") will not work.
|
G
|
GerryT author 5/26/2011 |
I was able to find out exactly what I was doing incorrect. The code above does work, it was just my placement. |