realbasic-plugins
[Top] [All Lists]

Re: RBDB API question: Create Index

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: RBDB API question: Create Index
From: Ruslan Zasukhin <sunshine at public dot kherson dot ua>
Date: Fri, 28 Jan 2005 23:01:52 +0200
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
On 1/28/05 10:03 PM, "Joseph J. Strout" <joe at realsoftware dot com> wrote:

> At 11:58 AM -0800 1/28/05, Will Leshner wrote:
> 
>> Of course, I pretty much never use the IDE to manage my databases. But
>> I'm pretty sure this worked at some point.
> 
> Well, me too -- obviously we tested this feature.  But perhaps it
> broke at some point, or perhaps Ruslan's tests are misleading him in
> some way.

Will, Joe,

One of our developers see this 100%
I have see this by own eyes also.

We simply in the GUI of REALbasic
    create new table,
    define 2 fields,
    click button Indexed, set name of index and choose fields
    click Ok.

REALbasic now calls us with

    CREATE TABLE ...

And then 

    create index IndexName ON (f1, f2)
    
I believe we have made everything correctly.

With some hacking we can make this working,
We can insert the name of table self...
Just now I wonder that you did not see this. Strange.

Will, may be you will try on your side check this point?


I also can test later with RB 5.5.4


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft dot com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------


_______________________________________________
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>

<Prev in Thread] Current Thread [Next in Thread>