Click here to Skip to main content
15,913,758 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionxds Pin
postonoh29-Sep-08 11:35
postonoh29-Sep-08 11:35 
AnswerRe: xds Pin
Dave Kreskowiak29-Sep-08 11:55
mveDave Kreskowiak29-Sep-08 11:55 
QuestionAdding a string to an existing byte array Pin
Scott Barbour29-Sep-08 11:05
Scott Barbour29-Sep-08 11:05 
AnswerRe: Adding a string to an existing byte array Pin
Dave Kreskowiak29-Sep-08 11:53
mveDave Kreskowiak29-Sep-08 11:53 
AnswerRe: Adding a string to an existing byte array Pin
Guffa30-Sep-08 3:17
Guffa30-Sep-08 3:17 
GeneralRe: Adding a string to an existing byte array Pin
Scott Barbour30-Sep-08 4:39
Scott Barbour30-Sep-08 4:39 
QuestionSlow execution in VB6 whil very fast from SQL Server Query Analyzer Pin
Fadou29-Sep-08 2:00
Fadou29-Sep-08 2:00 
AnswerRe: Slow execution in VB6 whil very fast from SQL Server Query Analyzer Pin
akimba29-Sep-08 2:54
akimba29-Sep-08 2:54 
i would imagine that one of the tables is getting locked (see http://www.mssqlcity.com/Articles/General/sql2000_locking.htm for locking info) If you are entering data then the SQL Server will lock the row or maybe the table to stop other people changing it will your are to keep integerity.

You can get around it for your query by using the nolock feature

SELECT * FROM TableA WITH (nolock) INNER JOIN TableB WITH (nolock) etc.

Otherwise can you provide more info on what the app does etc

Regards

AKimba Wink | ;-)
GeneralRe: Slow execution in VB6 whil very fast from SQL Server Query Analyzer Pin
Jon_Boy29-Sep-08 3:58
Jon_Boy29-Sep-08 3:58 
QuestionMerge modules for crystal reports, VS 2005 Pin
Michelange MUBERUKA28-Sep-08 23:41
Michelange MUBERUKA28-Sep-08 23:41 
AnswerRe: Merge modules for crystal reports, VS 2005 Pin
Dave Kreskowiak29-Sep-08 1:45
mveDave Kreskowiak29-Sep-08 1:45 
QuestionHelp using IMAPI2 Pin
johnjsm28-Sep-08 21:44
johnjsm28-Sep-08 21:44 
Questionconnection string Pin
member2728-Sep-08 21:22
member2728-Sep-08 21:22 
AnswerRe: connection string Pin
Mycroft Holmes29-Sep-08 15:54
professionalMycroft Holmes29-Sep-08 15:54 
QuestionHow to add New row datagridview with checkboxcell in all columns Pin
kedarrkulkarni28-Sep-08 20:20
kedarrkulkarni28-Sep-08 20:20 
AnswerRe: How to add New row datagridview with checkboxcell in all columns Pin
C1AllenS29-Sep-08 0:06
C1AllenS29-Sep-08 0:06 
QuestionVB 6.0 to VB.Net Migration OCXState problem Pin
akanchu28-Sep-08 18:04
akanchu28-Sep-08 18:04 
AnswerRe: VB 6.0 to VB.Net Migration OCXState problem Pin
Paul Conrad28-Sep-08 18:42
professionalPaul Conrad28-Sep-08 18:42 
AnswerRe: VB 6.0 to VB.Net Migration OCXState problem Pin
Ashfield28-Sep-08 21:32
Ashfield28-Sep-08 21:32 
AnswerRe: VB 6.0 to VB.Net Migration OCXState problem Pin
Dave Kreskowiak29-Sep-08 1:41
mveDave Kreskowiak29-Sep-08 1:41 
QuestionHow to filter automated web requests in asp.net Pin
developer10@gmail.com28-Sep-08 2:50
developer10@gmail.com28-Sep-08 2:50 
AnswerRe: How to filter automated web requests in asp.net Pin
Wendelius28-Sep-08 4:42
mentorWendelius28-Sep-08 4:42 
QuestionClose 'alert' windows in webbrowser control Pin
Member 377616228-Sep-08 0:37
Member 377616228-Sep-08 0:37 
QuestionTimer_Tick event not called Pin
Sonhospa28-Sep-08 0:30
Sonhospa28-Sep-08 0:30 
AnswerRe: Timer_Tick event not called Pin
Wendelius28-Sep-08 4:40
mentorWendelius28-Sep-08 4:40 

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.