StrataFrame Forum

Complex SQL Queries

http://forum.strataframe.net/Topic13160.aspx

By Ertan Deniz - 12/25/2007

When I Have a complex SQL Query (i.e new fill method that I Will write in Data Retrieval Methods region)

Is there a easy way to give the sql string as a property than writing fill method as many lines of C# or VB code. ?

By choyt - 12/26/2007

Hi Ertan

Are you using Stored Procedures?

By Ertan Deniz - 12/26/2007

No. We don't use stored procedures. Our approach is based on Typed Datasets with SQL Queries.