Click here to Skip to main content
16,010,268 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: OdbcConnection.Close needs about 2 sec. How to solve? Pin
Ashfield13-Jun-08 3:58
Ashfield13-Jun-08 3:58 
GeneralRe: OdbcConnection.Close needs about 2 sec. How to solve? Pin
mp000116-Jun-08 23:52
mp000116-Jun-08 23:52 
Questionproblem with window service Pin
Ebube13-Jun-08 2:59
Ebube13-Jun-08 2:59 
AnswerRe: problem with window service Pin
Ashfield13-Jun-08 4:02
Ashfield13-Jun-08 4:02 
QuestionSpy++ download site Pin
Andy_ORS12-Jun-08 22:58
Andy_ORS12-Jun-08 22:58 
AnswerRe: Spy++ download site Pin
Ashfield13-Jun-08 0:17
Ashfield13-Jun-08 0:17 
Questioni have a doubt in popup window Pin
deepthy.p.m12-Jun-08 22:51
deepthy.p.m12-Jun-08 22:51 
AnswerRe: i have a doubt in popup window Pin
Chinners13-Jun-08 0:32
Chinners13-Jun-08 0:32 
RantRe: i have a doubt in popup window POSTED MULTIPLE TIMES IN MULTIPLE FORUMS!!!!!!!!!!! Pin
Ashfield13-Jun-08 1:59
Ashfield13-Jun-08 1:59 
Questioni have a doubt in popup window Pin
deepthy.p.m12-Jun-08 22:51
deepthy.p.m12-Jun-08 22:51 
QuestionHow to create mutil columns in datagridview (VB.2005) [modified] Pin
Member 303106912-Jun-08 21:42
Member 303106912-Jun-08 21:42 
AnswerRe: How to create mutil columns in datagridview (VB.2005) Pin
Steven J Jowett12-Jun-08 22:45
Steven J Jowett12-Jun-08 22:45 
JokeRe: How to create mutil columns in datagridview (VB.2005) Pin
Hasan Jaffal12-Jun-08 23:08
Hasan Jaffal12-Jun-08 23:08 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Ashfield12-Jun-08 23:52
Ashfield12-Jun-08 23:52 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Member 303106913-Jun-08 5:05
Member 303106913-Jun-08 5:05 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Member 303106913-Jun-08 5:01
Member 303106913-Jun-08 5:01 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Jay Royall13-Jun-08 5:50
Jay Royall13-Jun-08 5:50 
AnswerRe: How to create mutil columns in datagridview (VB.2005) Pin
ChandraRam13-Jun-08 0:18
ChandraRam13-Jun-08 0:18 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Member 303106913-Jun-08 4:59
Member 303106913-Jun-08 4:59 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Noctris18-Jun-08 0:55
Noctris18-Jun-08 0:55 
QuestionOLE createlink Error Pin
Hasan Jaffal12-Jun-08 21:01
Hasan Jaffal12-Jun-08 21:01 
AnswerRe: OLE createlink Error Pin
Sam Xavier13-Jun-08 9:41
Sam Xavier13-Jun-08 9:41 
QuestionRe: OLE createlink Error Pin
Hasan Jaffal13-Jun-08 22:26
Hasan Jaffal13-Jun-08 22:26 
Questionsql server >> create view Pin
Sebastian T Xavier12-Jun-08 18:47
Sebastian T Xavier12-Jun-08 18:47 
AnswerRe: sql server >> create view Pin
Ashfield12-Jun-08 21:13
Ashfield12-Jun-08 21:13 
Its easy enough to write yourself and generate a create view statement, but be careful of joins - you may end up with cartesian joins or joins where there are no indexes causing large tables scans. You can soon bring a database to a standstill if your are unaware of the structure and are inexperienced with sql.

Bob
Ashfield Consultants Ltd

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.