Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Davidmc555
  • Content: Threads
  • Order by date
  1. Davidmc555

    Not able to write to shared folder with full control permissions

    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...
  2. Davidmc555

    Single line in email body?

    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 =...
  3. Davidmc555

    Updated or not?

    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...
  4. Davidmc555

    Update top or first record only?!?

    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...
  5. Davidmc555

    RESTORE DATABASE - Unknown filepath

    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...
  6. Davidmc555

    Backing up registry using command line?

    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...
  7. Davidmc555

    Parser Error Unrecognized Element

    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...
  8. Davidmc555

    Fill Factor and Non-Clustered Index

    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...
  9. Davidmc555

    Really Slow Connection using BEFW11S4 and WMP54G

    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...
  10. Davidmc555

    File or Directory is corrupted and unreadable - Damaged logical drive?

    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...
  11. Davidmc555

    Column Prefix does not match, using if statement

    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...
  12. Davidmc555

    Populating a multiple column listbox or combobox

    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)...
  13. Davidmc555

    Runtime Error 3075, Syntax Error (Missing Operator)

    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...

Part and Inventory Search

Back
Top