Thanks Norman for pointing this out, stupid me.. :-[ .
Kind regards,
Andre
Norman Palardy wrote:
Look up FieldSchema in the LR as part of Database
FieldSchema returns a RecordSet with five fields: ColumnName (
String), FieldType ( Integer), IsPrimary ( Boolean), NotNull (
Boolean), and Length in bytes ( Integer) for Text fields.
FieldType is described in the LR
The method above gives you the RB type for each column in the
recordset returned not the type for each column in the database table
you got the field schema for
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
From Thu 29 Jun 2006 10:09:44 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id 65662725894; Thu, 29 Jun 2006 09:10:51 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-1.5 required=4.5 tests=AWL,BAYES_00,NO_REAL_NAME
autolearn=no version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
by xmail.realsoftware.com (Postfix) with ESMTP id 9BB0C72588D;
Thu, 29 Jun 2006 09:10:50 -0700 (PDT)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id E0F6613428A3; Thu, 29 Jun 2006 11:10:36 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from swarthymail-a1.dreamhost.com (sd-green-bigip-60.dreamhost.com
[208.97.132.60])
by lists.realsoftware.com (Postfix) with ESMTP id 7D4451342895
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 29 Jun 2006 11:10:30 -0500 (CDT)
Received: from [10.0.1.2] (c-67-174-105-26.hsd1.co.comcast.net [67.174.105.26])
by swarthymail-a1.dreamhost.com (Postfix) with ESMTP id 6DCEF90FFC
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 29 Jun 2006 09:10:29 -0700 (PDT)
Date: Thu, 29 Jun 2006 10:09:44 -0600
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
X-Mailer: VerEx Email Gateway
Content-type: text/plain;
Content-transfer-encoding: 7bit
Message-Id: <20060629161029 dot 6DCEF90FFC at swarthymail-a1 dot dreamhost dot
com>
Subject: [ANN] StringUtils 1.6
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
I've posted a new version of StringUtils to its usual place:
<http://www.verex.com/opensource/>
Changes in this version:
- Fixed buggy handling of "%%" in Sprintf, and made it so that unspecified
values are output as if you had specified 0; also changed %c to output
a Unicode character for the given code point.
- Improved speed of Reverse and ReverseB (thanks to Charles Yeomans).
Note that I'm not sure whether the new code works in 5.5; somebody who
has 5.5 is going to have to start helping with that (if anyone cares).
- Added new LineEnding function, that returns the first line ending (of
any standard sort) that is found in the string.
StringUtils is free and open-source; feel free to use it however you wish.
Share and enjoy,
- Joe
--
Joe Strout -- joe at strout dot net
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|