Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
GeneralRe: ADO.NET Books Pin
Paul Selormey6-Nov-02 4:11
Paul Selormey6-Nov-02 4:11 
GeneralSQL Wildcard Search Pin
Richard Hudson4-Nov-02 22:40
Richard Hudson4-Nov-02 22:40 
GeneralRe: SQL Wildcard Search Pin
Jon Hulatt5-Nov-02 5:41
Jon Hulatt5-Nov-02 5:41 
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 
I close a database using:
database.OpenEx(mySql,CDatabase::noOdbcDialog) ...
...more code...
database.Close();
but it remains existing. I have read it is also needed to destroy the object,, how can I do it?
Thanks.
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 
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 

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.