Click here to Skip to main content
15,885,244 members
Home / Discussions / Database
   

Database

 
Questioncheck data integrity using triggers Pin
drequinox20-Nov-06 4:03
drequinox20-Nov-06 4:03 
AnswerRe: check data integrity using triggers Pin
Pete O'Hanlon20-Nov-06 4:33
mvePete O'Hanlon20-Nov-06 4:33 
GeneralRe: check data integrity using triggers Pin
drequinox20-Nov-06 7:27
drequinox20-Nov-06 7:27 
QuestionRe: check data integrity using triggers Pin
drequinox20-Nov-06 9:50
drequinox20-Nov-06 9:50 
QuestionAccess 2000-Jet/VB6 - SQL Query (HELP- SQL Gurus) Pin
tintinchasm19-Nov-06 22:34
tintinchasm19-Nov-06 22:34 
AnswerRe: Access 2000-Jet/VB6 - SQL Query (HELP- SQL Gurus) Pin
rah_sin20-Nov-06 0:02
professionalrah_sin20-Nov-06 0:02 
GeneralRe: Access 2000-Jet/VB6 - SQL Query (HELP- SQL Gurus) Pin
tintinchasm20-Nov-06 6:11
tintinchasm20-Nov-06 6:11 
QuestionENUM Pin
thathvamsi19-Nov-06 21:35
thathvamsi19-Nov-06 21:35 
Hello All,
Iam trying to create a table T1 which has a column called 'col1'.
I create a enumeration table called 'e1' like
CREATE TABLE e1<br />
( id INT NOT NULL,<br />
  name VARCHAR(20) NOT NULL,<br />
description VARCHAR(20) NOT NULL,<br />
enabled BOOLEAN NOT NULL<br />
);


The id is set to 1,2,3,4,5
The 'col1' column in table T1 will hold any of these enumerations from table e1.
How should col1 be created (what datatype ?)
How is a value assigned to col1 from e1 ?
Is my table e1 declaration/creation correct?

Thanks in advance.
AnswerRe: ENUM Pin
Leah_Garrett22-Nov-06 13:20
Leah_Garrett22-Nov-06 13:20 
QuestionDB Owner - Diagrams Pin
MatthysDT19-Nov-06 19:59
MatthysDT19-Nov-06 19:59 
AnswerRe: DB Owner - Diagrams Pin
Leah_Garrett22-Nov-06 13:24
Leah_Garrett22-Nov-06 13:24 
QuestionSQL error Pin
walalawll19-Nov-06 15:31
walalawll19-Nov-06 15:31 
AnswerRe: SQL error Pin
Mike Dimmick20-Nov-06 0:52
Mike Dimmick20-Nov-06 0:52 
GeneralRe: SQL error Pin
walalawll29-Nov-06 21:22
walalawll29-Nov-06 21:22 
QuestionTimeout exception error Pin
Lior S19-Nov-06 4:04
Lior S19-Nov-06 4:04 
AnswerRe: Timeout exception error Pin
Colin Angus Mackay19-Nov-06 4:58
Colin Angus Mackay19-Nov-06 4:58 
AnswerRe: Timeout exception error Pin
ThaScorpion19-Nov-06 13:44
ThaScorpion19-Nov-06 13:44 
QuestionDatatype mismatch...column type date/time Pin
Skcheng18-Nov-06 17:09
Skcheng18-Nov-06 17:09 
AnswerRe: Datatype mismatch...column type date/time Pin
Rob Graham19-Nov-06 6:19
Rob Graham19-Nov-06 6:19 
GeneralRe: Datatype mismatch...column type date/time [modified] Pin
Skcheng19-Nov-06 8:57
Skcheng19-Nov-06 8:57 
GeneralRe: Datatype mismatch...column type date/time Pin
Skcheng19-Nov-06 11:06
Skcheng19-Nov-06 11:06 
AnswerRe: Datatype mismatch...column type date/time Pin
Scott Holt20-Nov-06 16:17
Scott Holt20-Nov-06 16:17 
GeneralRe: Datatype mismatch...column type date/time Pin
Skcheng20-Nov-06 16:29
Skcheng20-Nov-06 16:29 
QuestionSQL trigger , Pin
drequinox18-Nov-06 4:48
drequinox18-Nov-06 4:48 
QuestionExtracting date part in SQL server Pin
ThaScorpion17-Nov-06 14:41
ThaScorpion17-Nov-06 14: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.