Click here to Skip to main content
15,901,426 members
Home / Discussions / Database
   

Database

 
AnswerRe: connect aplication with database engine? Pin
Colin Angus Mackay11-Feb-06 13:27
Colin Angus Mackay11-Feb-06 13:27 
QuestionWhich is Faster and more apprpriate to use? Pin
cbhkenshin11-Feb-06 0:20
cbhkenshin11-Feb-06 0:20 
AnswerRe: Which is Faster and more apprpriate to use? Pin
Super Lloyd11-Feb-06 1:15
Super Lloyd11-Feb-06 1:15 
AnswerRe: Which is Faster and more apprpriate to use? Pin
Colin Angus Mackay11-Feb-06 13:34
Colin Angus Mackay11-Feb-06 13:34 
QuestionSQL : SubQuery Pin
dev_rfid10-Feb-06 21:06
dev_rfid10-Feb-06 21:06 
AnswerRe: SQL : SubQuery Pin
Colin Angus Mackay10-Feb-06 22:31
Colin Angus Mackay10-Feb-06 22:31 
GeneralRe: SQL : SubQuery Pin
dev_rfid10-Feb-06 23:14
dev_rfid10-Feb-06 23:14 
QuestionTable Splitting ? Pin
cbhkenshin10-Feb-06 18:48
cbhkenshin10-Feb-06 18:48 
hi :

I have a table for transaction that i use for entering each action that has been done in the system as requested from the user, so basically this table will be big in rows and i have about 5 types of transactions so what should i do:

1-split the table into 5 tables each hold only one type of transaction.

2-just make it all in one table as before.

Which is better???

1:for the first option the number of rows will be divided by fifth and the insert and delete time will be faster but the select time will be slower.

2:but the second option will give fast select and slow insert or delete and also a very large number of rows.

please help and thanks for your time and cooperation.

cbhkenshin

AnswerRe: Table Splitting ? Pin
Colin Angus Mackay10-Feb-06 22:40
Colin Angus Mackay10-Feb-06 22:40 
QuestionHow to eliminate duplicate rows from a table? Pin
jkrao10-Feb-06 17:33
jkrao10-Feb-06 17:33 
AnswerRe: How to eliminate duplicate rows from a table? Pin
Colin Angus Mackay10-Feb-06 22:48
Colin Angus Mackay10-Feb-06 22:48 
QuestionDatabase design Pin
TheJudeDude10-Feb-06 13:25
TheJudeDude10-Feb-06 13:25 
AnswerRe: Database design Pin
Ben Meyers10-Feb-06 18:29
Ben Meyers10-Feb-06 18:29 
GeneralRe: Database design Pin
TheJudeDude11-Feb-06 0:56
TheJudeDude11-Feb-06 0:56 
GeneralRe: Database design Pin
Rob Graham11-Feb-06 5:11
Rob Graham11-Feb-06 5:11 
GeneralRe: Database design Pin
Ben Meyers11-Feb-06 9:42
Ben Meyers11-Feb-06 9:42 
GeneralRe: Database design Pin
TheJudeDude13-Feb-06 7:14
TheJudeDude13-Feb-06 7:14 
QuestionWrong values being stored to table Pin
TheJudeDude10-Feb-06 11:37
TheJudeDude10-Feb-06 11:37 
AnswerRe: Wrong values being stored to table Pin
Paul Conrad10-Feb-06 12:26
professionalPaul Conrad10-Feb-06 12:26 
GeneralRe: Wrong values being stored to table Pin
TheJudeDude10-Feb-06 12:30
TheJudeDude10-Feb-06 12:30 
GeneralRe: Wrong values being stored to table Pin
Paul Conrad10-Feb-06 12:36
professionalPaul Conrad10-Feb-06 12:36 
GeneralRe: Wrong values being stored to table Pin
TheJudeDude10-Feb-06 12:45
TheJudeDude10-Feb-06 12:45 
QuestionHow to change DataGridView row bg color if modified Pin
BambooMoon10-Feb-06 6:12
BambooMoon10-Feb-06 6:12 
QuestionSQL Pin
dev_rfid10-Feb-06 3:02
dev_rfid10-Feb-06 3:02 
AnswerRe: SQL Pin
Michael Potter10-Feb-06 3:30
Michael Potter10-Feb-06 3:30 

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.