Click here to Skip to main content
15,903,175 members
Home / Discussions / Database
   

Database

 
GeneralRe: print report without preview Pin
Pete O'Hanlon9-Aug-07 3:50
mvePete O'Hanlon9-Aug-07 3:50 
GeneralRe: print report without preview Pin
Dave Kreskowiak9-Aug-07 10:07
mveDave Kreskowiak9-Aug-07 10:07 
QuestionPassing Null to the Image Datatype in SQL Server Pin
salman_syed_018-Aug-07 11:57
salman_syed_018-Aug-07 11:57 
AnswerRe: Passing Null to the Image Datatype in SQL Server Pin
Talal Sultan8-Aug-07 20:45
Talal Sultan8-Aug-07 20:45 
QuestionQuery in Stored Procedures Pin
John.L.Ponratnam8-Aug-07 3:03
John.L.Ponratnam8-Aug-07 3:03 
AnswerRe: Query in Stored Procedures Pin
Pete O'Hanlon8-Aug-07 3:13
mvePete O'Hanlon8-Aug-07 3:13 
GeneralRe: Query in Stored Procedures Pin
juan.restrepo8-Aug-07 12:29
juan.restrepo8-Aug-07 12:29 
QuestionDataset's Relations Property Issue Pin
Brendan Vogt8-Aug-07 2:32
Brendan Vogt8-Aug-07 2:32 
Hi,

After my SELECT I have the following results (partially here):

ID Name ParentID
256 Language, Literature And Biography 2878
257 Language & Linguistics 256
258 Philosophy Of Language 257
261 Language Acquisition 260
267 Language Family Studies 263
289 Language Usage Guides 284
292 Language Teaching & Learning (other Than ELT) 256
293 Language Teaching Theory & Methods 292
294 Language Teaching & Learning Material & Coursework 292

(please excuse if this is not properly aligned)

I thought about using the dataset's Relations property, like:

ds.Relations.Add("NodeRelation", ds.Tables(0).Columns("ID"), ds.Tables(0).Columns("ParentID"))

..but I get errors if there is no link between and ID and ParentID. How else can I do this??

Please help.

Regards
ma se
AnswerRe: Dataset's Relations Property Issue Pin
Kschuler8-Aug-07 8:12
Kschuler8-Aug-07 8:12 
Question[ADO.NET/C#] Connection string Pin
Mwambe8-Aug-07 1:40
Mwambe8-Aug-07 1:40 
AnswerRe: [ADO.NET/C#] Connection string Pin
Blue_Boy8-Aug-07 1:44
Blue_Boy8-Aug-07 1:44 
AnswerRe: [ADO.NET/C#] Connection string Pin
Mwambe8-Aug-07 2:19
Mwambe8-Aug-07 2:19 
Questionmaximum connection to sqlserver Pin
AnhTin7-Aug-07 23:50
AnhTin7-Aug-07 23:50 
AnswerRe: maximum connection to sqlserver Pin
Blue_Boy8-Aug-07 1:03
Blue_Boy8-Aug-07 1:03 
AnswerSenthil's Reply for maximum connection to sqlserver Pin
Senthil S8-Aug-07 2:41
Senthil S8-Aug-07 2:41 
QuestionVB6 Pin
gireeshperumbala7-Aug-07 22:00
gireeshperumbala7-Aug-07 22:00 
AnswerRe: VB6 Pin
Pete O'Hanlon7-Aug-07 22:02
mvePete O'Hanlon7-Aug-07 22:02 
GeneralRe: VB6 Pin
ChandraRam8-Aug-07 1:15
ChandraRam8-Aug-07 1:15 
GeneralRe: VB6 Pin
Pete O'Hanlon8-Aug-07 1:36
mvePete O'Hanlon8-Aug-07 1:36 
GeneralRe: VB6 Pin
ChandraRam8-Aug-07 1:40
ChandraRam8-Aug-07 1:40 
GeneralRe: VB6 Pin
Pete O'Hanlon8-Aug-07 2:39
mvePete O'Hanlon8-Aug-07 2:39 
GeneralRe: VB6 Pin
ChandraRam8-Aug-07 2:43
ChandraRam8-Aug-07 2:43 
GeneralRe: VB6 Pin
Colin Angus Mackay8-Aug-07 3:45
Colin Angus Mackay8-Aug-07 3:45 
GeneralRe: VB6 Pin
ChandraRam8-Aug-07 3:55
ChandraRam8-Aug-07 3:55 
AnswerRe: VB6 Pin
Nouman Bhatti8-Aug-07 20:05
Nouman Bhatti8-Aug-07 20:05 

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.