Hi!

"Viktor Szakáts" <harbour...@syenar.hu> 
escreveu na mensagem news:a3ea09d8-46a6-4d52-bb0b-5f98a41e1...@syenar.hu...
> Dunno where to address this, but I tried LetoDB the other
> day with production app, and instantly stumbled upon a
> fatal because dbExists() isn't implemented.
But, I use function Leto_File().

>
> I also had to patch source to fix hb_socket...() function
> collision.
>
> It'd be great if someone could fix these in LetoDB repository.
>
> BTW I have nothing against hosting LetoDB in Harbour
> repository, but here Alexander has the final word, so if
> he also likes the idea, plus other Harbour developers also
> agree, we can do it.
>
Alexander to be off line very time.

      Below is a full ( at least, for the moment I write it ) list of 
functions,
 available for using in client applications with RDD LETO linked.

      LETO_CONNECT( cAddress [, cUserName, cPassword ] )   --> 
nConnection, -1 if failed
      LETO_CONNECT_ERR()                                   --> nError
      LETO_DISCONNECT()
      LETO_SETCURRENTCONNECTION( nConnection )
      LETO_GETCURRENTCONNECTION()                          --> nConnection
      LETO_GETSERVERVERSION()                              --> cVersion

      LETO_BEGINTRANSACTION()
      LETO_ROLLBACK()
      LETO_COMMITTRANSACTION( [ lUnlockAll ] )             --> lSuccess
      LETO_INTRANSACTION()                                 --> 
lTransactionActive

      LETO_SUM( cFieldName [, cFilter ] )                  --> nSumma
      LETO_ISFLTOPTIM()                                    --> 
lFilterOptimized
      LETO_SETSKIPBUFFER( nSkip )

      LETO_FILE( cFileName )                               --> lFileExists
      LETO_FERASE( cFileName )                             --> -1 if failed
      LETO_FRENAME( cFileName, cFileNewName )              --> -1 if failed
      LETO_FERROR()                                        --> nError

      LETO_MGGETINFO()
      LETO_MGGETUSERS()
      LETO_MGGETTABLES()
      LETO_MGKILL()

      LETO_USERADD( cUserName, cPass [, cRights ] )        --> lSuccess
      LETO_USERPASSWD( cUserName, cPass )                  --> lSuccess
      LETO_USERRIGHTS( cUserName, cRights )                --> lSuccess
      LETO_USERFLUSH()                                     --> lSuccess

Best regards,
Itamar M. Lins Jr. 



_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to