By previous screen I assume you mean the folder properties. I have 4 tabs there. General, Sharing, Web Sharing and Customise. There's not a mention of security anywhere. Thanks again.
I'm sorry, I don't quite understand what you mean by share name and security permissions (where they are I mean)
Another point I forgot to mention is that I got the client to make a new folder and share it out in the same way. They were able to create a new word document ok in it but still not...
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...
Wah ha! You genius you! That's what it was. VB does have the Environment.Newline command by the way.
Strange it worked for my email but no the support group.
Anyway, thank again. Have a good weekend!
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 =...
Not as difficult as I had thought actually.
ExecuteNonQuery() returns a number reflecting the number of affected rows. 0 therefore meaning that the statement had no effect on the table.
Hope this helps someone in the future.
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...
Cheers Golom.
Needed a bit of tweaking...
UPDATE License As L
SET L.licenseActivation = Now()
WHERE L.licenseClientID= 1234
AND L.licenseCode = '1234-1234-1234-1234'
AND L.licenseDateTime =
(Select MAX(licenseDateTime) From License
Where...
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...
Thanks for the Reply mrdenny.
Perhaps, I should explain a little bit more about our application. We develop programs that set up SQL servers and copy into them the live.bak file which is used by an app we built.
This small app I'm trying to create is for our own personal internal use. We...
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...
Superb, worked a treat.
The client's happy with the fixed and your suggestion meant the minimum sized risk to damaging the registry (Which didn't happen thankfully).
Many thanks again.
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.