Click here to Skip to main content
15,895,370 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to populate a datagrid? Pin
enipla9-Jan-09 9:29
enipla9-Jan-09 9:29 
GeneralRe: How to populate a datagrid? Pin
Wendelius9-Jan-09 9:37
mentorWendelius9-Jan-09 9:37 
QuestionHow do I share information between a Dozen Databases Locally and Globally without Licenses Pin
BobClarkSQL9-Jan-09 5:05
BobClarkSQL9-Jan-09 5:05 
QuestionRe: How do I share information between a Dozen Databases Locally and Globally without Licenses Pin
Wendelius9-Jan-09 5:15
mentorWendelius9-Jan-09 5:15 
AnswerRe: How do I share information between a Dozen Databases Locally and Globally without Licenses Pin
BobClarkSQL9-Jan-09 5:40
BobClarkSQL9-Jan-09 5:40 
GeneralRe: How do I share information between a Dozen Databases Locally and Globally without Licenses Pin
Wendelius9-Jan-09 6:01
mentorWendelius9-Jan-09 6:01 
QuestionFill Method with a big DB connected through the internet Pin
fifothekid9-Jan-09 3:18
fifothekid9-Jan-09 3:18 
AnswerRe: Fill Method with a big DB connected through the internet Pin
Wendelius9-Jan-09 3:51
mentorWendelius9-Jan-09 3:51 
The idea is a bit different than in Access. You use for example SqlCommand in which you set the statement for your query. In that statement you restrict the rows you want to fetch i.e. you have a WHERE clause. DataReader is intended just to read the data what SqlCommand retrieves.

I suggest that you get familiar with the ADO.NET concepts. You could start for example here: Introduction to Data Access with ADO.NET[^] and Retrieving and Modifying Data in ADO.NET[^].

With a little bit of reading I'm sure you'll easily discover how powerful the whole ADO.NET is compared to Access for example.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Fill Method with a big DB connected through the internet Pin
fifothekid9-Jan-09 3:57
fifothekid9-Jan-09 3:57 
GeneralRe: Fill Method with a big DB connected through the internet Pin
Wendelius9-Jan-09 4:22
mentorWendelius9-Jan-09 4:22 
QuestionInsert sum of two columns to third column in sqlserver Pin
Satish - Developer9-Jan-09 1:39
Satish - Developer9-Jan-09 1:39 
AnswerRe: Insert sum of two columns to third column in sqlserver [modified] Pin
Ashfield9-Jan-09 1:44
Ashfield9-Jan-09 1:44 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Wendelius9-Jan-09 2:38
mentorWendelius9-Jan-09 2:38 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Ashfield9-Jan-09 4:20
Ashfield9-Jan-09 4:20 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Wendelius9-Jan-09 4:28
mentorWendelius9-Jan-09 4:28 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Ashfield9-Jan-09 5:21
Ashfield9-Jan-09 5:21 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Wendelius9-Jan-09 6:05
mentorWendelius9-Jan-09 6:05 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Ashfield9-Jan-09 8:27
Ashfield9-Jan-09 8:27 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Wendelius9-Jan-09 8:51
mentorWendelius9-Jan-09 8:51 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Mycroft Holmes9-Jan-09 23:07
professionalMycroft Holmes9-Jan-09 23:07 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Wendelius10-Jan-09 1:07
mentorWendelius10-Jan-09 1:07 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Mycroft Holmes10-Jan-09 2:37
professionalMycroft Holmes10-Jan-09 2:37 
GeneralRe: Insert sum of two columns to third column in sqlserver Pin
Wendelius10-Jan-09 3:05
mentorWendelius10-Jan-09 3:05 
Questioninsert record in two database Pin
Amit Agarrwal9-Jan-09 1:22
Amit Agarrwal9-Jan-09 1:22 
AnswerRe: insert record in two database Pin
Wendelius9-Jan-09 2:37
mentorWendelius9-Jan-09 2:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.