|
View:
New views
18 Messages
—
Rating Filter:
Alert me
|
|
|
Hope to see you tonight at NYCFUG!!!This is the first of two great NYCFUG (http://www.nycfug.org) meetings this month. I am very much looking forward to hearing Greg Anthony talk about his book, Iterating Infusion: Clearer Views of Objects, Classes, and Systems, and his system of software development. We have books and a t-shirt for a raffle! In addition, we will start off the evening with my presentation on CFSET and the proper way to set variables.
When: Tonight, Tuesday, September 13, 2005, 6:30 PM Where: NYU Medical Center, 550 1st Avenue, Corner of E. 31st Street, Room: Coles 101 There is no sponsor for this meeting, so please plan for dinner before or after. If you haven't RSVP'd and are coming, please do: http://www.nycfug.org Judith Dinowitz Co-Manager New York ColdFusion User Group NYCFUG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1836 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: Hope to see you tonight at NYCFUG!!!hi judith,
i can't make it tonight - will this be taped? cheers, joe Judith Dinowitz wrote: >This is the first of two great NYCFUG (http://www.nycfug.org) meetings this month. I am very much looking forward to hearing Greg Anthony talk about his book, Iterating Infusion: Clearer Views of Objects, Classes, and Systems, and his system of software development. We have books and a t-shirt for a raffle! In addition, we will start off the evening with my presentation on CFSET and the proper way to set variables. > >When: Tonight, Tuesday, September 13, 2005, 6:30 PM >Where: NYU Medical Center, 550 1st Avenue, Corner of E. 31st Street, Room: Coles 101 > >There is no sponsor for this meeting, so please plan for dinner before or after. > >If you haven't RSVP'd and are coming, please do: >http://www.nycfug.org > >Judith Dinowitz >Co-Manager >New York ColdFusion User Group >NYCFUG > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1837 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: Hope to see you tonight at NYCFUG!!!Joe,
No, I'm afraid it wasn't taped, but I'm going to try to do a writeup of the meeting so that you'll at least get the gist of what Greg was saying. I'll be working on that tonight. My beginner's powerpoint presentation will be put up on the NYCFUG site. Judith ----- Original Message ----- > hi judith, > > i can't make it tonight - will this be taped? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1858 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
sequel questionI was given a .dat file which was said to be downloaded
from a sql server. It is mostly binary. I can't open it with anything I have and there seems to be no references to .dat files in the Ent Mgr docs. Would you know what this file might be and how to convert it to an mdb or something? -- -- Bob/Jules Siegel Bob.Siegel@... -- -- ColdFusion / Web Databases --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Now there?s a better way to fax. eFax makes it possible to use your existing email account to send and receive faxes. Try eFax free. http://www.houseoffusion.com/banners/view.cfm?bannerid=63 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1925 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
|
|
|
Quick Sequel Server QuestionIs there a way to retrieve all recs where a certain
field starts with a lowercase letter? Letters can be done one at a time if needed. -- -- Bob/Jules Siegel Bob.Siegel@... -- -- ColdFusion / Web Databases --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1943 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
|
|
|
Re: Quick Sequel Server QuestionHowdy,
How about something like SELECT Foo1, Foo2, ... FROM Bar WHERE ASCII(Foo1) BETWEEN 97 AND 122 Assuming Foo1 is a char or varchar column. -MOM At 06:37 PM 10/26/2005 -0400, you wrote: >Is there a way to retrieve all recs where a certain >field starts with a lowercase letter? > >Letters can be done one at a time if needed. > >-- >-- Bob/Jules Siegel Bob.Siegel@... -- >-- ColdFusion / Web Databases --- > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1945 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: Quick Sequel Server Question answeredMany thanks for your replies, but read on...
Mark Modig wrote: > How about something like> > SELECT Foo1, Foo2, ... > FROM Bar > WHERE ASCII(Foo1) BETWEEN 97 AND 122 > Assuming Foo1 is a char or varchar column. That works fine, thanks! > where patindex("[a-z]%", name) > 0 this "works" but it is case-INSENSITIVE, so does not do what is needed. -- -- Bob/Jules Siegel Bob.Siegel@... -- -- ColdFusion / Web Databases --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1948 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
|
|
|
Re: Quick Sequel Server Question answeredMS Sequel Server.
It has been set up so everything is NOT case-sensitive, so this apparently includes your test. Server is owned by edgewebhosting.net, and I much prefer no case-sensitivity, except this one oddball case. I am happy tho that WHERE ASCII(address1) BETWEEN 97 AND 122 works just fine. Cook, Scott wrote: > Don't know why kind of server you're using but that's a bug unless the > docs state it's case insensitive > > I just ran this on Sybase 12.x and > > select patindex("[a-z]%","lowercase"), patindex("[a-z]%","UPPERCASE") > > 1 0 > -- -- Bob/Jules Siegel Bob.Siegel@... -- -- ColdFusion / Web Databases --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1951 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Quick Sequel Server Question answeredCook, Scott wrote:
> Pretty disturbing I would think. Would that also affect things like select > iddesc from sometable where idcode = "a" I can easily image a single char > field containing some kind of code where they started with A, ran thru Z, > then started using a thru z. This brings up what amounts to a religious issue, whether ANYTHING should be case-sensitive. I am staunchly on the "non" side, as I have found case-sensitivity causes nothing but trouble, like with filenames on Unix servers, or with Verisign payments where their friggin' form-field names are case-sensitive (ugh). Of course the other side maintains that "a" is not "A". That is true, but for machines, not so much for humans who just see it as a format and/or cosmetic difference. Please don't start a flame war about this. Everyone is entitled to their opinion. -- Bob/Jules Siegel Bob.Siegel@... -- -- ColdFusion / Web Databases --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1956 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: Hope to see you tonight at NYCFUG!!!Hi Judith,
I looked through my email but was unable to locate your writeup. Might you be able to resend it to me? Thanks so much, Joe Russo Judith Dinowitz wrote: >Joe, > >No, I'm afraid it wasn't taped, but I'm going to try to do a writeup of the meeting so that you'll at least get the gist of what Greg was saying. I'll be working on that tonight. > >My beginner's powerpoint presentation will be put up on the NYCFUG site. > >Judith >----- Original Message ----- > > >>hi judith, >> >>i can't make it tonight - will this be taped? >> >> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1988 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
| Free embeddable forum powered by Nabble | Forum Help |