Monday, February 06, 2012

Archive for the ‘Tips’ Category

Happy New Year to EVERYONE!!!

We at CLB IT, wish you the best of New Years.  Thanks to the readers of our web site, if there is something you want us to write about or if you have a different or better way of doing something that we have written about — let us know!  We also like to thank each and every one of our customers  for trusting in us for over 4 years.  Our hope is that 2010 will become a wonderful year for recovery and prosperity.  We wish you all the best and we'll see you in 2010!!

Making mySQL XML Exports Friendlier to OpenInsight – Part 1

If you have ever utlized the mySQL Query Browser and exported a resultset to XML, you may have notice the format that the XML file is in.  See the example below:

If you have ever tried to import XML like this into OI without a schema (which isn't easily provided), then you know there is some formatting that needs to be done to the XML.  I personally love using the OI function Get_XML_Value().  However, that function ceases to work with this formatting. Read more: Making mySQL XML Exports Friendlier to OpenInsight – Part 1

Adobe Flex For The OI Guy – Part 2 – Operators

Adobe Flex Icon                  OpenInsight Icon

In this edition of "Adobe Flex for the OI Guy", we will discuss Actionsscript Operators and how they compare to OpenInsight's Operators.  First I will give you some links for you to review Actionscript operators, then I will go into detail on how it differs from OpenInsight Basic +.

For you to review Actionscript operators, visit http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/operators.html.  This will give you a good overview of what the operators are all about. Read more: Adobe Flex For The OI Guy – Part 2 – Operators

Adobe Flex For The OI Guy – Part 1 – Introduction

Adobe Flex Icon                                     OpenInsight Icon

This series of articles is geared directly to OpenInsight Database developers that want an easy way to bring their application to the web.  In this case, Adobe Flash via Adobe Flex Builder 3, which utilizes ActionScript as the programming language behind the scenes.  These articles will be eventually rolled into a white paper.  Here is a sample Adobe Flex front-end with an OpenInsight back-end.  It CAN be done with relative ease.  Each week (or sooner, subscribe to our RSS feed) a new article in this series will be released.   Read more: Adobe Flex For The OI Guy – Part 1 – Introduction