Showing related tags and posts accross the entire site.
-
Hi, I have a windows app that uses the default .netTiers connection string at startup ( netTiersConnectionString ), however, as this is connection string in the application I am unable to change this during runtime. I need to find a way to be able to edit the connection string during runtime and it use...
-
Hi all, I am new to nettiers and am loving it. I may be asking a question that is/has been handled elsewhere but I have been unable to find it. I have a master database called ALIS with a generated data access layer that works great. I have a system where I need to have a laptop/pda that is only intermittently...
-
Hey guys, tremendous work you all are doing with .netTiers!! I need to be able to dynamically change the connection string on my Entity Data Source and for the life of me I can't figure it out. Here is my Entity Data Source and EntityGirdView. < dataAms : AMSSiteDrugsViewDataSource ID ="dsSiteDrugsView...
-
I am having a problem connecting from a web server to a SQL 2005 database. When my connection string includes 'Integrated security=SSPI;' , I recive the following error - Cannot open database "*******" requested by the login. The login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. I am...
Posted to
.netTiers - General Support
(Forum)
by
pickledboodah
on
03-08-2007
Filed under: .netTiers, ConnectionString, .netTiers Search, .netTiers Google Search, Error, Nettiers, error help underscore parameter stored procedure nettier, .net 2.0
-
I must be delirious, but why would I need SELECT permission on a table in my database when a ServiceLayer GetPaged method is called? The user for the database that I am using is permitted EXEC permission on the generated GetPaged stored procedure, but I'm still getting the error <Message>SELECT...
-
I am using 0.9.1 (caribert). Does .netTiers generate an exception if the database connection times out or is not available?