Click here to Skip to main content
15,915,160 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCrystal report in VB 6.0 Pin
Tyler4519-Jan-06 4:37
Tyler4519-Jan-06 4:37 
Questionset and new Pin
bonosa19-Jan-06 3:32
bonosa19-Jan-06 3:32 
AnswerRe: set and new Pin
hmklakmal19-Jan-06 4:14
hmklakmal19-Jan-06 4:14 
GeneralRe: set and new Pin
ns19-Jan-06 5:44
ns19-Jan-06 5:44 
AnswerRe: set and new Pin
Dave Kreskowiak19-Jan-06 7:09
mveDave Kreskowiak19-Jan-06 7:09 
AnswerRe: set and new Pin
Joshua Quick19-Jan-06 8:12
Joshua Quick19-Jan-06 8:12 
GeneralRe: set and new Pin
shiroamachi19-Jan-06 14:52
shiroamachi19-Jan-06 14:52 
GeneralRe: set and new Pin
Joshua Quick19-Jan-06 16:00
Joshua Quick19-Jan-06 16:00 
shiroamachi wrote:
how about connection and recordset object? Do we need to call the close method and set the object to nothing?


You absolutely must Close them. You do not have to set them to Nothing. They'll be removed from memory as soon as they go out of scope.

shiroamachi wrote:
When to call open and close method of connection and recordset object in a procedure/function with try catch? Is it ok to put in "finally" ?


Uhhh... VB6 doesn't have try/catch functionality. Sounds like you're talking about VB.NET. If you are, then Finally is a good place to call Close.
GeneralRe: set and new Pin
shiroamachi19-Jan-06 16:57
shiroamachi19-Jan-06 16:57 
GeneralRe: set and new Pin
Steve Pullan19-Jan-06 17:39
Steve Pullan19-Jan-06 17:39 
GeneralRe: set and new Pin
Joshua Quick20-Jan-06 6:59
Joshua Quick20-Jan-06 6:59 
QuestionHow To Prevent Datagrid Row Deletion Pin
Anupbala19-Jan-06 2:56
Anupbala19-Jan-06 2:56 
Questionupload data from win-app vb.net Pin
tnky19-Jan-06 2:30
tnky19-Jan-06 2:30 
AnswerRe: upload data from win-app vb.net Pin
tnky19-Jan-06 3:27
tnky19-Jan-06 3:27 
QuestionManually Enter Items in Combo Pin
Rana Muhammad Javed Khan19-Jan-06 1:09
Rana Muhammad Javed Khan19-Jan-06 1:09 
QuestionExploring Windows Pin
Osama12319-Jan-06 1:05
Osama12319-Jan-06 1:05 
AnswerRe: Exploring Windows Pin
hmklakmal19-Jan-06 4:19
hmklakmal19-Jan-06 4:19 
AnswerRe: Exploring Windows Pin
Dave Kreskowiak19-Jan-06 7:06
mveDave Kreskowiak19-Jan-06 7:06 
QuestionLabel Printing Pin
cberam19-Jan-06 0:51
cberam19-Jan-06 0:51 
AnswerRe: Label Printing Pin
Dave Kreskowiak19-Jan-06 6:20
mveDave Kreskowiak19-Jan-06 6:20 
QuestionPleaaaaaaaase help??!! Pin
flashmemory19-Jan-06 0:36
flashmemory19-Jan-06 0:36 
AnswerRe: Pleaaaaaaaase help??!! Pin
Ritesh123419-Jan-06 1:03
Ritesh123419-Jan-06 1:03 
AnswerRe: Pleaaaaaaaase help??!! Pin
Dave Kreskowiak19-Jan-06 6:19
mveDave Kreskowiak19-Jan-06 6:19 
QuestionSerious Problem on Memory Usage Pin
cylix200018-Jan-06 23:24
cylix200018-Jan-06 23:24 
AnswerRe: Serious Problem on Memory Usage Pin
Owner drawn19-Jan-06 0:33
Owner drawn19-Jan-06 0: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.