Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Windows application login in C#

Author  Topic 

spidermike
Starting Member

3 Posts

Posted - 2005-09-21 : 04:52:20
Hi all,

i'm searchin for a tutorial or a "how to" for creating a windows application
login with sql server (3-tier-architecture)

my windows application is a GUI to manage a database (insert, delete, ...).
therefore i need a secure (component based?) login to connect to the DB

maybe someone knows some helpful links
thx!

Mike

spidermike
Starting Member

3 Posts

Posted - 2005-09-22 : 03:08:24
noone who can help?
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2005-09-22 : 23:13:23
Have you looked at www.asp.net? They have example apps that would contain a lot of what you are looking for. There are also a LOT of links to good development sites.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page

spidermike
Starting Member

3 Posts

Posted - 2005-09-27 : 07:36:28
yes i've been there, but i'm searchin for creating a win app with ADO not a web app with ASP
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-09-27 : 09:52:37
well for win app development i use this page:
http://www.syncfusion.com/faq/windowsforms/Default.aspx

Go with the flow & have fun! Else fight the flow
Go to Top of Page

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2005-09-27 : 11:56:55
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconwindowsformssecurity.asp

Help us help YOU!
Read this blog entry for more details: http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx

*need more coffee*
SELECT * FROM Users WHERE CLUE > 0
(0 row(s) affected)
Go to Top of Page
   

- Advertisement -