realbasic-nug.de
[Top] [All Lists]

Re: Datenbankproblem

To: realbasic-nug dot de at lists dot realsoftware dot com (REALbasic NUG German)
Subject: Re: Datenbankproblem
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Sat, 23 Jul 2005 02:02:31 +0200
Comments: Written on a PowerMac G4 and sent via DSL.
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
Stefan Mettenbrink <S dot Metti at gmx dot de> wrote:

>   s = "select * from " + table
>   c=new RecordSet
>   c = d.sqlselect(s)

Was soll die mittlere Zeile?
Gewöhnt Euch sowas schnellstmöglich ab.

> c ist nach dem select Nil. Als String enthält s "select * from people".
> Die Tabelle "people" ist in der Datenbank vorhanden.

Hat d bei dir nicht ein paar Properties für Fehlermeldungen?

Mfg
Christian

-- 
Around ten thousand functions in one REALbasic plug-in. The MBS Plugin.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>

<Prev in Thread] Current Thread [Next in Thread>
  • Datenbankproblem, Stefan Mettenbrink
    • Re: Datenbankproblem, Christian Schmitz <=