Search results

  1. C

    Exceeding permissible number of connections

    i use the following connrction string for my .net web service string sConnstring = string.Empty; OdbcConnection conn = null; DataSet dsPRDB = null; try { sConnstring = "DRIVER={MERANT 3.60 32-BIT Progress SQL92 v9.1C};UID=test;Pwd=;DB=testdb;PORT=40005;HOST=182.163.12.9"; conn = new...
Back
Top