Bob Swart wrote:
> Hi Cosmin,
>
>   
>> I'm learning ASP.NET and in the process I need to learn ADO.NET; The 
>> syntax for defining and using a SQL query that makes use of parameters 
>> seems really difficult to me, so I hope I'm actually missing something.
>>     
>
> I'm using a special routine that I wrote to add parameters to a 
> parameterised query.

The first thing I tried when I've seen this limitation was to subclass 
the FbCommand to add the missing functionality. Unfortunately FbCommand 
is a sealed class :( Using a helper routine is the next best thing.

Thanks for the tip,
Cosmin Prund
_______________________________________________
Delphi-DB mailing list
Delphi-DB@elists.org
http://www.elists.org/mailman/listinfo/delphi-db

Reply via email to