Re: How to create an application for managing users

2006-02-07 Thread Célio Cidral Junior
Thank you Shawn! 2006/2/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Célio Cidral Junior <[EMAIL PROTECTED]> wrote on 02/05/2006 02:20:48 > PM: > > There already IS a users table that you can either send CRUD statements to > or manage through the GRANT and REVOKE statements. Since MySQL securit

Re: How to create an application for managing users

2006-02-07 Thread SGreen
Célio Cidral Junior <[EMAIL PROTECTED]> wrote on 02/05/2006 02:20:48 PM: > 2006/2/4, sol beach <[EMAIL PROTECTED]>: > > What other C# applications have you previously written? > > Do you know anything more than how to spell SQL? > > Have you ever installed and administered MYSQL? > > I have been

Re: How to create an application for managing users

2006-02-05 Thread Célio Cidral Junior
2006/2/4, sol beach <[EMAIL PROTECTED]>: > What other C# applications have you previously written? > Do you know anything more than how to spell SQL? > Have you ever installed and administered MYSQL? I have been working as a professional programmer for around five years, and have been writing ente

Re: How to create an application for managing users

2006-02-04 Thread Peter Brawley
>I would like to write an application in C# to let someone to manage >users of a MySQL database. It should be able to create, edit and >delete users. Can someone point me out to how I can do that? I really >want to *write* such an application; I don't want to use an existing >client or somethin