User Profile
Collapse
-
When you download the SQL Express software, I believe it comes with a 'wizard' called DTS Wizard. It allows you to transfer among all the previously mentioned types. -
Yeah, if you have a users table, all you need is a 'IsAdmin' bit column or something. True for Admin; False for Reg. User. You'd want to make sure and check the logged-in user's 'admin status' every time they view certain pages only designed for one or the other (user or admin). *shrugs* I think that's how you'd do it.Leave a comment:
-
-
Yup I tried it and the field was covered up by a blank (white) pane with a input box without the echo characters. Do I need to set the JOptionPane.set WantsInput() to false? Or... :S
And nope. Just a dude. :PLeave a comment:
-
JPasswordField Question
Hi there, I was wondering how, well if I could, use a JPasswordField with JDialog and JOptionPane? I've tried dialog.add(pass wordField) and it compiles, but it looks kinda funky... o_O
Thanks for any help.
No activity results to display
Show More
Leave a comment: