Click here to Skip to main content
16,006,440 members
Home / Discussions / Database
   

Database

 
Generalvalidation problm Pin
Member 165962410-Jan-05 23:12
Member 165962410-Jan-05 23:12 
GeneralRe: validation problm Pin
Colin Angus Mackay10-Jan-05 23:24
Colin Angus Mackay10-Jan-05 23:24 
GeneralSyncing different DataAdapters Pin
Jim_Stanley10-Jan-05 11:44
Jim_Stanley10-Jan-05 11:44 
Generalbig problem Pin
WDI10-Jan-05 11:33
WDI10-Jan-05 11:33 
Generala very big problem Pin
WDI10-Jan-05 11:29
WDI10-Jan-05 11:29 
GeneralRe: a very big problem Pin
Colin Angus Mackay10-Jan-05 13:16
Colin Angus Mackay10-Jan-05 13:16 
GeneralExcelt and ADO .NET !!! made me cry now!!! Pin
fadee10-Jan-05 5:32
fadee10-Jan-05 5:32 
GeneralRe: Excelt and ADO .NET !!! made me cry now!!! Pin
Rob Graham10-Jan-05 13:53
Rob Graham10-Jan-05 13:53 
First and foremost, make sure the version of ADO is at least as high as your development box. The Jet drivers may not help if the ADO layer is not in synch.
find it here.[^]

second, I think the Extended Properties section should be in double quotes rather than single:
Extended Properties="Excel 8.0;HDR=YES;MAXSCANROWS =1";

You will need to escape the quotes or use an @ style literal string.

HDR=YES is the default, so you could ommit it. MAXSCANROWS =1 only considers the 1st row when determining column data types. I think the default is 8, so this part could also be ommitted, performance hit is negligible, and you appear to beleive the data types will be consistent. I have seen both of these be problematic with different versions of ADO.

The ISAM error usually seems to mean that the current version of ADO/jet did not like the connection string, so experimenting with the Extended properties to try the minimal specification (Just "EXCEL 8.0") should be worthwhile.

Why would anyone waste time arguing with an accountant about anything? Their sole function is to record what happenned, and any higher aspirations are mere delusions of grandeur. On the ladder of productive contributions they are the little rubber pads at the bottom that keep the thing from sliding out from under you. - Roger Wright
GeneralRe: Excelt and ADO .NET !!! made me cry now!!! Pin
fadee10-Jan-05 17:02
fadee10-Jan-05 17:02 
GeneralSQL Job Failed Pin
sayhigh9-Jan-05 16:09
sayhigh9-Jan-05 16:09 
GeneralProblem is.... Pin
KORCARI8-Jan-05 8:20
KORCARI8-Jan-05 8:20 
GeneralRe: Problem is.... Pin
mysorian9-Jan-05 3:35
professionalmysorian9-Jan-05 3:35 
QuestionHow can I... Pin
KORCARI7-Jan-05 13:33
KORCARI7-Jan-05 13:33 
AnswerRe: How can I... Pin
Roger Wright7-Jan-05 14:01
professionalRoger Wright7-Jan-05 14:01 
GeneralMy problem... Pin
KORCARI7-Jan-05 13:30
KORCARI7-Jan-05 13:30 
GeneralRe: My problem... Pin
Colin Angus Mackay8-Jan-05 6:59
Colin Angus Mackay8-Jan-05 6:59 
GeneralSQL Statement Problem Pin
Anonymous7-Jan-05 5:24
Anonymous7-Jan-05 5:24 
GeneralRe: SQL Statement Problem Pin
Mike Ellison7-Jan-05 5:33
Mike Ellison7-Jan-05 5:33 
GeneralRe: SQL Statement Problem Pin
Anonymous7-Jan-05 8:22
Anonymous7-Jan-05 8:22 
GeneralRe: SQL Statement Problem Pin
Mike Ellison7-Jan-05 9:14
Mike Ellison7-Jan-05 9:14 
GeneralRe: SQL Statement Problem Pin
Anonymous7-Jan-05 10:23
Anonymous7-Jan-05 10:23 
GeneralRe: SQL Statement Problem Pin
Colin Angus Mackay7-Jan-05 10:39
Colin Angus Mackay7-Jan-05 10:39 
GeneralRe: SQL Statement Problem Pin
Anonymous7-Jan-05 11:07
Anonymous7-Jan-05 11:07 
GeneralRe: SQL Statement Problem Pin
Colin Angus Mackay7-Jan-05 11:13
Colin Angus Mackay7-Jan-05 11:13 
GeneralRe: SQL Statement Problem Pin
Colin Angus Mackay7-Jan-05 10:42
Colin Angus Mackay7-Jan-05 10:42 

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.