Welcome to Dream.In.Code
Getting Help is Easy!

Join 105,763 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,653 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Database tutorial requests?

 
Reply to this topicStart new topic

Database tutorial requests?

PsychoCoder
post 9 Feb, 2008 - 11:16 PM
Post #1


DIC.Rules == true;

Group Icon
Joined: 26 Jul, 2007
Posts: 7,030



Thanked 47 times

Dream Kudos: 7600

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, GDI

My Contributions


If there is a topic you'd like to see covered in either SQL Server or mySQL then put your request here.
User is online!Profile CardPM

Go to the top of the page


capty99
post 9 Feb, 2008 - 11:42 PM
Post #2


the real kya

Group Icon
Joined: 26 Apr, 2001
Posts: 8,719



Thanked 12 times

Dream Kudos: 550
My Contributions


i'd be interested but i only do the basic calls and sets to them so i don't even know what else is out there.... i'm a big fan of snippets.
User is offlineProfile CardPM

Go to the top of the page

Footsie
post 10 Feb, 2008 - 04:40 AM
Post #3


D.I.C Regular

Group Icon
Joined: 20 Sep, 2007
Posts: 269



Thanked 2 times

Dream Kudos: 50
My Contributions


In MySQL maybe a tutorial on granting "Priveleges", I think you have to work with the Grant tables or something.

This is one of the next things I have to research for a small project I'm busy with. I think a tutorial would help a lot.

Thanks for asking! wink2.gif


User is online!Profile CardPM

Go to the top of the page

SamIsMe
post 17 Feb, 2008 - 06:39 AM
Post #4


New D.I.C Head

*
Joined: 9 Feb, 2008
Posts: 8


My Contributions


Hopefully this is where I need to put this...I am probably even less than a beginner when it comes to any kind of programming and maybe this forum is to advanced for me, but I have been searching through all the tutorials here tring to find out how to build a shopping cart eor a web site I am building. Everything I have found just confusses me, so I was wanting to know if anyone had a suggestion as to a book i could buy or if there is something at this forum that I miss please let me know. Please take into consideration I have no idea what I am doing. Thanks.
User is offlineProfile CardPM

Go to the top of the page

RodgerB
post 26 Apr, 2008 - 05:32 PM
Post #5


D.I.C Lover

Group Icon
Joined: 21 Sep, 2007
Posts: 1,953



Thanked 8 times

Dream Kudos: 2175
My Contributions


Preventing SQL Injection in MySQL and SQL Server with a variety of languages with examples on removing its abilities. I'm still a beginner in Databases and I think it would be good to be safe with SQL before I delve into using it.

I know there is a tutorial in the PHP section, I just don't think it would be a very effective method in an enterprise application.
User is offlineProfile CardPM

Go to the top of the page

myra
post 27 Apr, 2008 - 05:23 AM
Post #6


New D.I.C Head

*
Joined: 4 Apr, 2008
Posts: 25


My Contributions


It would be good if the functions and examples of more challenging SQL queries(Eg. nested joins, aggregate functions, etc.) are included in the tutorial. Explanation on the Relational Model would also be useful for beginners like me smile.gif
User is offlineProfile CardPM

Go to the top of the page

jens
post 10 May, 2008 - 06:50 AM
Post #7


New D.I.C Head

Group Icon
Joined: 9 May, 2008
Posts: 49



Thanked 1 times

Dream Kudos: 50
My Contributions


Hi!

I'd really like a tutorial on how to handle creation and updating of many-to-many relationships. E.g. student-student_klasses-klasses or name-name_phone-phone (one person has several phone numbers, one number leads to several persons.

To me personally SELECT isn't a problem but how do I update or insert? I write the name to names, then I write the phone number - if not already there - to phone numbers, but how do I know what to write in the name_phone table?

I think this whole business with inserting and/or updating tables in many-to-many relations would benefit from a good tutorial. Also; how do I handle constraints during update and/or insert?

Regards
Jens
User is offlineProfile CardPM

Go to the top of the page

jens
post 10 May, 2008 - 06:59 AM
Post #8


New D.I.C Head

Group Icon
Joined: 9 May, 2008
Posts: 49



Thanked 1 times

Dream Kudos: 50
My Contributions


Hi (again)!

One other tutor I'd like to see is something about transaction handling in SQL server. How do I implement start transaction, rollback, commit? How do I handle it from VB.NET? How do I turn it on? (Seems that SQL Express doesn't require transaction handling by default)

In this tutorial (or another) I'd like to see somthing about different methods of locking, locking tables versus rows in multi user systems. And how do we handle deadlock situations?

And while we're at it, how about some philosophy on what kinds of transaction handling there are and why one is better than another in certain situations?

Regards
Jens
User is offlineProfile CardPM

Go to the top of the page

PsychoCoder
post 10 May, 2008 - 07:13 AM
Post #9


DIC.Rules == true;

Group Icon
Joined: 26 Jul, 2007
Posts: 7,030



Thanked 47 times

Dream Kudos: 7600

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, GDI

My Contributions


@jens: Give me some time and Ill see what I can come up with. I'm kind of swamped at work right now but when I get a free moment Ill work on something along these lines smile.gif
User is online!Profile CardPM

Go to the top of the page

PsychoCoder
post 22 May, 2008 - 08:08 AM
Post #10


DIC.Rules == true;

Group Icon
Joined: 26 Jul, 2007
Posts: 7,030



Thanked 47 times

Dream Kudos: 7600

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, GDI

My Contributions


There is a new MSSQL Tutorial Available


User Defined Functions In MSSQL


Happy reading smile.gif
User is online!Profile CardPM

Go to the top of the page

linuxunil
post 16 Jun, 2008 - 06:55 PM
Post #11


New D.I.C Head

Group Icon
Joined: 7 Mar, 2006
Posts: 46



Thanked 2 times

Dream Kudos: 125
My Contributions


I would like to see a couple that are not mssql or mysql, maybe postgresql or sqlite. Basics maybe even the differences in them from more main stream like mssql or mysql.
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 8/21/08 02:10PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month