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.11M People Reached
About Me

I live my life on my own terms.

Interests
Browsing, Reading, Photography
PC Specs
Windows 7 with 4GB RAM
Favorite Tags

2,951 Posted Topics

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
122
Member Avatar for mattyd
Member Avatar for tiny7415
Member Avatar for draven07
Member Avatar for hAmzkie
0
137
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 Paul Simon
0
1K
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
396
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
229
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
259
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
550
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
Member Avatar for YA RAMSAMKER

Is that an independent stand alone field or has any dependency with data in the same / other table ?

Member Avatar for Reverend Jim
0
138
Member Avatar for locsin

Marquee is used in webpages . to et the same effect create a gif image with the Marquee text and add thet to the status bar in a particular pannel.

Member Avatar for Kibepaul
0
2K
Member Avatar for zebnoon

change line # 9 to following and try. [CODE]rs.Open str, conn, adOpenStatic, adLockOptimistic[/CODE]

Member Avatar for rasheedraj
0
1K
Member Avatar for debasisdas
Member Avatar for James_28
8
17K
Member Avatar for pspwxp fan

Oracle Database Express Edition 11g Release 2 is mopst suitable for you. You can downlaod it from below link. http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html

Member Avatar for debasisdas
0
161
Member Avatar for shivensingh
Member Avatar for Doctor Inferno
Member Avatar for sk8ndestroy14
Member Avatar for tayspen
Member Avatar for mrnutty
Member Avatar for bantex07

No need to connect the Bar code scanner with Visual Basic. What you need to do is use the device to the system and use it. Bar code scanner work like a simple input device (like keyboard) attached to the system. It simply scans the code and puts the code …

Member Avatar for tahir zafar
0
2K
Member Avatar for jemartalaban_1

You need to capture keyboard and mouse events and use Timer. Reset the timer on each user interaction (keyboard and mouse events).

Member Avatar for jemartalaban_1
0
278
Member Avatar for HiHe
Member Avatar for zoraster01
Member Avatar for prettyboy

syntax to draw circle, arc etc ----------------------------------------- OBJECT.CIRCLE [STEP](X,Y),RADIUS,[COLOR,START,END,[ASPECT]]] -- STEP-IT SPECIFIES THE CENTER OF THE CIRCLE IS RELATIVE TO THE CURRENT COORDINATES GIVEN BY "CURRENTX","CURRENTY" X,Y-INDICATES THE CENTER COORDINATE OF THE CIRCLE. RADIUS-INDICATES THE RADIUS. START,END-WHEN AN ARK OR A PARTIAL CIRCLE IS DRAWN START AND END SPECIFIES THE …

Member Avatar for Bruce52
0
1K
Member Avatar for bhavya nomula
Re: hi

No, we are not a free code supplying service. You have to develop it yourself. Please do post back with what you have done so far and where you are stuck. You will definitely get help from our experts.

Member Avatar for debasisdas
0
89
Member Avatar for styleest

Capture the Insert statement into a string valiable and print it. That way it will be much easier to debug.

Member Avatar for debasisdas
0
105
Member Avatar for Janis_1
Member Avatar for locsin
Member Avatar for yokoshima.mur
0
3K
Member Avatar for xXghostXx

To use SQL Developer you need to download from official site and just click on the EXE to start using it. It has nothing to do with SID. Please post the details of your error for further assistance.

Member Avatar for debasisdas
0
147

The End.