Ok.. perfect. I didn't catch that earlier; I'm sorry for giving you a
hard time.
I just had never heard this about the API before- -it's interesting to
me. I've got considerable code to do the same thing all over the
place; I'll have to re-examing my CopyFile procedures; thanks!
PS - FileBased systems I've used = AS 400, bTrieve, Access, even mySql
is a quasi-file based system (even though it has a real relational
engine). I believe that AS 400 and mySql properly log; I don't know
about bTrieve.. I think that it supported transactions at least.
Well I believe that a couple of the architectures for mySql supports
logging at least.
I actually _REALLY_ like some file based systems. I think that having
a seperate file for each table is a no-brainer.. I wish it was an
option on every database (server). I mean it helps recovery a _LOT_
when you can force out the (clean) data if and when you have trouble.
I was actually retiring the btrieve system.. Never got around to
checking out logging on it
I moved client to SharePoint.. via Access of course.. I had _SUCH_ a
hard time moving this one table to SharePoint.. it was like 17k
records. Finally someone came over and showed me the same (insert
17k records into SP) using Excel. It worked instantly. So it's
obvious that SharePoint lived with that many records-- but the Access
implementation of SharePoint just puked when it hit that many
records. It's always amazed me-- if Microsoft screwed up SharePoint
- Access so bad in Access 2003 version; why is it that it became the
center of Microsoft strategy for Access 2007?
I love SharePoint. I just wish that it worked with a larger number of
records and it had enterprise level ETL tools; in a similiar fashion
to DTS / SSIS... but _GUI_ and support Macros and .NET.
I think that 'dumbing down SQL Server to SharePoint' really helps
people get off the heroin (MDB).. so I love SharePoint.
That would really rock-- to turn SharePoint into a full fledged
database eco-system. As it is; everywhere i've ever been-- people
refused to edit the SQL Store for SharePoint directly.. Which means we
couldn't bulk insert 17k records the logical way- into the SQL table
directly.
I just don't like the idea of a system that doesn't have real ETL
tools in it. That's the thing holding me back from sleeping with
SharePoint (more).
-Aaron