> Hi, i want dev all database from script, where i can > found information but that this job? > > i use Windows 2000 and ODBC > > i mean a roadmap for create > tables automatically in the programmatic way, in place > to use the SQL STUDIO because i have all database > defined.
CREATE TABLE statements are executed like ordinary INSERTS etc. You can't use parameters, but other than that, it's plain vanilla ODBC. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
