Re: Using parameters with ADONetAppender and FireBird

2005-05-26 Thread Frode Breimo
Thank you, thank you, thank you :) Your first suggestion of putting the SQL in a conversionPattern did it. Thanks again, you've made my day! Frode Ron Grabowski wrote: Are you able to get this style of INSERT statement working: Yes, I know that is open to sql injection. Have you t

Re: Using parameters with ADONetAppender and FireBird

2005-05-26 Thread Ron Grabowski
Are you able to get this style of INSERT statement working: Yes, I know that is open to sql injection. Have you tried using the Firebird provider? http://firebird.sourceforge.net/index.php?op=devel&sub=netprovider According to this page: http://tinyurl.com/bjrfg http://firebird.so

Using parameters with ADONetAppender and FireBird

2005-05-26 Thread Frode Breimo
Hi I''ve been working for two days now trying to send log information to my FireBird database using SQL parameters, but I've been unable to find any helpful examples or articles and could really use some help. For testing purposes I'm just using a very simple table called TESTTABLE with a si