Viewing 15 posts - 226 through 240 (of 323 total)
I think you should try to "flatten" a bit the query on BigTable
Then only, I'd bother going onto the details of working out each sum.
The advantage would be that you...
May 1, 2010 at 7:08 am
Yes, I think it would affect us and, as per the article, we could clear the cache if needs be.
Thanks for the link
April 28, 2010 at 2:45 am
Actually, if you think the approach is not "correct", I am interested to hear about it.
Regarding the Dimension Security, it was not my choice and I tried to dissuade against...
April 27, 2010 at 3:20 pm
Nice!
Yes, I like the idea. It would do exactly what I need I think.
Thanks
April 27, 2010 at 3:17 pm
I have since discovered more...
I have the laptop with me and could do a few experiments.
The problem is "timeout" after about 35 seconds.
I tried without success changing the "General...
April 26, 2010 at 3:52 pm
Brilliant!
Many thanks
April 22, 2010 at 7:01 am
Damn!
Ok, I'll try to come up with a simple piece of code based on one of the sql server sample databases...
Can't do it right now but I'll be back!
April 20, 2010 at 2:05 am
I just tried that.
In that case, it first blows up when doing the refresh because ADO tries to investigate the stored proc by firing it with no parameter and the...
April 19, 2010 at 10:02 am
It's a little bit longish but here we go.
My ADO reference is ADO 2.5 (I don't know whether I can use 2.6 yet)
Function TrackApplicationUsage()
Dim cmd As...
April 19, 2010 at 9:31 am
True.
A bit messy but it could help in some cases...
I'll try to find out if my customers have ADO 2.6 on their workstations...
April 19, 2010 at 9:15 am
This is what I first tried because I know this as "good practice" but ADO does not care and send the stored proc request without the parameter names... which fails...
April 19, 2010 at 7:50 am
I like that!
I don't have control of the runtime environments...
How can I check whether my potential users have ADO 2.6?
Can I check this through trying to create some particular object...
April 18, 2010 at 2:30 pm
That's interesting because I kind of removed the primary key from one of the tables to make sure it could not do an update on it without my triggers!
I did...
April 18, 2010 at 2:28 pm
Actually, I have been testing using a simple view with two tables. No form involved.
I create an INSTEAD OF INSERT and INSTEAD OF UPDATE triggers, yet MS Access still views...
April 18, 2010 at 10:00 am
If I declare my command as type adCmdStoredProc, then the problem is that ADO fires the parameters without name in the order they are declared.
This is manageable but very poor...
April 18, 2010 at 9:50 am
Viewing 15 posts - 226 through 240 (of 323 total)