Myles
Frustrations with ADO
I'm using Static/ClientSide/BatchOptimistic
Datasets and the OLE DB Driver for SQL Server
I suppose in ADO's defense I'm using a kbmMemTable
in front of it and I have my own
database Metadata system so I don't require a
lot of its client side functions and
metadata
management but it is noisy (do a trace on what
it requests)
ie it will request the format (metadata of a query)
and then request the format of one column (the PK)
within that query (duh!) and will do this for every
little thing
It is hugely fat and as it is a COM object it has no compile time checking so you get
untraceable runtime errors
I'm now facing updating a join query and I'm in
fear of what it will do, the process is
read docs, program, trace, try and guess why it
does that then try and alter it, I feel like i'm modelling
a large lump of clay with the sharp end of a
needle
I think it would be fine if you were prepared do
everthing the ado (read MSSQL as per MS Access) way
but go outside their paradigms and it gets
messy
Neven
|
- [DUG]: dbxoodbc Neven MacEwan
- RE: [DUG]: dbxoodbc Myles Penlington
- Neven MacEwan