dude, even if u are developing a window app (.exe), the logic behind the authentication remains the same, i.e. : if the user name and password exists in db, load them in your app, using ADO.NET and compare it with the user input. simple :)
On May 20, 6:35 am, jt_2009 <[email protected]> wrote: > Hi Keidrick > > Thank you for your reply, but I think the login control is for web > based applications? I am building an exe - please correct me if I am > wrong. > > On May 20, 12:04 am, KeidrickP <[email protected]> wrote: > > > > > I would also recommend using the .net login controls. > > Instead of just regular text boxes. > > >http://msdn.microsoft.com/en-us/library/ms178329.aspx > > > On Tue, May 19, 2009 at 8:50 AM, The_Fruitman > > > <[email protected]> wrote: > > > > The programming logic remains the same no matter what database you're > > > connecting to. > > > >http://www.google.com/search?hl=en&q=connect+to+database+in+vb.net&aq... > > > > The connection string can be found here: > > >http://connectionstrings.com/sybase-adaptive > > > > On May 18, 11:04 pm, jt_2009 <[email protected]> wrote: > > >> Hi I am new to vb.net. > > > >> I am creating a login form and require the form to validate the > > >> username and password from a sybase ASE database. I was wondering if > > >> anyone here knows how to do that? > > > >> Thank you . I am doing this using VS 2005. > > > -- > > Keidrick Pettaway > > >http://kpettaway.com- Hide quoted text - > > - Show quoted text -
