Hi,
there must be a trick maybe?
I can connect using something razor, but unable with web2py.... Just
hoping has an undocumented trick :)
I am on MAC OS 10.6.
this is the connection string:
db = DAL("mssql://sa:passw...@build-control:1433/quickbuild")
ran it through a debugger, and drilled down and followed through
class MSSQLAdapter
/def __init__(self,db,uri,pool_size=0,folder=None,db_codec ='UTF-8'):
everything seems ok (I think). except maybe the following?
urlargs is returning str:
argpattern is returning an object (<_sre.SRE_Pattern object at
0x100570750>)
but obviously no matches are found here while doing this:
for argmatch in argpattern.finditer(urlargs):
Is my connection string wrong, or is the driver not loaded correctly,
or configured badly?
Any help (again) would be appreciated (again),
thanks,
Mart :)