[web2py] Re: web2py and paradox databases

2013-04-19 Thread Niphlod
lol. Nice solution, +1 for discarding unsupported dynosaur-ages lib. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. F

[web2py] Re: web2py and paradox databases

2013-04-19 Thread David S
Update: I decided to keep the solution as easy as possible. I found a command line paradox db converter from here: http://www.dbf2002.com/paradox-converter/index.html and used subprocess.call() to it which converts the paradox db into a .csv. Then I used import_from_csv_file() to get the data.

[web2py] Re: web2py and paradox databases

2013-04-11 Thread Niphlod
this site comes to the rescue very often http://www.connectionstrings.com/paradox#intersolv-3-11-odbc you can use the connection string just after mssql:// (e.g. mssql://{theconnectionstringhere}) if it has the same t-sql support . As for seeking "official" support within web2py, I fear tha