Click here to Skip to main content
15,881,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Vb.net Crystal report Question? Pin
Salman Sheikh2-Sep-07 21:59
Salman Sheikh2-Sep-07 21:59 
QuestionHow to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd30-Aug-07 22:45
professionalVimalsoft(Pty) Ltd30-Aug-07 22:45 
AnswerRe: How to Combine two vb.net Projects in one Project Pin
Tom Deketelaere30-Aug-07 23:14
professionalTom Deketelaere30-Aug-07 23:14 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:26
professionalVimalsoft(Pty) Ltd31-Aug-07 1:26 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Tom Deketelaere31-Aug-07 1:34
professionalTom Deketelaere31-Aug-07 1:34 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:43
professionalVimalsoft(Pty) Ltd31-Aug-07 1:43 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 5:25
professionalVimalsoft(Pty) Ltd31-Aug-07 5:25 
QuestionDeleting Objects Pin
Daniel Kanev30-Aug-07 22:02
Daniel Kanev30-Aug-07 22:02 
Hi all,
I am thinking of how objects are deleted in Visual Basic 6.
I am now using ADO for DB operations and I am not sure if my program clears objects correctly.

I use the following code for creating a recordset

--------START------------

Dim RecSet as New ADODB.Recordset

'Execute query here

RecSet.Close

-------END----------------


That's it. I do not know how to proceed further with releasing the object. In Visual C++ I just
call the Release Method of the Recordset pointer and everything is fine. Does Visual Basic automatically clear the object for me?

Thank you!

modified 8-Mar-17 3:48am.

AnswerRe: Deleting Objects Pin
Naji El Kotob30-Aug-07 23:20
Naji El Kotob30-Aug-07 23:20 
AnswerRe: Deleting Objects Pin
Tom Deketelaere30-Aug-07 23:26
professionalTom Deketelaere30-Aug-07 23:26 
AnswerRe: Deleting Objects Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:27
professionalVimalsoft(Pty) Ltd31-Aug-07 1:27 
AnswerRe: Deleting Objects Pin
Daniel Kanev31-Aug-07 3:18
Daniel Kanev31-Aug-07 3:18 
QuestionSending an Email Pin
EvanSaunders30-Aug-07 21:26
EvanSaunders30-Aug-07 21:26 
AnswerRe: Sending an Email Pin
Naji El Kotob30-Aug-07 21:40
Naji El Kotob30-Aug-07 21:40 
GeneralRe: Sending an Email Pin
EvanSaunders30-Aug-07 21:45
EvanSaunders30-Aug-07 21:45 
Questionsplit function Pin
Rupesh Kumar Swami30-Aug-07 21:13
Rupesh Kumar Swami30-Aug-07 21:13 
AnswerRe: split function Pin
iprasad00730-Aug-07 21:26
iprasad00730-Aug-07 21:26 
GeneralRe: split function Pin
Rupesh Kumar Swami30-Aug-07 21:46
Rupesh Kumar Swami30-Aug-07 21:46 
AnswerRe: split function Pin
Tom Deketelaere30-Aug-07 22:51
professionalTom Deketelaere30-Aug-07 22:51 
GeneralRe: split function Pin
KeithF31-Aug-07 0:10
KeithF31-Aug-07 0:10 
GeneralRe: split function Pin
Rupesh Kumar Swami31-Aug-07 0:30
Rupesh Kumar Swami31-Aug-07 0:30 
AnswerRe: split function [modified] Pin
Fahad Sadah31-Aug-07 6:51
Fahad Sadah31-Aug-07 6:51 
QuestionVb.Net App does not allow system to log off when running Pin
thedom230-Aug-07 20:09
thedom230-Aug-07 20:09 
AnswerRe: Vb.Net App does not allow system to log off when running Pin
Colin Angus Mackay30-Aug-07 21:31
Colin Angus Mackay30-Aug-07 21:31 
GeneralRe: Vb.Net App does not allow system to log off when running Pin
thedom230-Aug-07 23:22
thedom230-Aug-07 23:22 

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.