- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
Re: Hi Paladine, If you have to read mu post please go to this link [url]http://www.daniweb.com/techtalkforums/thread24148.html[/url] I've a problem when i try to work for AccessDB with c#. thanks, BeeNarak | |
Re: Hi Paladine, I have to modify the c# code from the SQL server example to work for AccessDB but it's doesn't work. Please see my code as below; [code] private bool DBConnection(string strUserName, string strPassword) { OleDbConnection MyConn = new OleDbConnection(ConfigurationSettings.AppSettings["strConn"]); OleDbCommand MyCmd = new OleDbCommand("sp_ValidateUser", MyConn); MyCmd.CommandType = CommandType.StoredProcedure; … | |
Re: Hi Paladine, I really like your tutorials because they are very straight forward and simple. Have you ever wrote one on Role-base Security connect to Ms Access? Are you planning to write one soon? Thanks in advance, Bee :) | |
Hi Anyone, I've made a web application, and now I want my web login by username and password as below but it's have got error('Login.WebForm1.DBConnection(string, string)': not all code paths return a value) anyone who can help me? [code] private bool DBConnection(string strUserName, string strPassword) { string LoginSQL; OleDbConnection MyConn … |
The End.