blah blah blah is here! blah blah » Close

0
votes
1 answers

C# how to use linq query to get column types

I have the following: Dictionary<int, List<DataRow>> fundValues What I need is based off the very first record for a column called "ValueFooted", I need to find out the type this column is (already know it is a ...

0
votes
1 answers

No Data exists for Rows/Column

The visual c# code returns no data exists for row/column on select * from table even though the data exists OleDbDataReader dataReader; OleDbCommand cmd1 = new OleDbCommand("SELECT * FROM username",conn); ...

0
votes
0 answers

add new columns in Access

i want to add columns to Access database if anyone know how to do that please give me the code .

Feedback