Bert

and his 2 cents ...

Filed underCold Fusion

See all posts on Posterous with this tag »

Bert Austin

I traded my decade of freelancing for a full time position as Web Designer/Developer. I am passionate about mobile computing, design and programming.

I am also a CPT ( Certified Personal Trainer ) and enjoy to neutralize my stress in the gym and help people reach their goals.

Tags

  • music (4)
  • job (3)
  • 2cents (2)
  • Cold Fusion (2)
  • css (1)
  • html (1)
Subscribe to this posterous »
Unsubscribe »
Loading...
You're a contributor here (Edit)
This is your Space (Edit)
Follow by email »
Get the latest updates in your email box automatically.
November 8, 2010

Finding The SQL Data Type Of A ColdFusion Query Column

  • Edit
  • Delete
  • Tags
  • Autopost

Sometimes CFDUMP doesn't cut it especially when you need to know the data type of the query column. The following code helps in accomplishing just that:

<!--- Dump meta data to see query column types. --->
<cfdump var="#GetMetaData( qName )#" />

Where qName is the name of the query you want to dump the mara data of.

Tweet

Filed under  //

  • Cold Fusion

Comments [0]

August 3, 2010

ColdFusion, Here I Come!

  • Edit
  • Delete
  • Tags
  • Autopost

I am an absolute newbie if it comes to Adobe ColdFusion.

The company I am working for now uses Adobe ColdFusion so it was just natural that I am going to dive into this technology head first.

I will post my journey and experiences with ColdFusion within this blog as I go.

 

Tweet

Filed under  //

  • ColdFusion

Comments [0]