dbdatareader Questions
1
Solved
I have two queries:
Q1: select name from presidents where country = 'USA'
Q2: select 'Obama' as name from presidents where country = 'USA'
When using System.Data.Odbc.OdbcCommandExecuteReader th...
Catron asked 5/3, 2014 at 10:7
1
Solved
I am having a slight issue (more like an annoyance) with my property binding data access classes. The problem is that the mapping fails when there exists no column in the reader for corresponding p...
Valenza asked 7/11, 2013 at 16:21
1
I have a simple application that needs to execute certain queries to get the database schema information. I have written a simple method that executes a query and returns a reader, something like t...
Swordtail asked 21/10, 2011 at 6:51
1
© 2022 - 2024 — McMap. All rights reserved.