Para DBF lo hago así
Code: Select all | Expand
If File( "C:\SISTEMAS\DATA\BASE.DBF" )
Gracias por la ayuda
Code: Select all | Expand
If File( "C:\SISTEMAS\DATA\BASE.DBF" )
Hola ademar,acuellar wrote: Mon Mar 31, 2025 5:34 pm Buenas estimados
Para DBF lo hago asíCómo se hace con MariaDB nativo si existe una TABLACode: Select all | Expand
If File( "C:\SISTEMAS\DATA\BASE.DBF" )
Gracias por la ayuda
Code: Select all | Expand
cQuery:= "SHOW TABLES FROM `"+tu_base_de_datos+"` LIKE 'nombre_de_la_tabla';"
Code: Select all | Expand
if oQuery:reccount()=0
Fnct_CrearTablas()
endif
Code: Select all | Expand
if oCn:TableExists( cTableName, cDbName )