Click here to Skip to main content
15,915,093 members
Home / Discussions / Database
   

Database

 
Questionedit view by adding squence number Pin
mahmoudinirat14-Sep-08 2:12
mahmoudinirat14-Sep-08 2:12 
AnswerRe: edit view by adding squence number Pin
Blue_Boy14-Sep-08 2:49
Blue_Boy14-Sep-08 2:49 
GeneralRe: edit view by adding squence number Pin
nelsonpaixao14-Sep-08 13:14
nelsonpaixao14-Sep-08 13:14 
AnswerRe: edit view by adding squence number Pin
Rocky#14-Sep-08 17:58
Rocky#14-Sep-08 17:58 
GeneralRe: edit view by adding squence number Pin
Mycroft Holmes14-Sep-08 19:29
professionalMycroft Holmes14-Sep-08 19:29 
GeneralRe: edit view by adding squence number Pin
Rocky#14-Sep-08 19:33
Rocky#14-Sep-08 19:33 
AnswerRe: edit view by adding squence number Pin
RyanEK14-Sep-08 20:35
RyanEK14-Sep-08 20:35 
AnswerRe: edit view by adding squence number Pin
nelsonpaixao15-Sep-08 13:45
nelsonpaixao15-Sep-08 13:45 
i think i know what are you trying to do. D'Oh! | :doh:

that table has a foregn key in id column, you should not do that.
study database structure, download samples from microsoft; northwind or other.

i dont know your database but it could be like this

my_client
id(*) f_name l_name
2 nelson paixao
3 helen hunter
25 brian ferry
...

my_product
id(**) name price
34 spoon 2€
35 fork 1.5€
67 dishwasher 356€
...

my_sales
id data id_client(*) id_product(**)
12 1/2/07 2 34
13 2/2/07 3 35
14 2/2/07 3 67
17 3/3/08 25 35
...

nelsonpaixao@yahoo.com.br

trying to help & get help

QuestionAggregating function on strings in a group by [modified] Pin
swjam14-Sep-08 0:15
swjam14-Sep-08 0:15 
AnswerRe: Aggregating function on strings in a group by Pin
Mycroft Holmes14-Sep-08 19:31
professionalMycroft Holmes14-Sep-08 19:31 
QuestionHow to connect Mysql database wamp from C#? Pin
cutedrew13-Sep-08 21:04
cutedrew13-Sep-08 21:04 
AnswerRe: How to connect Mysql database wamp from C#? Pin
Mycroft Holmes14-Sep-08 19:33
professionalMycroft Holmes14-Sep-08 19:33 
Questiona basic question Pin
followait12-Sep-08 19:46
followait12-Sep-08 19:46 
AnswerRe: a basic question Pin
Mycroft Holmes12-Sep-08 23:58
professionalMycroft Holmes12-Sep-08 23:58 
Questionhow to insert data from one table to other two diferent tables using SQL query Pin
khalidd12-Sep-08 18:21
khalidd12-Sep-08 18:21 
AnswerRe: how to insert data from one table to other two diferent tables using SQL query Pin
Blue_Boy12-Sep-08 20:48
Blue_Boy12-Sep-08 20:48 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
khalidd12-Sep-08 23:58
khalidd12-Sep-08 23:58 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
Mycroft Holmes13-Sep-08 0:00
professionalMycroft Holmes13-Sep-08 0:00 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
Blue_Boy13-Sep-08 3:27
Blue_Boy13-Sep-08 3:27 
AnswerRe: how to insert data from one table to other two diferent tables using SQL query Pin
nelsonpaixao14-Sep-08 13:31
nelsonpaixao14-Sep-08 13:31 
GeneralRe: how to insert data from one table to other two diferent tables using SQL query Pin
khalidd14-Sep-08 21:46
khalidd14-Sep-08 21:46 
QuestionSELECT COUNT returns 2 answers. Pin
Sunset Towers12-Sep-08 12:36
Sunset Towers12-Sep-08 12:36 
AnswerRe: SELECT COUNT returns 2 answers. Pin
Eslam Afifi12-Sep-08 12:58
Eslam Afifi12-Sep-08 12:58 
QuestionDupicate [modified] Pin
Bassam Saoud12-Sep-08 5:52
Bassam Saoud12-Sep-08 5:52 
GeneralRe: Dupicate Pin
Eslam Afifi13-Sep-08 4:47
Eslam Afifi13-Sep-08 4:47 

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.