Click here to Skip to main content
15,911,786 members
Home / Discussions / Database
   

Database

 
GeneralHelp with SQL Server permissions Pin
Tony Truong10-Jun-03 7:37
Tony Truong10-Jun-03 7:37 
GeneralRe: Help with SQL Server permissions Pin
Nino_110-Jun-03 17:38
Nino_110-Jun-03 17:38 
GeneralRe: Help with SQL Server permissions Pin
Tony Truong11-Jun-03 8:40
Tony Truong11-Jun-03 8:40 
GeneralRe: Help with SQL Server permissions Pin
Nino_112-Jun-03 13:24
Nino_112-Jun-03 13:24 
GeneralAcceptChanges for DataRow Pin
DionChen9-Jun-03 8:35
DionChen9-Jun-03 8:35 
GeneralRe: AcceptChanges for DataRow Pin
bof16-Jun-03 9:54
bof16-Jun-03 9:54 
Generalarabic data in database Pin
Sarvesvara (BVKS) Dasa8-Jun-03 22:19
Sarvesvara (BVKS) Dasa8-Jun-03 22:19 
GeneralDesigning a SourceCode Database Pin
Bo Hunter8-Jun-03 9:03
Bo Hunter8-Jun-03 9:03 
I am tring to develope a source code storage app and I can't
figure out how to design the db so that code belongs to a category
of a category. Nested I guess is the word I am looking for.

If I add a category on a tree view and then add a subcategory
how do I create the db and also adding and updating.

This is my first try
one table named sourcecodeinfo and second table named sourcecode
sourcecodeinfo columns
id
category
created
updated

sourcecode columns
id
code
notes
type

the category column has one to many relation like dataaccesscode
then a bunch of code snippets that relate to dataaccess.

But what if I have a category named DataAccess and subcategory
named updates or whatever?

How is this done?

I don't want someone to do the work for me I would like to learn how
myself. I hate it when someone says provide code and thats all they
want and then someone does and then they say I need it in VB or C#.
They want people to do the work for them.

Thank You
Bo Hunter
GeneralRe: Designing a SourceCode Database Pin
ZoogieZork8-Jun-03 11:06
ZoogieZork8-Jun-03 11:06 
GeneralRe: Designing a SourceCode Database Pin
Bo Hunter8-Jun-03 18:21
Bo Hunter8-Jun-03 18:21 
QuestionWhen I have not connect to a SQL Server, how can I get a default database name in a DSN? Pin
Peter Keung7-Jun-03 21:54
Peter Keung7-Jun-03 21:54 
AnswerRe: When I have not connect to a SQL Server, how can I get a default database name in a DSN? Pin
basementman9-Jun-03 5:21
basementman9-Jun-03 5:21 
GeneralIRowsetIndex on SQLOLEDB Pin
mike martinh6-Jun-03 13:34
mike martinh6-Jun-03 13:34 
GeneralDataSet binding Pin
haimon156-Jun-03 4:09
haimon156-Jun-03 4:09 
GeneralRe: DataSet binding Pin
John Kuhn6-Jun-03 9:31
John Kuhn6-Jun-03 9:31 
GeneralRe: DataSet binding Pin
haimon156-Jun-03 11:06
haimon156-Jun-03 11:06 
GeneralRe: DataSet binding Pin
John Kuhn17-Jun-03 14:16
John Kuhn17-Jun-03 14:16 
GeneralADODB Stream object Pin
NHM6-Jun-03 3:31
NHM6-Jun-03 3:31 
GeneralMaster-Detail datagrid Pin
Madhuri Mittal5-Jun-03 6:38
Madhuri Mittal5-Jun-03 6:38 
QuestionCan someone give me an example of opening SQL db with ADO.. Pin
IrishSonic4-Jun-03 14:14
IrishSonic4-Jun-03 14:14 
AnswerRe: Can someone give me an example of opening SQL db with ADO.. Pin
Anonymous4-Jun-03 17:34
Anonymous4-Jun-03 17:34 
GeneralRe: It gives me an error message - Login Fails. Pin
IrishSonic5-Jun-03 2:17
IrishSonic5-Jun-03 2:17 
GeneralRe: It gives me an error message - Login Fails. Pin
Anonymous5-Jun-03 13:42
Anonymous5-Jun-03 13:42 
QuestionSQL server experts??? Pin
abc8764-Jun-03 9:26
abc8764-Jun-03 9:26 
AnswerRe: SQL server experts??? Pin
Anonymous4-Jun-03 13:56
Anonymous4-Jun-03 13:56 

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.