Click here to Skip to main content
15,899,754 members
Home / Discussions / Database
   

Database

 
QuestionEvent Viewer Pin
jonhbt27-May-09 22:51
jonhbt27-May-09 22:51 
AnswerRe: Event Viewer Pin
Garth J Lancaster28-May-09 0:06
professionalGarth J Lancaster28-May-09 0:06 
AnswerRe: Event Viewer Pin
Eddy Vluggen28-May-09 0:13
professionalEddy Vluggen28-May-09 0:13 
QuestionADO .NET and SQL Client Installation Pin
D_Ana27-May-09 7:28
D_Ana27-May-09 7:28 
AnswerRe: ADO .NET and SQL Client Installation Pin
Eddy Vluggen27-May-09 7:56
professionalEddy Vluggen27-May-09 7:56 
GeneralRe: ADO .NET and SQL Client Installation Pin
D_Ana27-May-09 8:00
D_Ana27-May-09 8:00 
AnswerRe: ADO .NET and SQL Client Installation Pin
Vimalsoft(Pty) Ltd27-May-09 20:56
professionalVimalsoft(Pty) Ltd27-May-09 20:56 
Questionhow to remove all sql server componet ? Pin
xingselex27-May-09 5:54
xingselex27-May-09 5:54 
AnswerRe: how to remove all sql server componet ? Pin
EliottA27-May-09 6:07
EliottA27-May-09 6:07 
AnswerRe: how to remove all sql server componet ? Pin
EliottA27-May-09 7:30
EliottA27-May-09 7:30 
GeneralRe: how to remove all sql server componet ? Pin
xingselex29-May-09 6:34
xingselex29-May-09 6:34 
GeneralRe: how to remove all sql server componet ? Pin
Henry Minute29-May-09 6:51
Henry Minute29-May-09 6:51 
GeneralRe: how to remove all sql server componet ? Pin
xingselex30-May-09 5:45
xingselex30-May-09 5:45 
Question"Unable to access first record" Pin
S.M.kanerkar27-May-09 2:02
S.M.kanerkar27-May-09 2:02 
GeneralRe: "Unable to access first record" Pin
Kschuler27-May-09 10:45
Kschuler27-May-09 10:45 
QuestionExecuteQuery and ExecuteReader Pin
yueru26-May-09 16:22
yueru26-May-09 16:22 
AnswerRe: ExecuteQuery and ExecuteReader Pin
Satish Pai27-May-09 20:33
Satish Pai27-May-09 20:33 
Hi,
DateReader is an forward only and read only cursor type if you are accessing data through DataRead it shows the data on the web form/control but you can not perform the paging feature on that record(because it's forward only type). Reader is best fit to show the Data (where no need to work on data)

DataAdapter is not only connect with the Databse(through Command object) it provide four types of command (InsertCommand, UpdateCommand, DeleteCommand, SelectCommand), It supports to the disconnected Architecture of .NET show we can populate the records to the DataSet. where as Dataadapter is best fit to work on data.
AnswerRe: ExecuteQuery and ExecuteReader Pin
saanj28-May-09 3:08
saanj28-May-09 3:08 
Questionwhy i cannot login to my sql server 2005? Pin
xingselex26-May-09 5:37
xingselex26-May-09 5:37 
AnswerRe: why i cannot login to my sql server 2005? Pin
Eddy Vluggen26-May-09 6:19
professionalEddy Vluggen26-May-09 6:19 
QuestionWrapping VOIP traffic Pin
B060611526-May-09 0:42
B060611526-May-09 0:42 
AnswerRe: Wrapping VOIP traffic Pin
Eddy Vluggen26-May-09 20:51
professionalEddy Vluggen26-May-09 20:51 
Questionimporting data from access table in a sql server table Pin
laziale25-May-09 23:25
laziale25-May-09 23:25 
AnswerRe: importing data from access table in a sql server table Pin
Giorgi Dalakishvili25-May-09 23:57
mentorGiorgi Dalakishvili25-May-09 23:57 
Questioninsert into multiple server table in one transaction Pin
Abdul Rahman Hamidy25-May-09 17:52
Abdul Rahman Hamidy25-May-09 17:52 

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.