RE: How to get field names in MSAccess

2003-03-10 Thread Shlomy Gantz
, not documented... but it worked I think I used it to mimic sp_columns in SQL. I think you have to create a regular DSN for this to work. Shlomy Gantz Certified Macromedia Instructor President, Bluebrick Inc. -Original Message- From: Terry [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003

RE: run CF from db

2002-09-18 Thread Shlomy Gantz
I am not sure that is entirely correct. I use evaluate() and de() and it works fine. cfoutput#evaluate(de(getContentTypes.CTEmailTemplate))#/cfoutput It is not fast but definetly works. evaluate() and de() together are really slow, but they work even with HTML tags in the database. example:

RE: run CF from db

2002-09-18 Thread Shlomy Gantz
grasped what de() actually does! :-( - Original Message - From: Shlomy Gantz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 10:47 PM Subject: RE: run CF from db I am not sure that is entirely correct. I use evaluate() and de() and it works fine

RE: UUID's ( maybe OT)

2002-09-18 Thread Shlomy Gantz
http://www.codebits.com/uuid/index.htm a great explanation about why you should use UUID (by David Medinets). Personally I use UUIDs for large applications since it solves a lot of problems in synchronization and aggregation of content and data from globally distributes sub-systems. However, in

RE: More list spam

2002-07-11 Thread Shlomy Gantz
One thing you can do is hide your email address using HTML special charachters ... for instance : a href=mailto:#105;#110;#102;#111;#64;#98;#108;#117;#101;#98;#114; #105;#99;#107;#46;#99;#111;#109;#105;#110;#102;#111;#64;#98; #108;#117;#101;#98;#114;#105;#99;#107;#46;#99;#111;#109;/a It cut

RE: More list spam

2002-07-11 Thread Shlomy Gantz
http://www.cflib.org/udf.cfm?ID=405 this UDF should do the trick Shlomy -Original Message- From: Shlomy Gantz [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 3:52 AM To: CF-Talk Subject: RE: More list spam One thing you can do is hide your email address using HTML special

RE: Admin Password

2002-06-11 Thread Shlomy Gantz
Not sure but you can try open c:\Program Files\ColdFusionMX\lib\neo-security.xml change var name=admin.security.enabled boolean value=true / /var to: var name=admin.security.enabled boolean value=false / /var Shlomy -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED]]