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: Will Leshner <will dot leshner at gmail dot com>
Date: Fri, 28 Jan 2005 11:13:11 -0800
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=uHKFaWxd8MNHSgqe5HiXwWSS7O5Npkjl4GCch2dc9WPBHaseOkucYGAVHGoPAcHdoa6OG8D9eMydSGT2tIEBw2kJn1QkAFgYjwP8Jw/fOuMy/QjCRAlW2oTVSEHGvXivfb0dUEFPCRae9qYMSN7cuAcP0jQQ2u4ACBR+yO4CW6A=
References: <BE205347 dot 28508%sunshine at public dot kherson dot ua>
On Fri, 28 Jan 2005 20:38:31 +0200, Ruslan Zasukhin
<sunshine at public dot kherson dot ua> wrote:

> And REALbasic calls SqlExecuteDirect with query
> 
>        "create index IndexName on (f1,f2)"
> 
> What wonder us, is that by SQL standard must be
> 
>        "create index IndexName on TableName (f1,f2)"

You are absolutely right that the first SQL wouldn't work at all. I
wouldn't think any database engine would understand it. What version
of Rb are you seeing this in, just out of curiosity?


-- 
REALbasic database options: http://sqlabs.net
REALbasic news and tips: http://rbgazette.com
KidzMail & KidzLog: http://haranbanjo.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>

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