Posts
 
Reputation
Joined
Last Seen
Ranked #82
Strength to Increase Rep
+15
Strength to Decrease Rep
-3
84% Quality Score
Upvotes Received
247
Posts with Upvotes
206
Upvoting Members
123
Downvotes Received
39
Posts with Downvotes
33
Downvoting Members
32
113 Commented Posts
29 Endorsements
Ranked #45
Ranked #44
~1.08M People Reached
About Me

I live my life on my own terms.

Interests
Browsing, Reading, Photography
PC Specs
Windows 7 with 4GB RAM
Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for moderate_rock48
Member Avatar for Lardmeister

Of course the school , because that is the palce where u spend quiet a long n know each of your friends better.

Member Avatar for Dani
0
118
Member Avatar for mattyd
Member Avatar for tiny7415
Member Avatar for draven07
Member Avatar for hAmzkie
0
130
Member Avatar for k89mmk
Member Avatar for Anagha_2
0
2K
Member Avatar for priya2278

you need to store user details in DB. 1. check the status of the use account with each login. 2. increment the counter by 1 with each failed login. 3. update the status of the user to locked once the counter reaches 3.

Member Avatar for Allyson_1
0
3K
Member Avatar for narendra_jntu

The i in oracle 8i and 9i stands for INTERNET and the g in 10g and 11g stands for GRID bucause from 10g onwards oracle supports grid architecture.

Member Avatar for Mandava PavanKumar
0
8K
Member Avatar for VenusCrystal

if you have installed oracle server in the system, you have to set password during installation atleast for SYS and SYSTEM accounts.

Member Avatar for Shiwam_1
0
65K
Member Avatar for aplee
Member Avatar for seitan
Member Avatar for Awulonu
Member Avatar for saideepak89
Member Avatar for jaai

Along with a button on a form you need to have a database in place and connect to that Db from vb before you could do any database related activity.

Member Avatar for md riyaz
0
14K
Member Avatar for crazy_neha

Hi Neha Here we do not write code for others. SO please do not expect others to design the GUI and send you the code . for getting help you need to post what you have tried so far for the project.

Member Avatar for vincent diobi
0
1K
Member Avatar for meLiel

You need to polulate the controls from the recordset before closing it. Of course you have to check for BOF and EOF. something like this. If rsSearch.EOF <> True And rsSearch.BOF <> True Then Text1.Text = rsSearch.Fields(0)

Member Avatar for Reverend Jim
0
12K
Member Avatar for xuexue
Member Avatar for Kishore1982
0
1K
Member Avatar for christina>you
Member Avatar for wegdan
Member Avatar for Denni_Mwebia

is the data being stored is case sensitive ? Better to use LIKE inplace of = for character search. try something like this [CODE]"select * from Movies WHERE upper(Movie_Name) like %'" & upper(txtMovieNamesearch.Text) & "'%"[/CODE]

Member Avatar for ohunwujolly
0
380
Member Avatar for ar0n

Please read more [URL="http://bytes.com/topic/visual-basic/insights/641548-blob-save-image-database"]here[/URL] and [URL="http://bytes.com/topic/visual-basic/insights/641546-blob-retrieve-image-stored-database"]here[/URL].

Member Avatar for Santanu.Das
0
1K
Member Avatar for tech291083

It means the client side tool SQL *PLUS is not connected to the server or was disconnected because of server restart or network disconnect.

Member Avatar for vitaliy.natarov
0
9K
Member Avatar for pito_donje

please the following links [URL="http://support.microsoft.com/kb/161833"]link1[/URL] [URL="http://msdn.microsoft.com/en-us/library/aa562998%28v=exchg.80%29.aspx"]link2[/URL] [URL="http://www.vbknowledgebase.com/?Id=21&Desc=Send-Email%28E-Mail%29-from-VB6-using-CDO"]link3[/URL] [URL="http://www.freevbcode.com/ShowCode.asp?ID=7504"]link4[/URL]

Member Avatar for razamughal67
0
216
Member Avatar for manoj201jain

You are supposed tp post the code that you are working on before asing for code(solution)

Member Avatar for Niteshkmr049
0
253
Member Avatar for anupam_smart
Member Avatar for vampshay

What you think post #3 is ? If you are familiar with vb6 coding for database, mysql is no different from other DBMS.

Member Avatar for Alireza_5
0
5K
Member Avatar for GregDen
Member Avatar for miquel.matas
0
535
Member Avatar for MaddTechwf

after wards you need to divide the number by 1024 to get in Kilo Bytes and again by 1024 to get in MB. continue the same for GB as well.

Member Avatar for uchy69
0
1K