I'm trying to sort a problem for a client. A folder on one of his pc's won't allow files to be created in one of it's sub folders. This applies to the main shared folder also.
The folder is shared out with the same name (Simple file sharing turn off) with the only user 'Everyone' with Full...
I'm having a problem with a bit of code I'm writing. It's for email notification when an ASP.NET web app completes.
'Create an instance of the MailMessage class
'Set the properties
objMM.To = "support@mycompany.com"
'objMM.To =...
I have a simple ASP.net app that accesses an Access DB. Now, this query could go anywhere but I'm gonna try here.
Using an OleDB Connection and Command object, I'm called an update command using JET sql. No problems there, it does what it should.
The thing is I'd like to know if it actually...
Hi.
I'm hoping to update a table with record of customer licensing details. The table itself holds information on ClientID, Client name, License, License Date, Activation Date etc. Now, the Client can have many license keys without having activated as the license keys allows access to locked...
Hi.
I'm sorry if this has been asked before but I couldn't find anywhere on the tek-tips site or Books online that explained how to do what I'm trying to do.
I'm trying to make up a script that restore a database. This database will be a preconfigured blank version that our product uses. I...
I'm in the process of trying to send out a registry fix to a client but want to call the .reg file from a batch file. Before it calls the reg file, I want it to back up the registry just in case the registry fix doesn't work.
I've looked everywhere and only found how to do it manually. I'd...
This is probably quite simple and I should know this but I've look everywhere and can't seem to work this.
I have an ASP.NET app that is connected to a Access DB (don't ask) which is stored in the same place as the .ASPX and web.config files. (Again, don't ask.)
When I run the startup page, it...
I'm currently making up a spreadsheet so my company can work out how large a table will be using the guide "Estimating the Size of a Table" in online books.
I also found the same document on MSDN online.
Estimate Table Size
It says in the document that "if a clustered index is to be created on...
I've had my BEFW11S4 11 Mbps Wireless-B router for over a year now and about 3 months ago upgraded my wireless PC from a W11USB USB adapter (primarily cos of momentary drops during online gaming) to a WMP54G Wireless-G PCI card. I had intended at some point to upgrade the router too but never...
I have a serious problem. After about having XP Pro on my PC for over a year and filling it up with Apps and general crap, I thought I'd give it a clean out. When installing XP back then I had the foresight to use Partitions. Of my 160 GB Hitachi Deskstar, 130GB was used as the windows partition...
Hi, I'm trying to write a stored procedure that updates our floor database. I want it to then check that the quantities produced and scanned match and to list the individual items as gone as it does so.
Declare @TotalMade integer
Declare @TotScanned integer
Update CamdenAccess
Set...
I feel so stupid for asking this, but I've looked all over Tek-tips and google and not found what I'm looking for.
In short, I want to populate a listbox with multiple columns based on an SQL Query. The query returns 3 different elements of information, an Item ID (Not the unique ID however)...
Hi. I've had a quick look around to find the answer to the problem I'm having but with no luck.
I'm writing a VBA app for my company over a Access DB.
I've done plenty of queries, but this one is being a pain.
==========================================================
(VBA Code)
Set dbMain...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.