Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~14.4K People Reached
Favorite Tags

4 Posted Topics

Member Avatar for Paladine

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

Member Avatar for maqbul
0
7K
Member Avatar for Paladine

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; …

Member Avatar for avirag
-1
7K
Member Avatar for Paladine

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 :)

Member Avatar for mak101
0
306
Member Avatar for BeeNarak

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 …

Member Avatar for Paladine
1
172

The End.