radekg
Member since Dec 11, 2008
- Profile: /members/1523-radekg.htm
- Comments: 14
Recent Blog Comments By radekg
-
Getting ColdFusion To Work With MS SQL Server Express 2005 Databases
Posted on Dec 11, 2008 at 11:52 AM
@Dave: reinstalling photoshop helps but there is no solution for livecycle designer yet.... read more »
-
Getting ColdFusion To Work With MS SQL Server Express 2005 Databases
Posted on Dec 11, 2008 at 11:31 AM
@Ben: I suggest installing Management Studio 2008. Works fine with MSSQL 2005 and it is much faster but some Adobe apps (photoshop, livecycle designer) may stop working due to some changes in some DLLs.... read more »
-
Getting ColdFusion To Work With MS SQL Server Express 2005 Databases
Posted on Dec 10, 2008 at 11:02 AM
Can't really remember exact statements that were causing it to crach but remember error message I was receiving. But the error message was similar to this one: http://www.bennadel.com/blog/1112-Incoming-Tabular-Data-Stream-Remote-Procedure-Call-Is-Incorrect.htm I remember using MS JDBC driver in... read more »
-
Getting ColdFusion To Work With MS SQL Server Express 2005 Databases
Posted on Dec 10, 2008 at 10:45 AM
I would suggest installing MS JDBC driver for SQL Server 2005 as well and use it instead of built-in one. Some SQL statements won't work with built-in driver.... read more »
-
Adobe ColdFusion 8.0.0 - OMG, Cute Shoes!
Posted on Aug 21, 2008 at 8:19 PM
Well... what about 8.0.1? ;)... read more »
-
ColdFusion Functions Declared Inside CFScript Have Output
Posted on Jul 10, 2008 at 7:14 PM
Stupid me. Of course - I see output set to false on cfcomponent. Don't feed the troll (me). Sorry ;)... read more »
-
ColdFusion Functions Declared Inside CFScript Have Output
Posted on Jul 10, 2008 at 7:13 PM
@Ben: Isn't output for any function in CF set to true by default? The issue here is that you can't switch it off.... read more »
-
Inconsistent Stack Height 1 != 0 NULL
Posted on Jun 17, 2008 at 12:36 PM
No, obviosly no. Sorry... I see now where the problem is.... read more »
-
Inconsistent Stack Height 1 != 0 NULL
Posted on Jun 17, 2008 at 12:29 PM
@Anuj: does it mean in yor case syntactic error may be just catched?... read more »
-
Inconsistent Stack Height 1 != 0 NULL
Posted on Jun 17, 2008 at 9:30 AM
In FlexBuilder empty switch statement (without any case) gives: An internal build error has occurred. Right-click for more information. Without pointing out where the error exactly is. Nice :)... read more »
-
XmlSearch() Ignores CDATA Sections In ColdFusion XPath
Posted on May 21, 2008 at 10:21 AM
Hmmm... seems like it is not fixed. If you replace xalan.jar, xml-apis.jar and add serializer.jar from xalan 2.7.1 CF will work fine but you issue is still there.... read more »
-
XmlSearch() Ignores CDATA Sections In ColdFusion XPath
Posted on May 21, 2008 at 10:05 AM
Yes - it looks like there was a problem reported for Xalan 2.5.1 which is used by CF8. Some people say this was fixed in Xalan 2.7.1. I tried upgrading Xalan to 2.7.1 but at the moment I have error 500 NullPointerException everywhere.... read more »
-
Odd MySql CFQueryParam Truncation Issue (Help)?
Posted on Feb 27, 2008 at 11:57 AM
Don't think the problem is with field definition as Ben isn't querying any field there...... read more »
-
How To Handle NULL Values In Object Oriented Programming In ColdFusion
Posted on Jan 8, 2008 at 7:26 AM
Not having null seems to be fair when you create ne data base (my DBA starts looking strange at me). But what if you have some old data base and you just really have to handle it? Lets say - in mysql you may set date to 0000-00-00 but JDBC doesn't like it and will throw the error, select stamement w... read more »