G
gordon
Hi
I have a text boxe that passes its contents to a select command that is used
in a where statement - - - WHERE name like '%" + input + "%'.
I am concerned that it may be possible for someone to do some damage to my
dataset by passing dubious parameters. Is there some way to work around
this program security issue? I am using the OleDbDataAdapter with a MS
Access database.
Any advice appreciated.
Thanks
I have a text boxe that passes its contents to a select command that is used
in a where statement - - - WHERE name like '%" + input + "%'.
I am concerned that it may be possible for someone to do some damage to my
dataset by passing dubious parameters. Is there some way to work around
this program security issue? I am using the OleDbDataAdapter with a MS
Access database.
Any advice appreciated.
Thanks