Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Database
Database General Discussion
Please immediate help needed, msde fill problem in a form
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Mykre, post: 1096, member: 250"] This is a permission problem on the database side, You will need to add the ASP user to the database and give it permissions. When you install MSDE from the setup files, it installs the database to use trusted connections, which means that the user accessing the database must be an account on the local machine or on the domain. Then it must have permissions in the database to access the systems needed. If you must use user names in the connection strings, you will need to convert the database to use mixed mode (Thereare articles on this all over the web, but I prefer the MSDN Article). Or Reinstall the MSDE Application and edit the setup INI file as per the document that comes with the setup files, it tells you how to configure an SQL User and set it to Mixed Mode. Mykre [/QUOTE]
Insert quotes…
Verification
Post reply
Database
Database General Discussion
Please immediate help needed, msde fill problem in a form
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom