Click here to Skip to main content
15,923,909 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralFound the solution Pin
Jim Taylor6-May-03 9:47
Jim Taylor6-May-03 9:47 
GeneralCalling Non-Com functions from VB.NET Pin
ekareem5-May-03 18:14
ekareem5-May-03 18:14 
GeneralSQL Select statment Pin
iluha5-May-03 12:41
iluha5-May-03 12:41 
GeneralRe: SQL Select statment Pin
ScaleOvenStove5-May-03 13:18
ScaleOvenStove5-May-03 13:18 
GeneralRe: SQL Select statment Pin
iluha5-May-03 14:18
iluha5-May-03 14:18 
GeneralRe: SQL Select statment Pin
Nick Parker10-May-03 11:44
protectorNick Parker10-May-03 11:44 
QuestionServices - prevent from being stopped? Pin
Mike Mestemaker5-May-03 7:54
Mike Mestemaker5-May-03 7:54 
AnswerRe: Services - prevent from being stopped? Pin
Ray Cassick5-May-03 8:14
Ray Cassick5-May-03 8:14 
I don't think that you can prevent the service form being shutdown.

If all you are trying to do is preserve the integrity of the data that you are importing you can look into other ways to do this, perhaps locally creating the record set then adding it to the DB (this might be faster then adding it to the DB as you read from the file), or try adding the data to the DB inside of a transaction. That way it can be aborted if someone decides to stop in the middle and you won't get partial processed data.


Paul Watson wrote:
"At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."
Jörgen Sigvardsson wrote:
If the physicists find a universal theory describing the laws of universe, I'm sure the a**hole constant will be an integral part of that theory.


AnswerRe: Services - prevent from being stopped? Pin
Heath Stewart5-May-03 8:26
protectorHeath Stewart5-May-03 8:26 
GeneralRe: Services - prevent from being stopped? Pin
Mike Mestemaker5-May-03 11:48
Mike Mestemaker5-May-03 11:48 
GeneralRe: Services - prevent from being stopped? Pin
Heath Stewart6-May-03 1:23
protectorHeath Stewart6-May-03 1:23 
AnswerRe: Services - prevent from being stopped? Pin
ekareem5-May-03 18:57
ekareem5-May-03 18:57 
GeneralWeb Browser Control in VB.Net Pin
ScaleOvenStove4-May-03 7:13
ScaleOvenStove4-May-03 7:13 
GeneralPrint Listview control to printer Pin
pradipta3-May-03 1:57
pradipta3-May-03 1:57 
GeneralReplacement for "line"-contol. Pin
Ralf Friedrich Hain2-May-03 22:01
Ralf Friedrich Hain2-May-03 22:01 
GeneralWindows Comman Taks in VB.NET Pin
Villly2-May-03 20:48
Villly2-May-03 20:48 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap2-May-03 20:53
J. Dunlap2-May-03 20:53 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly2-May-03 21:01
Villly2-May-03 21:01 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly6-May-03 1:54
Villly6-May-03 1:54 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap6-May-03 10:43
J. Dunlap6-May-03 10:43 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly6-May-03 20:14
Villly6-May-03 20:14 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly9-May-03 21:39
Villly9-May-03 21:39 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap9-May-03 21:55
J. Dunlap9-May-03 21:55 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly9-May-03 22:36
Villly9-May-03 22:36 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap12-May-03 8:09
J. Dunlap12-May-03 8:09 

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.