Click here to Skip to main content
15,906,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: help for screen capture Pin
Dave Kreskowiak14-Feb-07 16:07
mveDave Kreskowiak14-Feb-07 16:07 
Questionsingle connection Pin
taherjaorawala13-Feb-07 21:52
taherjaorawala13-Feb-07 21:52 
AnswerRe: single connection Pin
Tamimi - Code13-Feb-07 22:08
Tamimi - Code13-Feb-07 22:08 
GeneralRe: single connection Pin
taherjaorawala13-Feb-07 22:20
taherjaorawala13-Feb-07 22:20 
GeneralRe: single connection Pin
Tamimi - Code13-Feb-07 22:33
Tamimi - Code13-Feb-07 22:33 
GeneralRe: single connection Pin
taherjaorawala13-Feb-07 22:52
taherjaorawala13-Feb-07 22:52 
GeneralRe: single connection Pin
Navneet Hegde14-Feb-07 2:38
Navneet Hegde14-Feb-07 2:38 
AnswerRe: single connection Pin
Colin Angus Mackay14-Feb-07 5:05
Colin Angus Mackay14-Feb-07 5:05 
TIP: Share the connection STRING, but not the connection object. The connection will be pooled so opening and closing a connection has no performance impact.

When running a query the following is generally regarded as best practice: Aquire connection, perform query, release connection. Keeping the bit between aquiring the connection and releasing it again as short as possible.



QuestionEnable/Diseable Main menu Pin
charchabil0313-Feb-07 21:47
charchabil0313-Feb-07 21:47 
AnswerRe: Enable/Diseable Main menu Pin
TwoFaced13-Feb-07 22:26
TwoFaced13-Feb-07 22:26 
GeneralRe: Enable/Diseable Main menu Pin
charchabil0313-Feb-07 22:32
charchabil0313-Feb-07 22:32 
GeneralRe: Enable/Diseable Main menu Pin
TwoFaced13-Feb-07 22:36
TwoFaced13-Feb-07 22:36 
GeneralRe: Enable/Diseable Main menu Pin
charchabil0313-Feb-07 22:57
charchabil0313-Feb-07 22:57 
GeneralRe: Enable/Diseable Main menu Pin
TwoFaced14-Feb-07 6:53
TwoFaced14-Feb-07 6:53 
QuestionCustom Connection String Pin
taherjaorawala13-Feb-07 20:17
taherjaorawala13-Feb-07 20:17 
Questionadvice with converting my app to multiuser Pin
vbbeg13-Feb-07 19:09
vbbeg13-Feb-07 19:09 
AnswerRe: advice with converting my app to multiuser Pin
andyharman13-Feb-07 23:23
professionalandyharman13-Feb-07 23:23 
QuestionCCTV camera focus algorithm Pin
newb2vb13-Feb-07 18:32
newb2vb13-Feb-07 18:32 
QuestionI got this error "Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))" So pls...... Pin
somagunasekaran13-Feb-07 16:31
somagunasekaran13-Feb-07 16:31 
AnswerRe: I got this error "Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))" So pls...... Pin
Christian Graus13-Feb-07 17:04
protectorChristian Graus13-Feb-07 17:04 
GeneralRe: I got this error "Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))" So pls...... Pin
somagunasekaran13-Feb-07 17:26
somagunasekaran13-Feb-07 17:26 
GeneralRe: I got this error "Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))" So pls...... Pin
Christian Graus13-Feb-07 18:14
protectorChristian Graus13-Feb-07 18:14 
GeneralRe: I got this error "Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))" So pls...... Pin
somagunasekaran13-Feb-07 19:10
somagunasekaran13-Feb-07 19:10 
QuestionUsing text.replace and save Pin
Dave McCool13-Feb-07 14:28
Dave McCool13-Feb-07 14:28 
QuestionHTML Web Gen Pin
Dave McCool13-Feb-07 13:21
Dave McCool13-Feb-07 13:21 

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.