Crud. I go away for the weekend and come back to my fears being made real. Looks like I'll be shopping around for an alternative this week then.
Type: Posts; User: FunkyDexter
Crud. I go away for the weekend and come back to my fears being made real. Looks like I'll be shopping around for an alternative this week then.
I did buy a dashboard mount for it. It came with a sticky rubber base that didn't stick.:mad:
And neither do I:) I was really just throwing out the quick and dirty alternative.
I did try that on a recent project I inherited which has an IFrame in it. I basically wanted to push a button...
My Sat-Nav won't stick to the window.
I don't think the lack of response is because we lack experience. What you're doing is pretty standard stuff that we deal with daily. The reason you've had no response is that you've posted this in...
I'm from the UK. I have cavities and a broken down Capri.
It isn't, you know. It just isn't.
Be aware that this won't cut the number of people driving, though. We've had a "fuel escalator" (an ever rising tax on fuel) in the UK for years and the hope was always that it would get people out...
The incentive vs mandate arguments always a fine one.
Incentivisation is tricky because you have to understand that there are already all sorts of incentives for a company not to reduce it's...
What do you mean by the "default" location? If you look at the files tab of the database properties page you are shown the actual location in the "Path" field. If the files weren't in that location...
I'm not sure I really understand the question. Are you just trying to work out what the file path to your mdf and ldf files are? If so just open the databases properties in Management Studio and...
I'm still experiencing alot of slow loads both from my work and home pcs. To be honest, I've reached the point where I just live with it but it does feel a bit like I've returned to the 1980s.
...
When you said Stock I thought you were referring to stock levels rather than stock markets. i.e. How many washers do we have on hand at the moment?
Nope. The select statement is simply feeding rows into the insert statement. It's not returning rows back to the client.
I looked at your post yesterday but didn't respond because I never use the...
You would use your original If statement but put the loop in the Else part. So if no records were foudn you'd display a search failed message. If records were found you'd loop through those...
...which is ironic because a bowel would produce the outcome that dunfiddlin was referring to.
You're right it won't, but you've completely missed the point. I'm not saying store your data in a different way, I'm saying use a different comparison.
Instead of converting your date/time to a...
I think you're coming at the disabling the video issue in the wrong way. Don't download it, stream it. That way there's nothing on the customer's PC to disable and instead you have control over...
While I agree with JBs suggestion that you rewrite this using a master Page, you might find that an IFrame provides a quicker, dirtier solution. It basically just lets you host one page inside...
Or even better, write a form based super-class with that method in it and inherit from it.
Absolutely agree and they also have a performance implication. If, for example, a class doesn't require...
:confused: I don't understand why a datetime would have anything to do with stock at all. Do you mean it's holding transactions against stock, perhaps? e.g. "We took 5 widgets out of stock on the 2...
The article is talking about a very specifc situation. It's describing how you should define a date dimension in an analysis/reporting data warehouse. Unless that's what you're doing (which I don't...
Caution... Impending Rant...:mad:
Basically, I don't have much of a problem with e-books (I personally prefer paper but each to their own) but rather with teh terms they're sold under. Like...
No, I think you're talking about dodgeball. In the Eton Wall Game two teams basically form a scrum over a ball placed against a wall and then try to drive each other laterally along the wall toward...
That's pretty close
In the time we're talking about they weren't two separate games. They were both yet to evolve out of the general mess of ball games that were being played. There were no...
To understand that you really have to understand the context. Football then was not the same game as it is today at all. There were no rules... literally. Each game would have different objectives...
Really?! I think I once met his brother, Moti Vation, but he just passed me by without stopping to talk. He was mumbling somthing about AI and girlfreinds.
Look closely at your Update query, there's nothing in there that introduces the db1.[GeoNames-Staging] table. You're trying to reference it's fields but you've never said what the table is. Your...
I'd second that. You may or may not see a perfomance increase but they're more readable and less vulnerable to clever hacking techniques so there's really no good argument not to use them. The main...
I assumed that DDay was joking too but who knows. Either way I found it funny. Believe it or not I actually met Sanni Abacha when I was in Nigeria. He wasn't a very nice man.
Nah, Kregg stopped...
God answers to Brad
Ah, yep that's part of the current crash, certainly (though not the 20s one). One thing that article stresses is that it wasn't the model as such that was at fault (though it did identify some...
Yep, that pretty much describes every project I've ever worked on.
Yep, don't even get me started on e-books.
Just to be clear, I wasn't saying the size of the banks was the only reason for the crash, just that it was one of the factors that deepened the ensuing depression and that it's not a factor that...
That rather depends on what I've eaten. Last night it was Chilli so: "gurgle, grumble, pfft"
Anyway, the Co-Op has anounced that it's not going to pull out of banking. They have decided not to...
Wait... are we still talking about money?
I don't know, I'm inclined to stick with them until they officially anounce they're pulling out of the industry because I like doing busines with them and...
By putting the name of Form2 before the control your interrogating:-
dialogue.TextBox2
That's a fundamental of .net programming. Whenever you want to get at a property or method of a thing you...
I think you're probably right but this one's a tricky balancing act. If you allow high leverage you enable more lending to business which helps to grow your economy... but it does leave you more...
I think that depends on what you're modelling but it sounds like a pretty reasonable place to start if you're looking at just one or two parameters. But as you increase the number of parameters you...