Click here to Skip to main content
16,004,678 members
Home / Discussions / Database
   

Database

 
AnswerRe: Change jobs/majors Pin
Mycroft Holmes11-Sep-08 14:40
professionalMycroft Holmes11-Sep-08 14:40 
Questionhow to convert dd/mm/yyyy format of date to date month, year Pin
chandra vempati11-Sep-08 7:53
chandra vempati11-Sep-08 7:53 
AnswerRe: how to convert dd/mm/yyyy format of date to date month, year [modified] Pin
Blue_Boy11-Sep-08 8:36
Blue_Boy11-Sep-08 8:36 
AnswerRe: how to convert dd/mm/yyyy format of date to date month, year Pin
Mycroft Holmes11-Sep-08 14:42
professionalMycroft Holmes11-Sep-08 14:42 
AnswerRe: how to convert dd/mm/yyyy format of date to date month, year Pin
dojohansen12-Sep-08 1:48
dojohansen12-Sep-08 1:48 
QuestionMid-cursor UPDATE resets IAsyncResult.IsComplete. How to fix? [modified] Pin
Gregory Gadow11-Sep-08 7:42
Gregory Gadow11-Sep-08 7:42 
AnswerRe: Mid-cursor UPDATE resets IAsyncResult.IsComplete. How to fix? Pin
dojohansen12-Sep-08 1:55
dojohansen12-Sep-08 1:55 
GeneralRe: Mid-cursor UPDATE resets IAsyncResult.IsComplete. How to fix? Pin
dojohansen12-Sep-08 2:05
dojohansen12-Sep-08 2:05 
By the way, multiple threads are of course used with your current technique, and perhaps you do not need any async flag in your connection string - could be worth trying at least.

We make fairly heavy use of background threads to execute long-running queries in our product, though we create the threads explicitly and have implemented a polling system that makes it easy to run any code in the background and poll a business object for information. We have to use a polling model because it's a web application, ie. a client-server solution, and with this in place the reusable bit takes care of thread management (including queueing), generating polls from the client and performing a callback to a client-side function so we can update the user interface on the fly. We've had lots of bugs of course but they've always been logical and due to errors we made in our code, not the result of any quirks or bugs elsewhere.
AnswerResolution found, and BOY, is it an odd one Pin
Gregory Gadow15-Sep-08 4:48
Gregory Gadow15-Sep-08 4:48 
Questionredundant data Pin
harcaype11-Sep-08 3:08
harcaype11-Sep-08 3:08 
AnswerRe: redundant data Pin
Ashfield11-Sep-08 3:15
Ashfield11-Sep-08 3:15 
AnswerRe: redundant data Pin
harcaype11-Sep-08 4:47
harcaype11-Sep-08 4:47 
GeneralRe: redundant data Pin
Ashfield11-Sep-08 8:31
Ashfield11-Sep-08 8:31 
AnswerRe: redundant data Pin
Paul Conrad11-Sep-08 6:32
professionalPaul Conrad11-Sep-08 6:32 
QuestionScheduled jobs problem Pin
annu0811-Sep-08 3:03
annu0811-Sep-08 3:03 
AnswerRe: Scheduled jobs problem Pin
Mycroft Holmes11-Sep-08 14:57
professionalMycroft Holmes11-Sep-08 14:57 
QuestionProblem On Querry help!! Pin
papy-boom11-Sep-08 2:11
papy-boom11-Sep-08 2:11 
AnswerRe: Problem On Querry help!! Pin
Blue_Boy11-Sep-08 2:53
Blue_Boy11-Sep-08 2:53 
QuestionReading Excel cell type with OleDB (MFC) Pin
giangi8310-Sep-08 22:37
giangi8310-Sep-08 22:37 
QuestionUsing Between two Dates. Pin
Rajiya10-Sep-08 21:37
Rajiya10-Sep-08 21:37 
AnswerRe: Using Between two Dates. Pin
Ashfield10-Sep-08 23:12
Ashfield10-Sep-08 23:12 
GeneralRe: Using Between two Dates. Pin
Wendelius11-Sep-08 5:46
mentorWendelius11-Sep-08 5:46 
AnswerRe: Using Between two Dates. Pin
nelsonpaixao11-Sep-08 13:49
nelsonpaixao11-Sep-08 13:49 
QuestionJobs succeeds when executed manually but fails when scheduled Pin
annu0810-Sep-08 21:20
annu0810-Sep-08 21:20 
AnswerRe: Jobs succeeds when executed manually but fails when scheduled Pin
Ashfield10-Sep-08 23:14
Ashfield10-Sep-08 23:14 

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.