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

.NET (Core and Framework)

 
QuestionHow to transfer large files over network though networkstream ? [modified] Pin
tamour28-May-08 4:43
tamour28-May-08 4:43 
AnswerRe: How to transfer large files over network though networkstream ? Pin
led mike29-May-08 4:26
led mike29-May-08 4:26 
Answer.Net and Document & Imaging Pin
Chrispie12327-May-08 12:16
Chrispie12327-May-08 12:16 
QuestionSocket.Select() timeout error? Pin
invictus327-May-08 11:57
invictus327-May-08 11:57 
AnswerRe: Socket.Select() timeout error? Pin
Colin Angus Mackay27-May-08 13:22
Colin Angus Mackay27-May-08 13:22 
AnswerRe: Socket.Select() timeout error? Pin
led mike28-May-08 4:39
led mike28-May-08 4:39 
QuestionTableAdapter.Update problem Pin
ford8627-May-08 10:46
ford8627-May-08 10:46 
AnswerRe: TableAdapter.Update problem Pin
Mike Dimmick28-May-08 5:32
Mike Dimmick28-May-08 5:32 
Which DataAdapter class are you using? If you're using the OdbcXxx family, ensure you're using the Access ODBC driver directly by specifying
Driver={Microsoft Access Driver (*.mdb)}
If using OLE DB (OleDbConnection etc) the situation is reversed - ensure that you're not trying to use the OLE DB wrapper around ODBC (MSDASQL). If you're using a DSN you will be using this implicitly, likewise if you don't specify a provider. Use this for OleDbConnection:
Provider=Microsoft.Jet.OLEDB.4.0
People have reported that although Jet is COM-based internally, ODBC connections can be faster because the P/Invoke overhead is lower than the COM Interop overhead.

As an experiment, you could see if the problem also occurs if using the other type of adapter, or with a different provider and database engine, e.g. SQL Server Compact Edition[^] (which is also an in-process database engine).


DoEvents: Generating unexpected recursion since 1991

GeneralRe: TableAdapter.Update problem Pin
ford8628-May-08 5:39
ford8628-May-08 5:39 
AnswerRe: TableAdapter.Update problem [modified] Pin
William Ten Broek3-Jun-08 16:12
William Ten Broek3-Jun-08 16:12 
Questionscrolling banner/marquee Pin
Learning26-May-08 3:49
Learning26-May-08 3:49 
AnswerRe: scrolling banner/marquee Pin
Vasudevan Deepak Kumar26-May-08 19:19
Vasudevan Deepak Kumar26-May-08 19:19 
QuestionReading external application field value... Pin
just3ala226-May-08 3:00
just3ala226-May-08 3:00 
AnswerRe: Reading external application field value... Pin
Derek Viljoen27-May-08 18:05
Derek Viljoen27-May-08 18:05 
AnswerRe: Reading external application field value... Pin
Tariq A Karim9-Jun-08 16:52
Tariq A Karim9-Jun-08 16:52 
QuestionIssue debugging the class liabrary Pin
Vipul Mehta26-May-08 2:42
Vipul Mehta26-May-08 2:42 
AnswerRe: Issue debugging the class liabrary Pin
Derek Viljoen27-May-08 18:07
Derek Viljoen27-May-08 18:07 
QuestionError:The request failed with HTTP status 400: Bad Request Pin
AshSah26-May-08 0:25
AshSah26-May-08 0:25 
AnswerRe: Error:The request failed with HTTP status 400: Bad Request Pin
paresh_joe26-May-08 2:55
paresh_joe26-May-08 2:55 
AnswerRe: Error:The request failed with HTTP status 400: Bad Request Pin
Peter Josefsson Sweden27-May-08 13:52
Peter Josefsson Sweden27-May-08 13:52 
AnswerRe: Error:The request failed with HTTP status 400: Bad Request Pin
Peter Josefsson Sweden27-May-08 13:54
Peter Josefsson Sweden27-May-08 13:54 
QuestionHow to determine vs 2005 sp1 is installed Pin
Mekong River26-May-08 0:18
Mekong River26-May-08 0:18 
AnswerRe: How to determine vs 2005 sp1 is installed Pin
Laddie26-May-08 1:48
Laddie26-May-08 1:48 
GeneralRe: How to determine vs 2005 sp1 is installed Pin
Mekong River26-May-08 15:28
Mekong River26-May-08 15:28 
AnswerRe: How to determine vs 2005 sp1 is installed Pin
Ed.Poore26-May-08 2:32
Ed.Poore26-May-08 2:32 

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.