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

.NET (Core and Framework)

 
GeneralRe: VS solution backup Pin
brian5524-Jan-05 9:30
brian5524-Jan-05 9:30 
GeneralRe: VS solution backup Pin
Charlie Williams24-Jan-05 10:07
Charlie Williams24-Jan-05 10:07 
GeneralRe: VS solution backup Pin
brian5524-Jan-05 16:08
brian5524-Jan-05 16:08 
GeneralRe: VS solution backup Pin
Charlie Williams25-Jan-05 6:43
Charlie Williams25-Jan-05 6:43 
QuestionHow I can save a RichTextBox.Rtf property as a simple html-page ? Pin
Member 76109421-Jan-05 0:54
Member 76109421-Jan-05 0:54 
Generalwindows taskbar Pin
peterzorbas20-Jan-05 10:14
peterzorbas20-Jan-05 10:14 
GeneralRe: windows taskbar Pin
bneacetp26-Jan-05 0:59
bneacetp26-Jan-05 0:59 
QuestionHow do i Know someone really knows .NET Pin
Roddy6620-Jan-05 7:33
Roddy6620-Jan-05 7:33 
AnswerRe: How do i Know someone really knows .NET Pin
Anonymous20-Jan-05 10:23
Anonymous20-Jan-05 10:23 
GeneralRe: How do i Know someone really knows .NET Pin
Colin Angus Mackay21-Jan-05 0:08
Colin Angus Mackay21-Jan-05 0:08 
AnswerRe: How do i Know someone really knows .NET Pin
Colin Angus Mackay21-Jan-05 3:33
Colin Angus Mackay21-Jan-05 3:33 
AnswerRe: How do i Know someone really knows .NET Pin
Steven Campbell21-Jan-05 7:30
Steven Campbell21-Jan-05 7:30 
GeneralSqlDataReader fails with multiple resultsets Pin
Husein20-Jan-05 3:58
Husein20-Jan-05 3:58 
GeneralRe: SqlDataReader fails with multiple resultsets Pin
Anonymous20-Jan-05 10:31
Anonymous20-Jan-05 10:31 
GeneralGetting error message "operation could not be completed' Pin
jthundiyil20-Jan-05 0:10
jthundiyil20-Jan-05 0:10 
GeneralRe: Getting error message "operation could not be completed' Pin
saadiyah24-Jan-05 8:10
saadiyah24-Jan-05 8:10 
QuestionInternational / Localized Path names? Pin
John Guin19-Jan-05 10:08
John Guin19-Jan-05 10:08 
AnswerRe: International / Localized Path names? Pin
Robert Rohde19-Jan-05 19:45
Robert Rohde19-Jan-05 19:45 
AnswerRe: International / Localized Path names? Pin
Anonymous25-Jan-05 4:34
Anonymous25-Jan-05 4:34 
GeneralProperty Grid control Pin
kstoj19-Jan-05 7:25
kstoj19-Jan-05 7:25 
QuestionWhy using Microsoft DAAB with COM+is Bad practice? Pin
AshishRawat19-Jan-05 6:11
AshishRawat19-Jan-05 6:11 
GeneralISupportInitialize Pin
Sendilkumar.M19-Jan-05 2:53
Sendilkumar.M19-Jan-05 2:53 
Generalauthorization and profile application block Pin
tigertwareg18-Jan-05 6:44
tigertwareg18-Jan-05 6:44 
GeneralReading XLS files in C#, but cell contents are truncated Pin
taz_hexland18-Jan-05 6:27
taz_hexland18-Jan-05 6:27 
GeneralRe: Reading XLS files in C#, but cell contents are truncated Pin
Rob Graham19-Jan-05 3:22
Rob Graham19-Jan-05 3:22 
The Excel Providers default behavior is to determine the column datatypes by scanning the first 8 rows. This is can be modified somewhat by setting the MAXSCANROWS property in your connection string (in the EXTENDED PROPERTIES part). This accepts a range of values 0-16. 0 means scan the whole table. If you scan the whole table column data types will be based on a 'majority rules basis, which can cause columns with mixed text and numeric data to start failing one or the other. Another alternative might be to set IMEX=1 in the connection string (also Extended prperties). this sets 'import export mode" so all columns are interpreted as text regardless of content. Not sure how this agfects the string length determination, but it might be the best bet for your situation.

Anger is the most impotent of passions. It effects nothing it goes about, and hurts the one who is possessed by it more than the one against whom it is directed.
Carl Sandburg

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.