Click here to Skip to main content
15,892,005 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Debug is Slow Pin
[Marc]12-Aug-05 8:01
[Marc]12-Aug-05 8:01 
GeneralRe: Debug is Slow Pin
Dan Neely12-Aug-05 8:27
Dan Neely12-Aug-05 8:27 
GeneralRe: Debug is Slow Pin
[Marc]12-Aug-05 8:36
[Marc]12-Aug-05 8:36 
GeneralRe: Debug is Slow Pin
S. Senthil Kumar12-Aug-05 20:24
S. Senthil Kumar12-Aug-05 20:24 
GeneralRe: Debug is Slow Pin
FTrader17-Aug-05 13:54
FTrader17-Aug-05 13:54 
GeneralGUID generation at run time Pin
namita_jain11-Aug-05 19:44
namita_jain11-Aug-05 19:44 
GeneralRe: GUID generation at run time Pin
[Marc]12-Aug-05 8:14
[Marc]12-Aug-05 8:14 
Questionvb.net Shell() successful? Pin
partt11-Aug-05 7:35
partt11-Aug-05 7:35 
I execute the following command, but want to see if it successfully created the xml file:

cmd = "bcp ""select * from dbName..tableName where StudyNo = " & SN & """ queryout c:\tResultQue.xml -c -S servername -U uname -P pwd"
Shell(cmd)

I tried the following, but it won't work as it executes before the file is created:

If File.Exists("c:\tResultQue.xml") Then
'success
Else
'failed
End If

Thank you for any help!
AnswerRe: vb.net Shell() successful? Pin
rwestgraham11-Aug-05 8:08
rwestgraham11-Aug-05 8:08 
GeneralRe: vb.net Shell() successful? RESOLVED Pin
partt11-Aug-05 8:29
partt11-Aug-05 8:29 
QuestionXmlTextReader ignores the 'encoding=...' definition? Pin
Thomas Schittli11-Aug-05 5:16
Thomas Schittli11-Aug-05 5:16 
GeneralActiveX Control - Knowing when it's fully Init()ed Pin
mankeyrabbit10-Aug-05 12:16
mankeyrabbit10-Aug-05 12:16 
GeneralError deploying dll Pin
Ajay L S9-Aug-05 21:50
Ajay L S9-Aug-05 21:50 
GeneralCLR Allocation & De - Allocation Pin
mohsin_m9-Aug-05 21:40
mohsin_m9-Aug-05 21:40 
GeneralRe: CLR Allocation & De - Allocation Pin
Ali Sajadian10-Aug-05 1:15
Ali Sajadian10-Aug-05 1:15 
GeneralCalling Search Store Proc have problem Pin
Ali Sajadian9-Aug-05 20:29
Ali Sajadian9-Aug-05 20:29 
GeneralExporting native .Net Data types Pin
mohsin_m8-Aug-05 20:43
mohsin_m8-Aug-05 20:43 
GeneralRe: Exporting native .Net Data types Pin
J4amieC9-Aug-05 1:35
J4amieC9-Aug-05 1:35 
GeneralExporting .Net Data types Pin
mohsin_m8-Aug-05 20:41
mohsin_m8-Aug-05 20:41 
GeneralRe: Exporting .Net Data types Pin
Vasudevan Deepak Kumar8-Aug-05 20:59
Vasudevan Deepak Kumar8-Aug-05 20:59 
GeneralPassing String from DLL to C# Pin
mohsin_m8-Aug-05 20:28
mohsin_m8-Aug-05 20:28 
GeneralRe: Passing String from DLL to C# Pin
Christian Graus11-Aug-05 14:39
protectorChristian Graus11-Aug-05 14:39 
GeneralCalling C++ code from C# Pin
mohsin_m8-Aug-05 20:16
mohsin_m8-Aug-05 20:16 
GeneralRe: Calling C++ code from C# Pin
Mohamad Al Husseiny9-Aug-05 14:00
Mohamad Al Husseiny9-Aug-05 14:00 
GeneralRe: Calling C++ code from C# Pin
Wej Parry15-Aug-05 15:28
Wej Parry15-Aug-05 15:28 

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.