realbasic-nug
[Top] [All Lists]

Re: realSQLDatabase limit of rows, database corrupted

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: realSQLDatabase limit of rows, database corrupted
From: Dr Gerard Hammond <realbasic at macsos dot com dot au>
Date: Sun, 29 Jul 2007 20:52:08 +1000
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <C005E6EE-86CD-4B83-A935-621B10A740F2 at belle-nuit dot com>
Hi Matthias,

Umm, what is happens with the standard way..

select count(*) from mails

Otherwise use SQLmanager to export and import as SQL


At 11:46 AM +0200 29/7/07, Matthias Buercher wrote:
>is there a limit of rows in an RealSQLdatabase.
>
>i have added more than 100'000 rows to a database, but i cannot tell 
>even any more how many they are.
>
>select count(messageid) from mails
>returns no recordset
>
>select messageid from limit 0,100000
>returns a recordset with 100'000 rows
>
>select messageid from mails limit 10000,100000
>returns a recordset with 100'000 rows
>
>select messageid from mails limit 15000,100000
>returns no recordset
>
>select messageid from mails limit 0,114233
>returns 114233 rows
>
>select messageid from mails limit 114230,5
>returns no recordset
>
>
>it looks like that there is a corrupted row.
>is it likely that a RealSQLdatabase goes corrupt and how can it be 
>avoided?
>
>how can i find the corrupted row?
>
>matthias
>_______________________________________________
>Unsubscribe or switch delivery mode:
><http://www.realsoftware.com/support/listmanager/>
>
>Search the archives:
><http://support.realsoftware.com/listarchives/lists.html>


-- 

Cheers,

Dr Gerard Hammond
MacSOS Solutions
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


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