Can someone give me some idea on login -
Dear all,
I have an application require 2 logins, where 1 is the SQL Server login and the other one is the program's login, the program's login is getting the information from the SQL Server Login, which means that I have to login to SQL Server first.
The problem comes, the program is a networked program and it connected to a number of computers with SQL Server installed, I am able to detect all Servers, and each Server have a number of database with different login, the user will have to select the name of the database from the specific server before they can use the program, and to detect each database, one have to login to the SQL Server first.
Can anyone give me any idea what can be the most efficient way to store the username and password of the SQL Server, so the user doesn't have to retype it all the time?
Thanks
PlayKid
Can someone give me some idea on login -
Dear all,
I have an application require 2 logins, where 1 is the SQL Server login and the other one is the program's login, the program's login is getting the information from the SQL Server Login, which means that I have to login to SQL Server first.
The problem comes, the progr
prevent login twice -
Hi,
Is there a way to prevent login twice?
Let say A login once, and then he starts another browser and login again.
The second time login should not be allowed
Any Idea?
Code would be better
Thanks!
[2005] Login Database -
hi, i'm trying to do a website with a login... there is 2 textbox for username and password. and a button to login. now whem he touch the login button i want it to check in to the database if the login and passsword exist and if it exisit then go to a webpage. can someone give me the c
Help with Login - RESOLVED -
Hey everyone. I am finishing up on a project I have for school and the last thing that remains is getting my webform to differentiate between and admin and an employee. Basically I have a login and password box that checks against a database and redirects you to either the admin page
login class in c-sharp asp.net -
can you please give me sample of a login class in asp.net using csharp
somthing like this
class login
property username
set
get
property password
set
get
class validate
//query to sql server
if validate {return true}else{retur
Set permission for user at particular database -
Hi friends,
I am using asp.net 2.0 application & ms server 2005. Using sp_addlogin,sp_adduser and sp_password I create a login and set username and password for particular database.While i connect my sql server i give login(not default login sa) name example itect and give pas
VB 6 Users Login issue. -
Hi,
On login I want to give certain rights to my users, i.e. unable or disable certain commands, etc. I have a sql server db table with users and they are allocated departments as Temp, Admin, etc. According to which department a user belongs, on login would have access to certain c
Password/Login No -
Hi,
I need help again!!!
I will like someone to please give me the code to set up Passwords and Login Ids. My data is in Oracle.I already have a set of Passwords and Login Ids I want to use. The problem now is how to connect the two after entering it into the text box on the form in
Login -
Another newborn baby in the world of VB ;~| >uha...uha...uha...ha?..hahaha...hahaha!
I don't know how I can 'link' my login window (with Username as combobox, Password as textbox) to my Access 97 table. Please teach me how...or better give me a code that acts like the
Login Form on VB.NET -
I noticed VB2008 Express Edition has a Login Form Template. Can any one give me some code on how to access my project through this login form.
Need login idea... -
What's the best way to use a EXE to login (with username and password) and use the selected user to other EXE's?
Any ideas?
Thanks.
Website Login - Usual methods aren't working -
Hi,
I did a search and I wasn't able to find anything on this topic specifically. I'm trying to use VB to login to a site. Now if it was html, this would be super easy, but the only thing that makes this different is that when you go to the site, it brings up a NT login, or a window
Integration with Windows Login (NTLM) -
I'm sure this has been asked before, but I'm not finding it.
I have a PHP application on an intranet WAMP server. I would like to give certain users previledged rights. I do not want to ask users for a login ID and password. I want to fetch their Windows login ID.
I thought th
VB6 Program to login to joomla / PHP / Forum automatically -
Hi
I have this idea to have a website that will only be accessible by user who has my VB6 program running.
It is just an informational PHP website that require user to log in to view the content
But I would like to have my client view it without having to remember more login an
[02/03] Password case sensitivity -
in my application; when i give password(valid) it always login no matter it's in capital letter or lower letter. I mean how can i make my application to identify case sensitivity of password. i'm getting login info from database (Sql server 2000).
e.g. if valid password is "sam12
Login For Program -
I'd like to make a login screen for a network admin program. Can anyone tell me how to place a login screen where you normally login for windows?
I would like it so that they can login to windows normally but instead of going to windows, it will load up my login screen and then it w
[2005] Custom login control -
I'm using the 2.0 Membership class, and due to a rather... shall we say, stupid client, I have to figure out how to make the login case insensitive. Please don't go ranting about how insanely stupid of an idea it is, I'm fully aware... but that's what the client wants. Anyway, I've hit
Please Help .... I am Struggling on this one -
Hi All
I am still having problems trying to retrieve a user login name from a computer on an NT network. I know I can get my own login name from my computer, but what I want to be able to do is to type in a computer name (another computer on the NT network) and then to find the login n
NT Remote User Info Gathering -
Hi All
I am still having problems trying to retrieve a user login name from a computer on an NT network. I know I can get my own login name from my computer, but what I want to be able to do is to type in a computer name (another computer on the NT network) and then to find the login
login on vb appli to get data form ms access -
I want to create vb application by using ms access and also the first from , the users, studnets and tutors have to login before access to get their information about assigments..
How should i do in the first form..i have no idea how to use the login form..could u let me now the websi
VB.net Login/Authentication -
Hi All,
This shouldn't be hard but I have no idea why it doesn't work for me. I am trying to make a login screen. Simple. I have an sql database with the usernames and passwords and I have a webform resembling my login screen. In the login screen's directly on the webserver I have a
Register / Login -
Ok, So I am just learning PhP, and I havent learned too much, but Im getting the basic Idea of it. I tend to work better when I have examples to look at.. Can someone help me out with some example code for a working user registration and Login page? I cant find any...Anywhere.
SQL Server Login failed -
Hi,
I have just updated my windows to windows XP prof.
Then I have installed SQL Server 7 on this machine and created a login say abc with password abc giving this login all the possible rights to it.
Now When I try to create a DSN for this login, it gives me an error - login fail
How to handle the logout in web application.. -
Hi All,
I am new to the web application, if any one give me an idea how to handle the logout in Web application.
For example, If Login the application by the validate user and finished the task then logout the application. But not close the browser screen. Some unknown user
Check Login Status -
what i am trying to do here is that when the user enter my site i will check whether they are login or not.. if they are not login i will redirect them to the login page and prompt them that they are not login.. i am using VS 2005..
[02/03] Login Screen Not appearing before Main Menu -
I'm creating a basic window's application where I have a login screen where the user will enter the userid/password etc. Only problem is when I try to run the application, it goes straight to the main menu.
What would give the main menu precedance over the login screen?
This is
problem with Winsock DataArrival -
Hi , Im having an issue reading from winsock
here is the code i currently have
Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
Dim X As String
Winsock1.GetData X, vbString
End If
If InStr(1, X, "> Login:") Then
MsgBox "G3"
End Sub
[2005] programmatically login -
I'm using the .net20 memberships and login defaults to handle security, but I dont' want to login to my site everytime I debug. Is there an object I can set to have it login for me when I'm debuggin?
Thanks!
[2005] Cookies/cache Of IE -
Ok i m using Vb 2005. I made a software 1 month before Which did not require login. as it took cookies from Internet explorer. For e.g
I just had to login from Internet explorer and then when i open my Vb soft and navigate to that specified login site. It automatically logs in using
Program Idea... -
I dont really know if this is really a request but I need someone who could help me just get the program started with its basics and all that, becasue I am really stuggling.
If you are willing to help please let me know. I have made a small bit of it, and if you want to help I will
Someone willing to help -
I have create parts of a very nice web site that I would like help finishing. It's an idea I have came up with, although the idea may already exist somewhere on the internet. If it does I think that I can improve it. Is someone out there willing to help on this very simple idea? MSN me
automatic login -
is there a way to bypass the windows login. exactly, i need have a login name, and, of course a password, without having to type it in the windows login dialog box, someone has told me to put my initial login name, the one i want 2 use, and the pwd to an INI file. could someone tell me
User Controls : Please Help -
Hi
I would like to develop a web page in ASP.NET where i want to use the user controls.
User Control
-------------
Login Screen : Developed using Windows Application .NET
I want to use this in my asp.net page
Please give me link to simple example where i can create and
Run Program Before User Login -
I've tried using a monitoring program called Net Support School and i want to adopt the way of that program running before user login.
Before user type their username and password of user windows, this program is automaticaly run.
My question is
How to make a program run before user
Login -
hi, well i was just trying asp.net 2.0 , i've created a login and sign up form using the tools from the toolbox. and when the user login i'm made the login form to go to a member page. my problem is that even the user is not login he still can access the memer website, and me i don't w
Login using Windows Authentication -
Anyone have any great ideas on how to incorporate a login from using the network or Windows login information to authenticate against? ie if my login info was username: p and passsword: q, I want to be able to enter that same information into the login screen of my vb6 program and hav
Remote Login Validation -
Hi there!
Any of u have an idea,how to establish a connection from a remote server to the main server(IIS) using VB COM for a login validation in our admin Database.
We have developed our product in ASP,and we would like to do remote login validation through VB COM.If t
Difference between New login and New db User -
wat is the diff between New login and new db user in sql sever ? how come when i create a new login ,del it and recreate it again ..i got this error:
21008: SQL-DMO Login xxxx already exists.
Login Security -
In my last thread post I asked how to make a login screen.
In this post I ask if someone can help me with login security.
So.... The login procedure should finally work like this:
Somebody logs in, passw and name are checked, if allright, the procedure continues.
There must b
required an api to stop all activities axcept our login from after windows start -
hello dears
how r u.
dears i want to built a software in VB.
that when i log on to my windows after giving the user name and password.
then my login form of VB came at the top of all applications and now activity hapen until user give the correct user name and password on our login