Making it happen
New SqlDataSource
I want an SqlDataSource that automatically generates the command queries having as parameters some high-level stuff like the table name, some filter conditions etc. It’s 2007 and I am concatenating strings for an SQL query.
Just as I get some spare time I’ll write it.
| Print article | This entry was posted by andrei on August 23, 2007 at 3:43 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 4 years ago
Did you try NHibernate? Or do you like reinventing the wheel ?
Cheers :-h
about 4 years ago
It just seems too complex for the two-tier site I was doing.