473,399 Members | 2,774 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

login page

11
sir
I have two text box and two buttons.The first text box is for the username
and the second for the password.The first button(ok) is is to check wether the entered user name, password is valid or not..if not i want it to display a message.if the password is valid i want the next page to be shown..i'm using vb6 as i'm front end and oracle 9i as my backend.i'm working on windows xp..
can u also please mention what are the changes i have to make in order for the user name and password to be checked from oracle database...should i create some tables and do some sort of connections...
Jul 15 '08 #1
8 1907
debasisdas
8,127 Expert 4TB
1.create a table in oracle.
2. store the username and password.
3.connect to oracle from VB.
4.check for existance of the username and the corresponding password.

if that exists allow to login and move to next page else reprompt for correct username and password .
Jul 15 '08 #2
chets92
11
sir
can i have the code for vb and oracle to create the login page
Jul 16 '08 #3
debasisdas
8,127 Expert 4TB
sir
can i have the code for vb and oracle to create the login page
can you post what you have tried so far.

select login dialog from add form .

you will get the basic idea how to do all that.
Jul 16 '08 #4
chets92
11
sir i'm a laymen....all i have done is designed the form..
can u please help me..i don't know anything about connecting oracle 9i to vb
Jul 17 '08 #5
debasisdas
8,127 Expert 4TB
please find the connection details here .
Jul 17 '08 #6
chets92
11
which one should i enter for oracle9i ..where to enter this connection string in the form or somewhere else
Jul 18 '08 #7
debasisdas
8,127 Expert 4TB
which one should i enter for oracle9i ..where to enter this connection string in the form or somewhere else
1.you need to use ADODB for connection to dadtabase
2.create connection and recordset object.
3.open the recordset with query and check of the username password already exists in database
4.proceed further.
Jul 18 '08 #8
chets92
11
thank u sir
how can i import icons onto my form....ie on top of my command button
Jul 21 '08 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Simon | last post by:
Hi, I have a Login.php page that logs the user in and out. I has two forms within the page, (depending on what we are trying to do), either one to log in or out. The form calls itself using a...
1
by: Tom Jones | last post by:
Hi, I am using the HttpWebRequest and HttpWebResponse classes to pull information from a web server on the internet. I have an account on one of the webservers that I need to log into...
9
by: buran | last post by:
Dear ASP.NET Programmers, How can I post data to an ASP.NET login page and pass authentication? The login page uses forms authentication, users must supply usernames and password and have to...
4
by: nicholas | last post by:
Hi, Got an asp.net application and I use the "forms" authentication mode defined in the web.config file. Everything works fine. But now I would like to add a second, different login page for...
2
by: pv | last post by:
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously authenticated in Active Dir) and from extranet (common public...
7
by: Alan Silver | last post by:
Hello, Sorry this is a bit wordy, but it's a pretty simple question... I have a web site, http://domain/ which is a public site, part of which (http://domain/a/) is protected by forms...
0
by: muder | last post by:
I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx...
6
by: AppleBag | last post by:
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in...
3
by: satishknight | last post by:
Hi, Can some one tell me how to change the validation sequence for the code pasted below, actually what I want it when any one enters the wrong login information (already registered users) then it...
10
by: DavidPr | last post by:
When I logout as one user and log in under a different user, it opens with the last user's information. User 1 - Unsername: Davey Jones User 2 - Unsername: David Smith I log out from Davey...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.