tags:

views:

22

answers:

0

my site show this error

System.Data.OleDb.OleDbException: System resource exceeded.

and now my site is not open www.pakcarid.com

i this i use many connection open that's why i use this script every time

i dont no what's the real error of site

DataSet ds99 = new DataSet(); OleDbDataAdapter da99 = new OleDbDataAdapter(cmd99); da99.Fill(ds99); if (ds99.Tables[0].Rows.Count > 0) { con99.Open(); username.ForeColor = System.Drawing.Color.Black; username.Text = this.Hello.Text + ds99.Tables[0].Rows[0]["name"].ToString() + " " + ds99.Tables[0].Rows[0]["last_name"].ToString(); con99.Close(); }