vinhesoft wrote:Mr.Rao
What is the method for deleting a database?
OCn: DeleteDB (cDB)
OCn: DropDB (cDB)
OCn: Delete (cDB)
OCn: Drop (cDB)
I just managed this way:
OCn: QueryResult ('drop databases' + cDB)
Is there any method for this?
Att
João Carlos
VinheSoft
Try with
oCn:DropTable( cTable )
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces