realbasic-betas.mbox
[Top] [All Lists]

ambiguous overloading

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: ambiguous overloading
From: JulJACQUOT at aol dot com
Date: Thu, 28 Nov 2002 15:05:36 EST
   under RB 5.Oa6 OSX:

df=new realdatabase
    dffile=getfolderitem("Salaires")
    dffile.MacType="MACT"
    dffile.MacCreator="Mcte"
    if dffile.exists then
      df.databasefile=dffile
      if df.connect then
        dd=df.SQLSelect("select max(Aidads) from Dads")

   here, this message is displayed :
*Ambiguous overloading for this method call*

please, who can tell me what means this ?

thank's for your help

jules

---
A searchable archive of this list is available at:
<http://dbserver.realsoftware.com/KBDB/search.php>

Unsubscribe:
<mailto:realbasic-betas-off at lists dot realsoftware dot com>

Subscribe to the digest:
<mailto:realbasic-betas-digest at lists dot realsoftware dot com>
.


<Prev in Thread] Current Thread [Next in Thread>
  • ambiguous overloading, JulJACQUOT <=