[web2py] Re: Extract Models from MS SQL Server

2016-06-20 Thread Ron Chatterjee
Sorry, its so similar that I overlooked. lol. Cool! On Monday, June 20, 2016 at 11:34:28 AM UTC-4, Kyle Flanagan wrote: > > Ron, > > This is for Microsoft SQL Server databases. To extract models from MySQL > use the extract_mysql_models.py script from the scripts folder: > https://github.com/web

[web2py] Re: Extract Models from MS SQL Server

2016-06-20 Thread Kyle Flanagan
Ron, This is for Microsoft SQL Server databases. To extract models from MySQL use the extract_mysql_models.py script from the scripts folder: https://github.com/web2py/web2py/blob/master/scripts/extract_mysql_models.py On Saturday, June 18, 2016 at 12:53:07 PM UTC-5, Ron Chatterjee wrote: > >

[web2py] Re: Extract Models from MS SQL Server

2016-06-18 Thread Ron Chatterjee
Little clarification: name of the dbase: "nameofmydb". Port is 80. username is root and no password. What would the equivalent call to this routine? I did this but didn't get any results: python extract_mysql_models.py nameofmydb localhost 80 root > db_model.py Am I missing anything? But I d

[web2py] Re: Extract Models from MS SQL Server

2016-06-18 Thread Massimo Di Pierro
Nice. In trunk! On Thursday, 16 June 2016 16:54:20 UTC-5, Kyle Flanagan wrote: > > I needed the ability to extract a DAL model from SQL Server. I based the > script below on extract_pgsql_models by Mariano Reingart, based in turn on > a script to "generate schemas from dbs" (mysql) by Alexandre