Click here to Skip to main content
15,921,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: differnce betwen Me.Close() and Me.Dispose() Pin
~Khatri Mitesh~23-Oct-08 21:41
~Khatri Mitesh~23-Oct-08 21:41 
GeneralRe: differnce betwen Me.Close() and Me.Dispose() Pin
N a v a n e e t h23-Oct-08 22:31
N a v a n e e t h23-Oct-08 22:31 
AnswerRe: differnce betwen Me.Close() and Me.Dispose() Pin
N a v a n e e t h23-Oct-08 22:32
N a v a n e e t h23-Oct-08 22:32 
AnswerRe: differnce betwen Me.Close() and Me.Dispose() Pin
Daniel Grunwald23-Oct-08 23:05
Daniel Grunwald23-Oct-08 23:05 
QuestionHow to Serializable OracleConnection Pin
lucdt23-Oct-08 18:07
lucdt23-Oct-08 18:07 
AnswerRe: How to Serializable OracleConnection Pin
Dave Kreskowiak24-Oct-08 1:35
mveDave Kreskowiak24-Oct-08 1:35 
GeneralRe: How to Serializable OracleConnection Pin
lucdt24-Oct-08 17:38
lucdt24-Oct-08 17:38 
AnswerRe: How to Serializable OracleConnection Pin
Wendelius24-Oct-08 7:59
mentorWendelius24-Oct-08 7:59 
You cannot do this and even if you could there's no point.

Separate your application logic to at least 4 different layers:
- database
- data access layer (the only layer that has to use OracleConnection)
- business logic layer
- UI layer

The layers communicate only with the layer above or underneath so the UI layer does not communicate with DAL and certainly not with the database.

There are several good walkthroughs and articles about this in the internet.

The need to optimize rises from a bad design.

My articles[^]

GeneralRe: How to Serializable OracleConnection Pin
Anh trang24-Oct-08 17:29
Anh trang24-Oct-08 17:29 
Questionupdating database through datagrid - HELP PLEASE! Pin
libbypop23-Oct-08 17:44
libbypop23-Oct-08 17:44 
AnswerRe: updating database through datagrid - HELP PLEASE! Pin
Johan Hakkesteegt24-Oct-08 0:41
Johan Hakkesteegt24-Oct-08 0:41 
QuestionData validation in a textbox Pin
saypokguy23-Oct-08 14:03
saypokguy23-Oct-08 14:03 
AnswerRe: Data validation in a textbox Pin
Rupesh Kumar Swami23-Oct-08 20:50
Rupesh Kumar Swami23-Oct-08 20:50 
AnswerRe: Data validation in a textbox Pin
Wendelius24-Oct-08 8:20
mentorWendelius24-Oct-08 8:20 
Questiontextbox Pin
kewyn23-Oct-08 8:58
kewyn23-Oct-08 8:58 
AnswerRe: textbox Pin
Dave Kreskowiak23-Oct-08 9:06
mveDave Kreskowiak23-Oct-08 9:06 
GeneralRe: textbox Pin
kewyn23-Oct-08 9:19
kewyn23-Oct-08 9:19 
GeneralRe: textbox Pin
Dave Kreskowiak23-Oct-08 10:44
mveDave Kreskowiak23-Oct-08 10:44 
GeneralRe: textbox Pin
Guffa23-Oct-08 13:58
Guffa23-Oct-08 13:58 
QuestionHow do you get the rectangular coordinates for Bookmarks in Word 2000 / 2003 ? Pin
Tomb42123-Oct-08 8:09
Tomb42123-Oct-08 8:09 
Questiontext box Pin
kewyn23-Oct-08 7:55
kewyn23-Oct-08 7:55 
AnswerRe: text box Pin
Dave Kreskowiak23-Oct-08 8:24
mveDave Kreskowiak23-Oct-08 8:24 
QuestionNeed Despriate Help with LPR printing Pin
Trey549823-Oct-08 7:47
Trey549823-Oct-08 7:47 
AnswerRe: Need Despriate Help with LPR printing Pin
Dave Kreskowiak23-Oct-08 9:03
mveDave Kreskowiak23-Oct-08 9:03 
GeneralRe: Need Despriate Help with LPR printing Pin
Trey549823-Oct-08 9:26
Trey549823-Oct-08 9:26 

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.