Re: [web2py] Accesing table from external database

2014-09-17 Thread Carlos Costa
I don't get it. You can make DAL connection to SQL Server, what is the problem you can not? 2014-09-17 16:39 GMT-03:00 José Eloy : > Hello! > > I need to populate a combobox in a FORM (or SQL FORM) with the content of > a field of a table which is in an external SQL Server database. I know that >

[web2py] Accesing table from external database

2014-09-17 Thread José Eloy
Hello! I need to populate a combobox in a FORM (or SQL FORM) with the content of a field of a table which is in an external SQL Server database. I know that is not possible to reference an external database using DAL, but how can I to load the content of the external field in a SQLFORM field (c