Click here to Skip to main content
15,906,296 members
Home / Discussions / Database
   

Database

 
GeneralSo I know this guy... Pin
code-frog1-May-07 12:24
professionalcode-frog1-May-07 12:24 
GeneralRe: So I know this guy... Pin
Rob Graham1-May-07 12:54
Rob Graham1-May-07 12:54 
GeneralRe: So I know this guy... Pin
Jerry Hammond1-May-07 18:00
Jerry Hammond1-May-07 18:00 
GeneralRe: So I know this guy... Pin
Colin Angus Mackay2-May-07 0:00
Colin Angus Mackay2-May-07 0:00 
QuestionSqlServer 2005 File Permission Issues Pin
Aaron VanWieren1-May-07 11:19
Aaron VanWieren1-May-07 11:19 
QuestionXML-document into SQL-Column and back Pin
chrstn1-May-07 10:45
chrstn1-May-07 10:45 
QuestionSQL 2000 won't import data Pin
Bryan Bradford1-May-07 7:07
Bryan Bradford1-May-07 7:07 
AnswerRe: SQL 2000 won't import data Pin
Marcus J. Smith1-May-07 8:40
professionalMarcus J. Smith1-May-07 8:40 
I believe this may be an issue with your Jet Driver for Excel. What happens is that it decides within 8 records by default what type the column is. There is a registry change that will need to be made in order to overcome this, if it is the same cause that I am describing.

Solution from the link follows[^]

onedaywhen wrote:
Hkey_Local_Machine/Software/Microsoft/Jet/4.0/Engines/Excel/TypeGuessRows
Hkey_Local_Machine/Software/Microsoft/Jet/4.0/Engines/Excel/ImportMixedTypes

TypeGuessRows: setting the value to 0 (zero) will force ADO to scan
all column values before choosing the appropriate data type.

ImportMixedTypes: should be set to value 'Text' i.e. import mixed-type
columns as text:

Using IMEX=1 in the connection string (as you have done) ensures the
registry setting is applied.



CleaKO

"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that.'" - Tommy (Tommy Boy)
"Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School)

GeneralRe: SQL 2000 won't import data Pin
Bryan Bradford1-May-07 11:29
Bryan Bradford1-May-07 11:29 
QuestionHow can I minimize a datatable's memory usage? Pin
Marcus J. Smith1-May-07 6:59
professionalMarcus J. Smith1-May-07 6:59 
AnswerRe: How can I minimize a datatable's memory usage? Pin
kubben1-May-07 7:21
kubben1-May-07 7:21 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith1-May-07 8:01
professionalMarcus J. Smith1-May-07 8:01 
GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben1-May-07 8:04
kubben1-May-07 8:04 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith1-May-07 8:17
professionalMarcus J. Smith1-May-07 8:17 
GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben1-May-07 8:26
kubben1-May-07 8:26 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith2-May-07 10:08
professionalMarcus J. Smith2-May-07 10:08 
GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben2-May-07 10:28
kubben2-May-07 10:28 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith2-May-07 10:52
professionalMarcus J. Smith2-May-07 10:52 
GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben2-May-07 12:37
kubben2-May-07 12:37 
QuestionO/R Mapping Recomendations Pin
Tristan Rhodes1-May-07 6:38
Tristan Rhodes1-May-07 6:38 
AnswerRe: O/R Mapping Recomendations Pin
Pete O'Hanlon1-May-07 22:42
mvePete O'Hanlon1-May-07 22:42 
Questionaccess to sql server Pin
Tamimi - Code1-May-07 3:11
Tamimi - Code1-May-07 3:11 
AnswerRe: access to sql server Pin
Colin Angus Mackay1-May-07 3:55
Colin Angus Mackay1-May-07 3:55 
Questionplease help me in this very urgent Pin
Vinay Dornala1-May-07 2:46
Vinay Dornala1-May-07 2:46 
AnswerRe: please help me in this very urgent Pin
Colin Angus Mackay1-May-07 4:04
Colin Angus Mackay1-May-07 4:04 

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.