Click here to Skip to main content
15,911,890 members
Home / Discussions / Database
   

Database

 
GeneralDatabase Development Pin
6-Aug-01 13:32
suss6-Aug-01 13:32 
GeneralRe: Database Development Pin
Todd Smith6-Aug-01 17:56
Todd Smith6-Aug-01 17:56 
GeneralRe: Database Development Pin
13-Aug-01 0:39
suss13-Aug-01 0:39 
GeneralDatabase Development Pin
6-Aug-01 13:31
suss6-Aug-01 13:31 
GeneralObject-oriented database design and implementation Pin
kushibhai6-Aug-01 7:45
kushibhai6-Aug-01 7:45 
GeneralRe: Object-oriented database design and implementation Pin
Not Active6-Aug-01 10:33
mentorNot Active6-Aug-01 10:33 
GeneralQuerying with an empty field. Pin
Chris Klecker5-Aug-01 10:28
Chris Klecker5-Aug-01 10:28 
GeneralRe: Found Solution!! Nevermind. ;-) Pin
Chris Klecker5-Aug-01 11:03
Chris Klecker5-Aug-01 11:03 
Nevermind! Found the solution I believe.

for those with curiousity...

Is Null for empty fields
Is Not Null for not empty fields

So for example

SELECT * FROM TABLE WHERE COLUMN1 LIKE 'DATA1' AND COLUMN2 Is Null

This will return all records where column1 is DATA1 and column2 is blank.



"Why are we hiding from the police, Daddy?"
"We use VI, son. They use Emacs."
GeneralMaintaining Referential Integrity Pin
Reno Tiko4-Aug-01 15:36
Reno Tiko4-Aug-01 15:36 
GeneralADODB::Command Pin
Fariborz4-Aug-01 6:46
Fariborz4-Aug-01 6:46 
Generalown database Pin
3-Aug-01 5:40
suss3-Aug-01 5:40 
GeneralRe: own database Pin
Nemanja Trifunovic3-Aug-01 6:02
Nemanja Trifunovic3-Aug-01 6:02 
GeneralRe: own database Pin
Not Active3-Aug-01 6:14
mentorNot Active3-Aug-01 6:14 
GeneralRe: own database Pin
Todd Smith5-Aug-01 16:42
Todd Smith5-Aug-01 16:42 
Generalown database Pin
3-Aug-01 5:38
suss3-Aug-01 5:38 
Generalown database Pin
3-Aug-01 5:37
suss3-Aug-01 5:37 
GeneralASP and UDB Pin
powersurg2-Aug-01 3:57
powersurg2-Aug-01 3:57 
GeneralRe: ASP and UDB Pin
3-Aug-01 10:55
suss3-Aug-01 10:55 
GeneralSQL Server and images Pin
Not Active1-Aug-01 21:04
mentorNot Active1-Aug-01 21:04 
QuestionADO & OLEDB, Which runs faster with VC? Pin
Roger Cornell1-Aug-01 6:05
Roger Cornell1-Aug-01 6:05 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Not Active1-Aug-01 9:56
mentorNot Active1-Aug-01 9:56 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Wictor Wilén1-Aug-01 11:18
Wictor Wilén1-Aug-01 11:18 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Bret Faller3-Aug-01 8:54
Bret Faller3-Aug-01 8:54 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Todd Smith9-Aug-01 13:36
Todd Smith9-Aug-01 13:36 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Bret Faller9-Aug-01 13:48
Bret Faller9-Aug-01 13:48 

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.