Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: make it dead. Pin
Rickard Andersson2018-Nov-02 20:48
Rickard Andersson2018-Nov-02 20:48 
GeneralRe: make it dead. Pin
imran_rafique19-Nov-02 16:24
imran_rafique19-Nov-02 16:24 
GeneralMagic TabPage question Pin
m_mond18-Nov-02 15:16
m_mond18-Nov-02 15:16 
GeneralRe: Magic TabPage question Pin
leppie19-Nov-02 0:04
leppie19-Nov-02 0:04 
GeneralVisible Property Not Working Pin
Jamie Nordmeyer18-Nov-02 7:35
Jamie Nordmeyer18-Nov-02 7:35 
GeneralRe: Visible Property Not Working Pin
David Stone18-Nov-02 8:48
sitebuilderDavid Stone18-Nov-02 8:48 
GeneralRe: Visible Property Not Working Pin
Jamie Nordmeyer18-Nov-02 9:32
Jamie Nordmeyer18-Nov-02 9:32 
GeneralRe: Visible Property Not Working Pin
David Stone18-Nov-02 10:22
sitebuilderDavid Stone18-Nov-02 10:22 
GeneralCOM+ Pin
Mazdak18-Nov-02 5:50
Mazdak18-Nov-02 5:50 
GeneralXML questions ... Pin
LongRange.Shooter18-Nov-02 5:28
LongRange.Shooter18-Nov-02 5:28 
GeneralRe: XML questions ... Pin
Christian Graus18-Nov-02 15:34
protectorChristian Graus18-Nov-02 15:34 
GeneralRe: XML questions ... Pin
Nick Parker18-Nov-02 17:22
protectorNick Parker18-Nov-02 17:22 
GeneralRe: XML questions ... Pin
Christian Graus18-Nov-02 17:28
protectorChristian Graus18-Nov-02 17:28 
GeneralRe: XML questions ... Pin
LongRange.Shooter19-Nov-02 3:25
LongRange.Shooter19-Nov-02 3:25 
GeneralRe: XML questions ... Pin
LongRange.Shooter19-Nov-02 9:42
LongRange.Shooter19-Nov-02 9:42 
GeneralRe: XML questions ... Pin
Christian Graus19-Nov-02 10:07
protectorChristian Graus19-Nov-02 10:07 
GeneralRe: XML questions ... Pin
LongRange.Shooter19-Nov-02 10:53
LongRange.Shooter19-Nov-02 10:53 
GeneralOpen An HTML File Using Web Broswer Pin
yccheok17-Nov-02 21:51
yccheok17-Nov-02 21:51 
GeneralRe: Open An HTML File Using Web Broswer Pin
Mazdak17-Nov-02 23:12
Mazdak17-Nov-02 23:12 
GeneralRe: Open An HTML File Using Web Broswer Pin
Vasudevan Deepak Kumar17-Nov-02 23:13
Vasudevan Deepak Kumar17-Nov-02 23:13 
GeneralAnother DataEntry Pin
Mazdak17-Nov-02 19:35
Mazdak17-Nov-02 19:35 
GeneralDetermine Type of OS That User Used Pin
yccheok17-Nov-02 16:08
yccheok17-Nov-02 16:08 
GeneralRe: Determine Type of OS That User Used Pin
Nick Parker17-Nov-02 16:17
protectorNick Parker17-Nov-02 16:17 
GeneralRe: Determine Type of OS That User Used Pin
Vasudevan Deepak Kumar17-Nov-02 23:39
Vasudevan Deepak Kumar17-Nov-02 23:39 
GeneralComplex relational database Pin
laphijia17-Nov-02 11:19
laphijia17-Nov-02 11:19 
Hello,
I have made a database - SQL Server 2000 - to handle some stuff e.g. contacts, orders, etc.
I tried to normalize the database the best that I could and this lead to a lot of tables. For example since the contacts are worldwide, there are 3 tables that each one, hierarchically store country, province, county.
Finally in the table where each contact is contained i just store the ID of the county, and the province and stare would be retrived through the realationships.

Ok, this is just an example, the thing is much more hierarchical and normalized.

I would like to know how can I practically retrive, use, and update data from this database using ADO.NET? I mean, I am a bit confused.
Is there a simple way or is it going to be a mess all do be done from zero?

Thanks for any help.

Edoardo

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.