Click here to Skip to main content
15,900,258 members
Home / Discussions / Database
   

Database

 
GeneralRe: how i can do this Pin
Mycroft Holmes29-May-09 23:44
professionalMycroft Holmes29-May-09 23:44 
QuestionNHibernate - Good or Bad Idea? Pin
Jacobus0129-May-09 3:00
Jacobus0129-May-09 3:00 
AnswerRe: NHibernate - Good or Bad Idea? Pin
Bassam Saoud29-May-09 4:50
Bassam Saoud29-May-09 4:50 
QuestionEDB Pin
ujjawal kumar27-May-09 23:24
ujjawal kumar27-May-09 23:24 
AnswerRe: EDB Pin
Bassam Saoud29-May-09 4:58
Bassam Saoud29-May-09 4:58 
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 

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.