Click here to Skip to main content
15,912,294 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to change the returned data in SQL? Pin
Paddy Boyd15-Oct-08 1:57
Paddy Boyd15-Oct-08 1:57 
Questionretrieving file using SQL Query Pin
r aa j14-Oct-08 21:07
r aa j14-Oct-08 21:07 
AnswerRe: retrieving file using SQL Query Pin
Mycroft Holmes14-Oct-08 22:03
professionalMycroft Holmes14-Oct-08 22:03 
GeneralRe: retrieving file using SQL Query Pin
r aa j15-Oct-08 3:08
r aa j15-Oct-08 3:08 
Questionvisual studio 2005,SQL Data source problem Pin
amit201114-Oct-08 6:49
amit201114-Oct-08 6:49 
AnswerRe: visual studio 2005,SQL Data source problem Pin
Wendelius14-Oct-08 7:40
mentorWendelius14-Oct-08 7:40 
AnswerRe: visual studio 2005,SQL Data source problem Pin
Jerry Hammond14-Oct-08 7:48
Jerry Hammond14-Oct-08 7:48 
QuestionDatabase Subjects Pin
Jim Warburton14-Oct-08 5:02
Jim Warburton14-Oct-08 5:02 
AnswerRe: Database Subjects Pin
Paul Conrad14-Oct-08 7:17
professionalPaul Conrad14-Oct-08 7:17 
AnswerRe: Database Subjects Pin
Kschuler14-Oct-08 8:22
Kschuler14-Oct-08 8:22 
AnswerRe: Database Subjects Pin
Mycroft Holmes14-Oct-08 16:44
professionalMycroft Holmes14-Oct-08 16:44 
QuestionSQL Server CE 3.5 AutoIncrement Pin
Searril14-Oct-08 3:17
Searril14-Oct-08 3:17 
AnswerRe: SQL Server CE 3.5 AutoIncrement Pin
Wendelius14-Oct-08 8:20
mentorWendelius14-Oct-08 8:20 
GeneralRe: SQL Server CE 3.5 AutoIncrement Pin
Searril15-Oct-08 3:53
Searril15-Oct-08 3:53 
GeneralRe: SQL Server CE 3.5 AutoIncrement Pin
Wendelius15-Oct-08 4:24
mentorWendelius15-Oct-08 4:24 
QuestionORA-01722 Error Pin
Rane14-Oct-08 2:04
Rane14-Oct-08 2:04 
AnswerRe: ORA-01722 Error Pin
Wendelius14-Oct-08 5:22
mentorWendelius14-Oct-08 5:22 
Questionhow to execute this oracle function ??? Pin
dilipmca0413-Oct-08 23:37
dilipmca0413-Oct-08 23:37 
AnswerRe: how to execute this oracle function ??? Pin
Wendelius14-Oct-08 5:05
mentorWendelius14-Oct-08 5:05 
QuestionDatabase design Questions? Pin
sepel13-Oct-08 23:23
sepel13-Oct-08 23:23 
AnswerRe: Database design Questions? Pin
bcozican14-Oct-08 2:09
bcozican14-Oct-08 2:09 
I would recommend you have a Member table and an Advertisement table on with a memberid field which is the member's id who uploaded the advert.

A VisitHistory table that contains the Advert id, member id and maybe datetime with foreign keys to the member and Advertisement tables.

A table with main categories like cars, mobiles, houses etc and then a table with subcategories with a parent id on it which will be the foreign key to the categories table that filters the subcategories for each category. That way you can have all these main categories with all their subcategories and easily add new ones if you want diffirent kinds of adds.

This is obviously high level without any indexes or anything but I hope you get the idea.

Hope this helps.
GeneralRe: Database design Questions? Pin
Mark Churchill14-Oct-08 2:42
Mark Churchill14-Oct-08 2:42 
QuestionQuery Help Pin
Jaffer Mumtaz13-Oct-08 20:20
Jaffer Mumtaz13-Oct-08 20:20 
AnswerRe: Query Help Pin
bcozican14-Oct-08 2:18
bcozican14-Oct-08 2:18 
GeneralRe: Query Help Pin
Jaffer Mumtaz14-Oct-08 18:41
Jaffer Mumtaz14-Oct-08 18:41 

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.