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

Database

 
GeneralRe: and - or statement Pin
WDI18-Mar-05 9:31
WDI18-Mar-05 9:31 
GeneralRe: and - or statement Pin
Michael Potter18-Mar-05 10:04
Michael Potter18-Mar-05 10:04 
Questionhow to call for update in two different databases? Pin
mijan17-Mar-05 19:47
mijan17-Mar-05 19:47 
AnswerRe: how to call for update in two different databases? Pin
Anonymous20-Mar-05 21:54
Anonymous20-Mar-05 21:54 
GeneralPage numbers Pin
Sebastien Lachance17-Mar-05 8:02
Sebastien Lachance17-Mar-05 8:02 
GeneralRe: Page numbers Pin
Michael Potter17-Mar-05 9:54
Michael Potter17-Mar-05 9:54 
Questionhow to add oledb connection in module by writing code Pin
sumit2117-Mar-05 7:42
sumit2117-Mar-05 7:42 
AnswerRe: how to add oledb connection in module by writing code Pin
rwestgraham20-Mar-05 12:31
rwestgraham20-Mar-05 12:31 
This is not a good approach. First of all, you would have to write extra code to make sure the connection is closed before the application terminates. Secondly, you cannot create the connection WithEvents so you cannot trap errors such as the connection being lost.

You should use a class instead. That way you can trap events and most important, make sure to close the connection by addding one line of code in the class destructor.

Robert
GeneralJoin Problem Pin
Brian Van Beek17-Mar-05 6:25
Brian Van Beek17-Mar-05 6:25 
GeneralRe: Oops. More Info Pin
Brian Van Beek17-Mar-05 6:26
Brian Van Beek17-Mar-05 6:26 
GeneralRe: Join Problem Pin
BammBamm17-Mar-05 8:08
BammBamm17-Mar-05 8:08 
GeneralSql Backup and Restore Pin
| Muhammad Waqas Butt |16-Mar-05 22:12
professional| Muhammad Waqas Butt |16-Mar-05 22:12 
GeneralRe: Sql Backup and Restore Pin
Colin Angus Mackay17-Mar-05 6:30
Colin Angus Mackay17-Mar-05 6:30 
GeneralManaged Provider for Oracle Pin
satishrg16-Mar-05 13:26
satishrg16-Mar-05 13:26 
QuestionDTS and Identity column? Pin
devvvy15-Mar-05 14:33
devvvy15-Mar-05 14:33 
QuestionDTS Lookup -- Multiple values? Pin
devvvy15-Mar-05 14:31
devvvy15-Mar-05 14:31 
QuestionHow Do I Pin
Yaakov Davis15-Mar-05 1:33
Yaakov Davis15-Mar-05 1:33 
AnswerRe: How Do I Pin
Yulianto.15-Mar-05 17:08
Yulianto.15-Mar-05 17:08 
GeneralRe: How Do I Pin
Yaakov Davis15-Mar-05 23:55
Yaakov Davis15-Mar-05 23:55 
AnswerRe: How Do I Pin
j1webb18-Mar-05 12:31
j1webb18-Mar-05 12:31 
AnswerRe: How Do I Pin
-Dr_X-24-Mar-05 14:26
-Dr_X-24-Mar-05 14:26 
GeneralSQL to ACCESS ISSUE Pin
JeyKey15-Mar-05 1:17
JeyKey15-Mar-05 1:17 
QuestionHow to determine whether MSDE is installed or SQL SERVER from Registery Pin
RuchirD14-Mar-05 20:24
RuchirD14-Mar-05 20:24 
GeneralMath Function For SQL Pin
gatorsjf14-Mar-05 6:02
gatorsjf14-Mar-05 6:02 
GeneralRe: Math Function For SQL Pin
Colin Angus Mackay14-Mar-05 6:14
Colin Angus Mackay14-Mar-05 6:14 

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.