Click here to Skip to main content
16,018,496 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to Import tab delimited text file into Sybase using VB.Net Pin
VB Prog7-May-07 9:46
VB Prog7-May-07 9:46 
AnswerRe: How to Import tab delimited text file into Sybase using VB.Net Pin
VB Prog9-May-07 6:36
VB Prog9-May-07 6:36 
QuestionVB.Net - XML into a DB Pin
ukfrosty7-May-07 7:38
ukfrosty7-May-07 7:38 
AnswerRe: VB.Net - XML into a DB Pin
MatrixCoder7-May-07 18:44
MatrixCoder7-May-07 18:44 
Questioni need to manage exceptions how can i ? Pin
Hasan Jaffal7-May-07 3:58
Hasan Jaffal7-May-07 3:58 
AnswerRe: i need to manage exceptions how can i ? Pin
Rupesh Kumar Swami7-May-07 4:30
Rupesh Kumar Swami7-May-07 4:30 
GeneralRe: i need to manage exceptions how can i ? Pin
Hasan Jaffal7-May-07 4:39
Hasan Jaffal7-May-07 4:39 
GeneralRe: i need to manage exceptions how can i ? Pin
Rupesh Kumar Swami7-May-07 4:49
Rupesh Kumar Swami7-May-07 4:49 
hi lord

use this one for division by zero

try
' write code here
Catch ex As DivideByZeroException
msgbox("Tu as fait une division par zero")
end try



& for connection broken exception , presently i have no more idea but u can handle it manually( according to where this exception may occur)

try following one

Catch ex As data.
Catch ex As oledb
Catch ex As odbc
Catch ex As DataException

hope this helps




Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

GeneralRe: i need to manage exceptions how can i ? Pin
Hasan Jaffal7-May-07 4:56
Hasan Jaffal7-May-07 4:56 
GeneralRe: i need to manage exceptions how can i ? Pin
Rupesh Kumar Swami7-May-07 5:03
Rupesh Kumar Swami7-May-07 5:03 
GeneralRe: i need to manage exceptions how can i ? Pin
Hasan Jaffal7-May-07 5:11
Hasan Jaffal7-May-07 5:11 
AnswerRe: i need to manage exceptions how can i ? Pin
Christian Graus7-May-07 13:07
protectorChristian Graus7-May-07 13:07 
GeneralRe: i need to manage exceptions how can i ? Pin
Hasan Jaffal7-May-07 13:15
Hasan Jaffal7-May-07 13:15 
QuestionGetObject function question Pin
ganeshpulsars7-May-07 3:42
ganeshpulsars7-May-07 3:42 
AnswerRe: GetObject function question Pin
Dave Kreskowiak7-May-07 7:07
mveDave Kreskowiak7-May-07 7:07 
GeneralRe: GetObject function question Pin
ganeshpulsars7-May-07 17:57
ganeshpulsars7-May-07 17:57 
AnswerRe: GetObject function question Pin
nlarson117-May-07 7:10
nlarson117-May-07 7:10 
GeneralRe: GetObject function question Pin
ganeshpulsars7-May-07 18:09
ganeshpulsars7-May-07 18:09 
GeneralRe: GetObject function question Pin
Dave Kreskowiak8-May-07 2:02
mveDave Kreskowiak8-May-07 2:02 
GeneralRe: GetObject function question Pin
ganeshpulsars8-May-07 20:06
ganeshpulsars8-May-07 20:06 
QuestionWebbrowser Control in VB6 Pin
Kumaran21cen7-May-07 0:34
Kumaran21cen7-May-07 0:34 
AnswerRe: Webbrowser Control in VB6 Pin
nlarson117-May-07 7:25
nlarson117-May-07 7:25 
QuestionSQL Server Error Pin
Vimalsoft(Pty) Ltd7-May-07 0:07
professionalVimalsoft(Pty) Ltd7-May-07 0:07 
AnswerRe: SQL Server Error Pin
Dave Kreskowiak7-May-07 7:05
mveDave Kreskowiak7-May-07 7:05 
QuestionSubscript out of range Pin
Vimalsoft(Pty) Ltd6-May-07 22:48
professionalVimalsoft(Pty) Ltd6-May-07 22:48 

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.