Package com.GestDB.sql

Examples of com.GestDB.sql.SelectConexionTXT.run()


            archivo = getArchivo();
            if(archivo.equals("-")) // ha decidido exportar a otra conexi�n
            {
                // se le pide al usuario que seleccione la conexi�n
                SelectConexionTXT sc = new SelectConexionTXT(true);
                sc.run();

                sOtraConexion = sc.nombre;

                bBorrarEstructura = getBoolean(Gestor.GetLiteral("wizarexportardatos.delete_table","Borrar tablas si existen (s�lo si se ha seleccionado exportar tablas)"),
                        Gestor.GetLiteral("wizarexportardatos.calc_rows_no","N"));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.