Just how viral is GPL in a circumstance like this? I was under the impression that it is perfectly OK to use a GPL library in a commercial product, as long as the source to the library itself was made available, along with any patches/modifications to that library.

Rick

On 9/9/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
Michael Bayer wrote:
> its really weird.  i am able to get basic create/reflection stuff working
> with the pymssql layer, maybe you want to play with that DBAPI for awhile
> instead to get things working, then we can try seeing why adodbapi is
> failing so much.  from your echoing, it is calling "commit", not sure what
> else can be done there.
>
> you might want to try experimenting with adodbapi directly as well; create
> a python program that connects and creates a table, using dbapi calls
> directly, and see what you get.  at the very least it would identify what
> SA will need to do in order to better function with adodbapi (or at least
> identify whats going on in your setup).

That sounds like a good plan, at least see if I can do the same create
table / insert that I am trying to do with SA.

pymssql seems much more active, but unfortunately my code may end up in
a commercial product and I can't really consider using a GPL library.

Kent


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to