Hi list,

For those who are using I-net TDS driver for SQL Server in evaluation mode
(only 3 connection allowed at a time), I would like if my concept about
'connection' is wrigt: I call one single connection from...
        con=DriverManager.getConnection("jdbc:inetdae7:localhost:1433?database="+base,
usuario, password);
....to...
        con.close;

And I can include whatever number SQL queries inside this code.
¿It's that wrigt?

That's because I'm having problems with the driver: it gives me the message
        java.sql.SQLException: [TDS Driver]Too many connections :3
and I don't know why.

Thanks in advance.

OsKaR.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to