Click here to Skip to main content
16,008,719 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Wildcard Search Pin
Pete Bassett5-Nov-02 5:50
Pete Bassett5-Nov-02 5:50 
Generalstrange dates... Pin
Ray Cassick4-Nov-02 8:53
Ray Cassick4-Nov-02 8:53 
GeneralRe: strange dates... Pin
Andreas Saurwein4-Nov-02 9:23
Andreas Saurwein4-Nov-02 9:23 
GeneralRe: strange dates... Pin
Jon Hulatt5-Nov-02 5:38
Jon Hulatt5-Nov-02 5:38 
GeneralDestroying database object Pin
José Luis Sogorb4-Nov-02 6:30
José Luis Sogorb4-Nov-02 6:30 
GeneralRe: Destroying database object Pin
ian mariano4-Nov-02 6:55
ian mariano4-Nov-02 6:55 
GeneralRe: Destroying database object Pin
José Luis Sogorb4-Nov-02 7:15
José Luis Sogorb4-Nov-02 7:15 
GeneralRe: Destroying database object Pin
ian mariano5-Nov-02 3:19
ian mariano5-Nov-02 3:19 
When the your function ends, the CDatabase object is destroyed because it passes out of scope. There's no need to destroy it yourself, unless you created it with new, in which case you'll have to delete it.

"The greatest danger to humanity is humanity without an open mind."
  - Ian Mariano - http://www.ian-space.com/

GeneralRe: Destroying database object Pin
José Luis Sogorb5-Nov-02 6:02
José Luis Sogorb5-Nov-02 6:02 
GeneralDetermining if SQL replication is enabled Pin
Andreas Saurwein4-Nov-02 5:40
Andreas Saurwein4-Nov-02 5:40 
QuestionSQL function?? Pin
leppie1-Nov-02 6:33
leppie1-Nov-02 6:33 

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.