Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Freelancers Forum Messages on Monday September 10th 2007

Re: FN-FORUM: One for the SQL Experts

date posted 10th September 2007 23:32

Hi Craig, I think this can be done in SQL using the INSTR() function. Try adding something like this to your SQL and see if this works: "AND INSTR(CONCAT(',',mailingGroupID), '," & strSupplierNumber...

Re: FN-FORUM: One for the SQL Experts

date posted 10th September 2007 23:32

couldn't you append a comma to myVar? On 10 Sep 2007 22:34:00 -0000, Craig [EMAIL REMOVED] wrote: > > Thanks Paul, > > But I think that would fail if the numbers were 2,5,22,222,234 and were > lookin...

RE: FN-FORUM: One for the SQL Experts

date posted 10th September 2007 22:58

Thanks Paul, But I think that would fail if the numbers were 2,5,22,222,234 and were looking for LIKE 2. Craig -----Original Message----- As you might know from my posts I'm no SQL expert, but try...

Re: FN-FORUM: One for the SQL Experts

date posted 10th September 2007 22:19

As you might know from my posts I'm no SQL expert, but try: strSQL = "SELECT COUNT(mailingListID) AS recount FROM tblMailingList WHERE IsNull(unsubscribe) AND domainReg = '" & strDomain & "' AND mail...

FN-FORUM: One for the SQL Experts

date posted 10th September 2007 22:03

Hi, I'm trying to build a query in classic ASP to fire against a MySQL 5.0 server that can look inside a field value. So far I have:- strSQL = "SELECT COUNT(mailingListID) AS recount FROM tblMailing...

Re: FN-FORUM: MS Exchange SBS 2003

date posted 10th September 2007 20:53

Hi Kathy, Replies in-line... Lists (Kathy) wrote: > Did you give your new MDBDATA directory/ies these permissions: > > Administrators: Full Control > Authenticated Users: Read and Execute, List Fol...

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 16:30

Hal MacLean wrote: > > I do despise seeing things badly written in shops though - take the > running store in Bluewater, Kent - you can have trainers personalised > to suit your taste. The sign go...

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 16:20

Ah, but St. James's Palace is a name, and as such is able to be written entirely as the owner wishes... much like Guy's Hospital, and St. Thomas' Hospital (note the way those are written) - isn't...

RE: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 16:03

Johan wrote: > If I remember my grammar correctly, those are not made up but > actual rules. (I knew this thread would go into technicalities...) Nope .. there's 3 (deliberate?) mistakes in Hal's bo...

RE: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 15:50

Quoting [EMAIL REMOVED] [EMAIL REMOVED] [EMAIL REMOVED] [EMAIL REMOVED] > You only add the ' at the end when the word ends with an s and needs > ownership, e.g. James' book or Mr. Roberts' shirt....

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 15:38

Quoting Juraj Seffer [EMAIL REMOVED] > I will never understand why some people use DJ's instead of DJs when > talking about more than one DJ. Annoying. I agree that this looks ugly. And I never use...

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 15:32

On 10/9/07 15:53, "Ben Johnson F (Neogic)" [EMAIL REMOVED] wrote: > I trust the several mistakes/made-up explanations in that page (its, Kris', > Jess's) are deliberate? :) > > B If I remember...

RE: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 15:17

Hal wrote: > Reminds me of something my old boss used to do... > http://rubble.heppell.net/%27/ I trust the several mistakes/made-up explanations in that page (its, Kris', Jess's) are deliberate? :)...

RE: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 14:58

Matt wrote: > You only add the ' at the end when the word ends with an s and > needs ownership, e.g. James' book or Mr. Roberts' shirt. Adding to this, note that in this (correct) case: "Blackmore...

Re: FN-FORUM: any ideas??

date posted 10th September 2007 14:56

pam wrote: > > Hi all, > I have a client ( a garage) who would like to set up a computer to allow > their customers to be able to use 1 website to tax their car while they in > the garage, does any o...

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 14:52

On 10 Sep 2007 14:18:50 -0000, Hal MacLean [EMAIL REMOVED] wrote: > > Reminds me of something my old boss used to do... > > http://rubble.heppell.net/%27/ > > and he wrote this just to keep us on our...

Re: FN-FORUM: any ideas??

date posted 10th September 2007 14:48

On 10 Sep 2007 14:05:26 -0000, pam [EMAIL REMOVED] wrote: > > > Hi all, > I have a client ( a garage) who would like to set up a computer to allow > their customers to be able to use 1 website to tax...

Re: FN-FORUM: any ideas??

date posted 10th September 2007 14:47

Use some kind of firewall software (for example ZoneAlarm), then put =20 in 2 rules: 1st: Block all incoming and outgoing traffic 2nd: Allow traffic to domain (or IP to site) Vi Quoting pam [EM...

Re: FN-FORUM: any ideas??

date posted 10th September 2007 14:44

On 10 Sep 2007, at 15:05, pam wrote: > > > Hi all, > I have a client ( a garage) who would like to set up a computer to > allow > their customers to be able to use 1 website to tax their car while...

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 14:42

Reminds me of something my old boss used to do... http://rubble.heppell.net/%27/ and he wrote this just to keep us on our toes's ;-) Hal -- On 10 Sep 2007, at 15:04, Peter Scoins wrote: > > > h...

Re: FN-FORUM: any ideas??

date posted 10th September 2007 14:41

You could use simple firewall rules. In effect the firewall would disallow any access to other websites. pam wrote: > Hi all, > I have a client ( a garage) who would like to set up a computer to all...

FN-FORUM: any ideas??

date posted 10th September 2007 14:28

Hi all, I have a client ( a garage) who would like to set up a computer to allow their customers to be able to use 1 website to tax their car while they in the garage, does any one know how I could s...

Re: FN-FORUM: any punctuation experts out =?UTF-8?B?dGhlcmU/?=

date posted 10th September 2007 14:28

http://www.angryflower.com/bobsqu.gif Explains All.... Angry Bob style!...

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 14:15

Alex Townsend wrote: > Carrie, > > The first option is correct. > Ta...

RE: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 14:15

First one. You only add the ' at the end when the word ends with an s and needs ownership, e.g. James' book or Mr. Roberts' shirt. HTH, Matt -----Original Message----- From: [EMAIL REMOVED] [EMAI...

Re: FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 14:12

Carrie, The first option is correct. Its' would only be used if it were the possession of a group ( for example Teachers' Handbook - the handbook for a group of teachers) Me. Quoting Carr...

FN-FORUM: any punctuation experts out there?

date posted 10th September 2007 14:07

Hi sorry suffering from brain fade, should it be: Blackmore Vale Branch opens its doors for the first time or Blackmore Vale Branch opens its' doors for the first time cheers Carrie...

FN-FORUM: Anyone know qwiksite?

date posted 10th September 2007 13:49

I have a friend who is in need of someone to finish a site developed using qwiksite. http://www.dbqwiksite.com/index.html Any takers? Can you email me off list. Thanks...

Re: FN-FORUM: Displaying tabular data across recordsets.

date posted 10th September 2007 12:27

On 10 Sep 2007 11:51:48 -0000, Alex Townsend [EMAIL REMOVED] wrote: > > ORDER BY tblCourses.DisplayOrder, tblCourseAvailability.Location ASC Bloody marvellous ... and damn simple! You've saved me a...

Re: FN-FORUM: Displaying tabular data across recordsets.

date posted 10th September 2007 12:16

Oh, and you want to do a second category of "Order By" for the =20 location, so your order by clause at the end will read... ORDER BY tblCourses.DisplayOrder, tblCourseAvailability.Location ASC Sorr...

Re: FN-FORUM: Displaying tabular data across recordsets.

date posted 10th September 2007 12:13

The alternative is to do the check on the recordset within the =20 server-side code (whether ASP or PHP) Create two variables called (for example) old_val and new_val At the start of the loop, set ne...

FN-FORUM: Displaying tabular data across recordsets.

date posted 10th September 2007 12:06

Hi The Freelancers site was down when I posted this earlier, so apologies if you've got it twice. This follows on from my post last week. I've got the query working fine (although I'm hoping it can...

Re: FN-FORUM: How widespread is Flash Player these =?UTF-8?B?ZGF5cz8=?=

date posted 10th September 2007 11:07

On 10 Sep 2007 10:07:15 -0000, Adam Reynolds [EMAIL REMOVED] wrote: > > Mike, > Just wanted to say thank you for your input. It's changed my mind on > Flash when it comes to accessibility. > > Ad...

Re: FN-FORUM: MS Exchange SBS 2003

date posted 10th September 2007 10:34

Did you give your new MDBDATA directory/ies these permissions: Administrators: Full Control Authenticated Users: Read and Execute, List Folder Contents, Read Creator Owner: None Server Operators: Mod...

Re: FN-FORUM: How widespread is Flash Player these days?

date posted 10th September 2007 10:31

Mike, Just wanted to say thank you for your input. It's changed my mind on Flash when it comes to accessibility. Adam Mike Duguid wrote: >> Adam Reynolds: >> Please do not sit there and state bulls...

FN-FORUM: MS Exchange SBS 2003

date posted 10th September 2007 08:46

I have an SBS 2003 Exchange server I'm setting up. I wanted to move the store off drive C so using the directions from http://support.microsoft.com/kb/821915/en-us I moved the various files and set...



Messages by Day
September 30th 2007
September 29th 2007
September 28th 2007
September 27th 2007
September 26th 2007
September 25th 2007
September 24th 2007
September 23rd 2007
September 22nd 2007
September 21st 2007
September 20th 2007
September 19th 2007
September 18th 2007
September 17th 2007
September 16th 2007
September 15th 2007
September 14th 2007
September 13th 2007
September 12th 2007
September 11th 2007
September 10th 2007
September 9th 2007
September 8th 2007
September 7th 2007
September 6th 2007
September 5th 2007
September 4th 2007
September 3rd 2007
September 2nd 2007
September 1st 2007


Messages by Month
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000