Click here to Skip to main content
16,006,845 members
Home / Discussions / Database
   

Database

 
Questionsub-select command problems arrrrg! Pin
ren_20015-Oct-06 13:51
ren_20015-Oct-06 13:51 
QuestionCombining tables [modified] Pin
Chris McGlothen5-Oct-06 11:35
Chris McGlothen5-Oct-06 11:35 
AnswerRe: Combining tables Pin
Farhan Noor Qureshi5-Oct-06 12:12
Farhan Noor Qureshi5-Oct-06 12:12 
QuestionIn Search Of A Good Query Tool Pin
nullGumby5-Oct-06 7:11
nullGumby5-Oct-06 7:11 
AnswerRe: In Search Of A Good Query Tool Pin
yahao8-Oct-06 18:00
yahao8-Oct-06 18:00 
QuestionWhich database format is good enough? Pin
Joe Smith IX5-Oct-06 6:42
Joe Smith IX5-Oct-06 6:42 
AnswerRe: Which database format is good enough? Pin
Chris Buckett5-Oct-06 8:51
Chris Buckett5-Oct-06 8:51 
GeneralRe: Which database format is good enough? Pin
Joe Smith IX5-Oct-06 22:22
Joe Smith IX5-Oct-06 22:22 
Thanks for replying. But I am still not convinced that SQL Express is the best choice here. Let me explain a bit.

Let say this program is for stock management in a retail store. There are several employees that need to use the program: the cashier for selling the goods, the stock boy for stocking the goods, and all employess to clock in/out.

I don't see the point of having different login for each user, all of them need to access the database, only different tables. So I plan to prompt the user a password (managed from the [USER] table) upon opening the program to determine which functions/dialogs they can access (sales dialog, inventory dialog, clock in/out dlg, etc), which all actions will be recorded in databases.

Now I want to prevent any employee to open the database and, lets say, edit the remaining stock of an item (for whatever reason, good or bad). I want to have all changes to the database can only be made thru the program. I don't want them to be able to view it either, because it has tables with confidential information that not all employees should see (passwords, profits, etc.)

Since all employees need to access and edit the database on daily basis (at least thru clocking in/out), they all will need full access to the database, correct? And because only several computer connected thru simple LAN (without internet), I don't see the point of managing several logins, they all can use the admin login.

Now, from what I understand, I CANNOT do this with SQL Express. Since I need to give full access, they can use SQL Management Studio to access the database directly. Is there no way to separate windows login and database login, like MS Access?

As for Interbase and MySql, are their passwords strong enough or can be cracked by hacker as well? (Since they are not Microsoft's, I am assuming their password is not linked to Windows). Are they file-based or client-server (which need to be installed in a Window Server)?

Thanks a lot for any input.
GeneralRe: Which database format is good enough? Pin
Chris Buckett5-Oct-06 22:39
Chris Buckett5-Oct-06 22:39 
GeneralRe: Which database format is good enough? Pin
Joe Smith IX6-Oct-06 9:27
Joe Smith IX6-Oct-06 9:27 
GeneralRe: Which database format is good enough? Pin
Chris Buckett7-Oct-06 7:17
Chris Buckett7-Oct-06 7:17 
GeneralRe: Which database format is good enough? Pin
Joe Smith IX7-Oct-06 7:58
Joe Smith IX7-Oct-06 7:58 
GeneralRe: Which database format is good enough? Pin
Jerry Hammond7-Oct-06 12:58
Jerry Hammond7-Oct-06 12:58 
AnswerRe: Which database format is good enough? Pin
Jerry Hammond5-Oct-06 9:08
Jerry Hammond5-Oct-06 9:08 
QuestionLeft Join & Group By Pin
phimix5-Oct-06 4:40
phimix5-Oct-06 4:40 
AnswerRe: Left Join & Group By Pin
mr_lasseter5-Oct-06 4:52
mr_lasseter5-Oct-06 4:52 
QuestionRe: Left Join & Group By Pin
phimix5-Oct-06 5:17
phimix5-Oct-06 5:17 
AnswerRe: Left Join & Group By Pin
mr_lasseter5-Oct-06 5:34
mr_lasseter5-Oct-06 5:34 
QuestionRe: Left Join & Group By Pin
phimix5-Oct-06 6:02
phimix5-Oct-06 6:02 
QuestionRe: Left Join & Group By Pin
mr_lasseter5-Oct-06 6:06
mr_lasseter5-Oct-06 6:06 
AnswerRe: Left Join & Group By Pin
phimix5-Oct-06 7:01
phimix5-Oct-06 7:01 
GeneralRe: Left Join & Group By [modified] Pin
mr_lasseter5-Oct-06 7:44
mr_lasseter5-Oct-06 7:44 
GeneralRe: Left Join & Group By Pin
phimix5-Oct-06 19:34
phimix5-Oct-06 19:34 
QuestionRecord 'Deletion' Pin
Dayekh5-Oct-06 3:56
Dayekh5-Oct-06 3:56 
AnswerRe: Record 'Deletion' Pin
mr_lasseter5-Oct-06 5:44
mr_lasseter5-Oct-06 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.