Re: [algogeeks] ASP problem

2011-09-13 Thread himanshu kansal
plz reply.its imp. and urgent On Mon, Sep 12, 2011 at 8:47 PM, himanshu kansal himanshukansal...@gmail.com wrote: here is my full code.. the error is. Microsoft OLE DB Provider for SQL Server: Cannot open database pubs requested by the login. The login failed in the

[algogeeks] ASP problem

2011-09-12 Thread himanshu kansal
I established a connection to a database in sql server 2008 through asp. the connection string is ok. i have checked it and even i have generated the connection from data link object and used that string but the error occurslogin failed for database pubs failed...unable to login i

Re: [algogeeks] ASP problem

2011-09-12 Thread Sanjay Rajpal
Post ur connection string here. Sanju :) On Mon, Sep 12, 2011 at 12:24 AM, himanshu kansal himanshukansal...@gmail.com wrote: I established a connection to a database in sql server 2008 through asp. the connection string is ok. i have checked it and even i have generated the

Re: [algogeeks] ASP problem

2011-09-12 Thread himanshu kansal
okk...i will post the connection string soonbut can anyone tell me the name of a good book on asp .net 3.5 for a newcomer. i am new to asp it would be very great if someone could also provide the link of the book here..' thanx in advance. On Mon, Sep 12, 2011 at 1:05 PM,

Re: [algogeeks] ASP problem

2011-09-12 Thread Sanjay Rajpal
Apress Beginnin ASP.NET in C# 4.0. Sanju :) On Mon, Sep 12, 2011 at 3:40 AM, himanshu kansal himanshukansal...@gmail.com wrote: okk...i will post the connection string soonbut can anyone tell me the name of a good book on asp .net 3.5 for a newcomer. i am new to asp it would

Re: [algogeeks] ASP problem

2011-09-12 Thread himanshu kansal
i have that book:P:P is there any other good book relating to VB. On Mon, Sep 12, 2011 at 4:15 PM, Sanjay Rajpal srn...@gmail.com wrote: Apress Beginnin ASP.NET http://asp.net/ in C# 4.0. Sanju :) On Mon, Sep 12, 2011 at 3:40 AM, himanshu kansal himanshukansal...@gmail.com

Re: [algogeeks] ASP problem

2011-09-12 Thread Sanjay Rajpal
Same is available in VB also. Sanju :) On Mon, Sep 12, 2011 at 3:46 AM, himanshu kansal himanshukansal...@gmail.com wrote: i have that book:P:P is there any other good book relating to VB. On Mon, Sep 12, 2011 at 4:15 PM, Sanjay Rajpal srn...@gmail.com wrote: Apress

Re: [algogeeks] ASP problem

2011-09-12 Thread himanshu kansal
here is my full code.. the error is. Microsoft OLE DB Provider for SQL Server: Cannot open database pubs requested by the login. The login failed in the line with huge text.. % Dim oCmd Dim oCn Dim oRs Dim sConn Dim sProvider sConn= Provider=SQLOLEDB;Integrated