![]() | ||
Unify Q 1.0.1 Now Available!Unify Q 1.0.1 is now available. This new release of Q introduces many enhancements that have been requested by early users. These enhancements to Q provide a smoother experience and intuitive touch.
Download Q 1.0.1
More NewsSQLBase EDP BenefitsCreate a seamless user experience for your customers using SQLBase EDP. Let your customers enjoy a single and easy setup of your application. With SQLBase EDP, there is no need for your customers to enter PMC codes or activate and register the software. Just install and go. For ISVs, the SQLBase EDP provides a number of benefits. The per seat pricing that allows selling any number of seat configurations to customers is very flexible and cost effective. The SQLBase EDP saves money when compared to the multi-user pricing for fixed amount of user SQLBase servers. SQLBase EDP Benefit Summary
Team Developer 6.0 UpdateThe Team Developer 6.0 development team is making huge progress on the new .NET compiler and other features in the upcoming Team Developer 6.0. The team has added more features than initially unveiled at last year’s Developer Conferences. For example, external function calls (Win32) for .NET build targets were originally unsupported. The development team has now built in support for external function calls when .NET build targets are selected, with one exception, and that is when structures are being passed or received from external functions. This latest addition to the Team Developer 6.0 feature set will make your move to TD.NET applications faster and easier. With Team Developer 6.0, you will be able to call .NET Class Libraries (DLLs) from within applications compiled for Win32 and .NET. We will continue to keep you posted on the latest developments in Team Developer 6.0. LATAM DevCon SummaryThe Latin America Developer Conferences (DevCons) hosted in Mexico, Peru, Argentina and Brazil, April 6-15, brought more than 160 attendees from all over Latin America together to view SQLBase, NXJ, and Q, and preview the upcoming Team Developer 6.0 (.NET) release. DevCon attendees, including some of our existing customers, were very interested in the TD .NET version and excited about the new ability to have several options to compile using the same GUI. Some customers are even putting projects on hold for the release of the .NET version. A special thanks to the four partners that made this year’s Latin America DevCons a success:
Tips & TricksPassing LONG VARCHAR data type columns into a stored procedure from a trigger Contributor: Mike Vandine, Senior Technical Support Consultant According to the SQL Language Guide, passing LONG VARCHAR data type is not possible. In the sub-chapter ‘Create Trigger’, it states: "Columns of LONG VARCHAR data type are not supported. This means that you cannot pass a LONG VARCHAR column as a parameter to a procedure." So what do you do if you MUST pass a LONG VARCHAR column? You can't actually pass the column itself, but in the trigger you can pass the rowid to the procedure and the procedure then can read the just-updated row and retrieve the LONG VARCHAR directly into a local variable. Once you've got the column value in the procedure, you can do anything that you like with it. Here is a simple example:
create table table1 (id char(4), text long varchar); Please note that this must be done in an 'after' trigger so the rowid is the value after the update or insert. |
In this issue:
![]() ![]() |
|
|
© 2010 Unify Corporation | 1420 Rocky Ridge Drive Suite 380 | Roseville, CA 95661 | ||