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

Database

 
GeneralRe: How can i embed SQL Server 2000 system???? Pin
john84vn4-Jul-07 5:47
john84vn4-Jul-07 5:47 
QuestionIndexes........ Pin
Xandip2-Jul-07 21:04
Xandip2-Jul-07 21:04 
AnswerRe: Indexes........ Pin
Rahul.Goel2-Jul-07 21:40
Rahul.Goel2-Jul-07 21:40 
GeneralRe: Indexes........ Pin
Xandip2-Jul-07 23:48
Xandip2-Jul-07 23:48 
GeneralRe: Indexes........ Pin
Pete O'Hanlon3-Jul-07 0:22
mvePete O'Hanlon3-Jul-07 0:22 
QuestionTNS error Pin
kvijayajyothy2-Jul-07 18:16
kvijayajyothy2-Jul-07 18:16 
AnswerRe: TNS error Pin
Sathesh Sakthivel2-Jul-07 18:45
Sathesh Sakthivel2-Jul-07 18:45 
QuestionData Table and Data View Questions Pin
HurricaneDan2-Jul-07 15:15
HurricaneDan2-Jul-07 15:15 
I have been reading and attempting to use a data table for a side project I am working on and I am looking at using a dataview in addition to the data table. I think I have the basics about both but if anyone can see any misconceptions I would appreciate you point them out.

The columns collection makes up the schema of the DataTable and the rows make up the actual data in the DataTable. A DataView is a bindable, customized view of a DataTable. You can create multiple DataView's off one DataTable, each one can contain different data sorted in different order. Does the first row actually, row(0), contain the row header (column name from the database)?

I have found BindingSource.Find to narrow my selection to a particular string in the DataTable. I am also wanting to make sure that I am doing this in the most efficient way, does anyone have a better way of narrowing results in a DataTable? I am under the impression that SQL statements cannot be used to query the DataTable. Please correct me if I am wrong.

Dan
QuestionSQL 2005 Remote Connection Error Pin
Amit Kumar G2-Jul-07 15:04
Amit Kumar G2-Jul-07 15:04 
AnswerRe: SQL 2005 Remote Connection Error Pin
Sathesh Sakthivel2-Jul-07 16:25
Sathesh Sakthivel2-Jul-07 16:25 
AnswerRe: SQL 2005 Remote Connection Error Pin
Sgg2453-Jul-07 1:26
Sgg2453-Jul-07 1:26 
QuestionWhy is it called "Hibernate"? Pin
David Veeneman2-Jul-07 12:59
David Veeneman2-Jul-07 12:59 
AnswerRe: Why is it called "Hibernate"? Pin
originSH2-Jul-07 22:34
originSH2-Jul-07 22:34 
QuestionScript-generating commands? Pin
PIEBALDconsult2-Jul-07 10:20
mvePIEBALDconsult2-Jul-07 10:20 
AnswerRe: Script-generating commands? Pin
Mike Dimmick2-Jul-07 11:01
Mike Dimmick2-Jul-07 11:01 
GeneralRe: Script-generating commands? Pin
PIEBALDconsult2-Jul-07 11:45
mvePIEBALDconsult2-Jul-07 11:45 
QuestionDifference between sql server 2000 and 2005 Pin
Malayil alex2-Jul-07 8:16
Malayil alex2-Jul-07 8:16 
AnswerRe: Difference between sql server 2000 and 2005 Pin
Pete O'Hanlon2-Jul-07 9:40
mvePete O'Hanlon2-Jul-07 9:40 
AnswerRe: Difference between sql server 2000 and 2005 Pin
leckey2-Jul-07 11:45
leckey2-Jul-07 11:45 
QuestionSubquery returned more than 1 value Pin
Sam Heller2-Jul-07 5:47
Sam Heller2-Jul-07 5:47 
AnswerRe: Subquery returned more than 1 value Pin
jonathan152-Jul-07 6:56
jonathan152-Jul-07 6:56 
GeneralRe: Subquery returned more than 1 value Pin
Sam Heller2-Jul-07 7:00
Sam Heller2-Jul-07 7:00 
GeneralRe: Subquery returned more than 1 value Pin
jonathan152-Jul-07 7:09
jonathan152-Jul-07 7:09 
GeneralRe: Subquery returned more than 1 value Pin
Sam Heller2-Jul-07 9:53
Sam Heller2-Jul-07 9:53 
AnswerRe: Subquery returned more than 1 value [modified] Pin
Harini N K3-Jul-07 0:58
Harini N K3-Jul-07 0:58 

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.