Probs with database

mhorsell

New member
Joined
Jun 1, 2005
Messages
1
Programming Experience
1-3
this isn't so much as a .net prob as me being stupid. Im writing an app that store sniplets of code in a database im hoping to turn it into a plugin for visual studio.
the problem im having is that i can't link each class with each other. for example
class 1 class 2
language id cat id
Language sub cat

class 3
id
Title
description
comments
code
all the id's are linke together with makes a one to many relastion ship
but when you run a query or look at the diffrent data sheets i can't get a reference from the other forms..
im looking at giveing up on a database and just using my own file routine
but i found this forum
Thanks For any help
Matt
 
Back
Top