Viewing 15 posts - 16 through 30 (of 89 total)
This may not be be possible depending on what you are doing, but one approach is to make sure that all interaction with the database is done using stored procedures...
October 22, 2003 at 7:40 am
Taking a step back, thanks for the article, dc -- I enjoyed it and the debate it has provoked. I certainly agree with your views on the overhyping and...
October 7, 2003 at 9:37 am
>>Any platform can read a text file, no matter how the contents of it is formatted.
true. but wouldn't it be great if there was a standard cross platform...
October 7, 2003 at 5:23 am
I think David has nailed the key point here.
>Because an XML document is usually a text file it can be read by almost any OS.
>>Yes, other formats are faster but...
October 7, 2003 at 3:18 am
There may be some overlap with this project:
August 29, 2003 at 3:18 am
Hi Hans
Err, I've looked it up and it seems that Office supports native XML as from Office 2002+ -- you can save and load an office document directly in XML...
August 28, 2003 at 3:34 am
If the users can connect directly to the database, not just via the webserver, an alternative would be to write a smattering of VBA to execute the stored procedure(s) from...
August 27, 2003 at 7:21 am
As an alternative, consider using NTFS to store the document files. In your database simply store a pointer to the resource, e.g. a varchar field called "URI",
containing data such...
August 21, 2003 at 3:29 am
>>Installed XML on both server and locally?
Not exactly sure what's installed on the server(s) in terms of XML, but I get exactly the same results when I connect to the...
August 20, 2003 at 4:02 am
Have you tried backing the database up to disk, just to establish that it is the tape drive that is causing the problem?
August 13, 2003 at 10:33 am
Mama mia, $60k for 2 years experience and it's not enough to attract anyone ... no wonder all the jobs are going to India ..
🙂
<ducks and breaks into sprint>
August 13, 2003 at 8:41 am
Or for free, look at a script I posted here (not mine, can't take the credit).
This version chokes on some binary data -- I've since made modifications to...
July 29, 2003 at 4:58 am
Thanks very much for that guarddata. It's always very educational for me to see different ways of approaching problems.
quote:
Since the...
July 23, 2003 at 3:12 am
You've understood it perfectly ... despite my convoluted explanation AND the fact that I left out one stage in an attempt to simplify (in my example it processes all values...
July 22, 2003 at 11:01 am
Yup, I'm sure there is a better way to get where I'm going... all and any advice appreciated ...
I have a table (tblBitMask) with two fields. A primary key...
July 22, 2003 at 10:06 am
Viewing 15 posts - 16 through 30 (of 89 total)