Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DLL Registration Pin
xrunner14-Mar-07 11:19
xrunner14-Mar-07 11:19 
GeneralRe: DLL Registration Pin
Dave Kreskowiak14-Mar-07 12:05
mveDave Kreskowiak14-Mar-07 12:05 
Questionlandscape and portrait options Pin
amaneet2-Mar-07 3:09
amaneet2-Mar-07 3:09 
AnswerRe: landscape and portrait options Pin
JUNEYT2-Mar-07 8:00
JUNEYT2-Mar-07 8:00 
Questioninterface problem Pin
amaneet2-Mar-07 3:05
amaneet2-Mar-07 3:05 
AnswerRe: interface problem Pin
Colin Angus Mackay2-Mar-07 3:12
Colin Angus Mackay2-Mar-07 3:12 
Questionconnection types Pin
amaneet2-Mar-07 2:55
amaneet2-Mar-07 2:55 
AnswerRe: connection types Pin
Colin Angus Mackay2-Mar-07 3:08
Colin Angus Mackay2-Mar-07 3:08 
amaneet wrote:
I mean if the application is based on three database.Can this be possible to lock the database and keep it open.and simultaneoluly open the another database.


You can open as many connections as the databases will allow. However, remember that the preferred pattern is to open a connection, perform the query and then close the connection as quickly as possible so you don't tie up resources.


amaneet wrote:
I finally wanted to know the various types of connection


There are as many types of connections as databases that support the .NET Framework.


GeneralRe: connection types Pin
amaneet2-Mar-07 3:10
amaneet2-Mar-07 3:10 
GeneralRe: connection types Pin
Colin Angus Mackay2-Mar-07 3:13
Colin Angus Mackay2-Mar-07 3:13 
GeneralRe: connection types Pin
chandru702-Mar-07 18:09
chandru702-Mar-07 18:09 
GeneralRe: connection types Pin
Colin Angus Mackay2-Mar-07 22:59
Colin Angus Mackay2-Mar-07 22:59 
Questiondat time format Pin
amaneet2-Mar-07 2:48
amaneet2-Mar-07 2:48 
AnswerRe: dat time format Pin
Colin Angus Mackay2-Mar-07 3:06
Colin Angus Mackay2-Mar-07 3:06 
Questionstoring images in the database Pin
amaneet2-Mar-07 2:46
amaneet2-Mar-07 2:46 
AnswerRe: storing images in the database Pin
Dave Kreskowiak2-Mar-07 5:17
mveDave Kreskowiak2-Mar-07 5:17 
AnswerRe: storing images in the database Pin
JUNEYT2-Mar-07 5:23
JUNEYT2-Mar-07 5:23 
QuestionTransactions in vb.net Pin
amaneet2-Mar-07 2:27
amaneet2-Mar-07 2:27 
AnswerRe: Transactions in vb.net Pin
Dave Kreskowiak2-Mar-07 5:16
mveDave Kreskowiak2-Mar-07 5:16 
Questionmasked textbox in vb.net Pin
amaneet2-Mar-07 2:23
amaneet2-Mar-07 2:23 
AnswerRe: masked textbox in vb.net Pin
JUNEYT2-Mar-07 2:39
JUNEYT2-Mar-07 2:39 
GeneralRe: masked textbox in vb.net Pin
amaneet2-Mar-07 2:51
amaneet2-Mar-07 2:51 
GeneralRe: masked textbox in vb.net Pin
JUNEYT2-Mar-07 5:14
JUNEYT2-Mar-07 5:14 
QuestionHow to convert DRM protected audio files to unprotected audio files Pin
Balakrish2-Mar-07 1:49
Balakrish2-Mar-07 1:49 
AnswerRe: How to convert DRM protected audio files to unprotected audio files Pin
Dave Kreskowiak2-Mar-07 4:47
mveDave Kreskowiak2-Mar-07 4:47 

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.