2,951 Posted Topics

Member Avatar for ochien
Member Avatar for Reverend Jim
0
436
Member Avatar for akasekaihime
Member Avatar for eukiandfhull
Member Avatar for milas
Member Avatar for syedusamafarrukh
0
408
Member Avatar for lena1990

Try using /*+ APPEND */ hint The APPEND hint instructs the optimizer to use direct-path INSERT.In direct-path INSERT, data is appended to the end of the table, rather than using existing space currently allocated to the table. As a result, direct-path INSERT can be considerably faster than conventional INSERT.

Member Avatar for lena1990
0
151
Member Avatar for Shigolala22

You can disable the keyboard by handling the key_press and key_Down events and similar related mouse enents like Move and Over. But the question is if you disable both keyboard and mouse how the user is going to interact with the application.

Member Avatar for debasisdas
0
179
Member Avatar for jaai

Then you need to try to debug the part of the code that is causing the crash. Comment the blocks of the code and check one by one.

Member Avatar for darprogra
0
3K
Member Avatar for masakii
Member Avatar for rishif2
0
4K
Member Avatar for didi00

Please read [URL="http://dev.mysql.com/doc/refman/5.0/en/create-table.html"]this[/URL] and [URL="http://dev.mysql.com/doc/refman/5.1/en/create-table.html"]this[/URL].

Member Avatar for Jan_2
0
2K
Member Avatar for vbpro
Member Avatar for divakar.it

Please read [URL="http://bytes.com/topic/visual-basic/insights/641548-blob-save-image-database"]this[/URL] and [URL="http://bytes.com/topic/visual-basic/insights/641546-blob-retrieve-image-stored-database"]this[/URL]. these are sample codes only.

Member Avatar for usiegd
0
643
Member Avatar for bangla
Member Avatar for ImranQureshi
Member Avatar for gowans07
Member Avatar for Fredwis
0
141
Member Avatar for lcfjoertoft
Member Avatar for pointers
Member Avatar for alidabiri

Use join to retrive record from both the tables by joining on CUST_NUM field. then use group by.

Member Avatar for QVeen72
0
10K
Member Avatar for ganges
Member Avatar for radhakrishna.p
0
3K
Member Avatar for hitman007
Member Avatar for tony75

You need not install Oracle SQL Developer to use it. Just copy the installation set and invoke the application by ckicking on the EXE.

Member Avatar for tony75
0
485
Member Avatar for Ayesha.Shahnawaz

1. accept login credential from UI. 2. check the same in the DB. (select count(*) from user_table where user_id = "user_id" and password = "password" ). ensure user_id is unique/priamy key. 3. if it matches (if count = 1 then)proceed further 4. else re-prompt for credential.

Member Avatar for Ayesha.Shahnawaz
0
321
Member Avatar for sobias

I really do not understand what is Oracle SQL Server,(there is no such thing) are you talking about Oracle SQL developer. If it is, you do not need Oracle SQL developer to create a database. It can be configured during installation of oracle itself. And i really do not know …

Member Avatar for debasisdas
0
302
Member Avatar for rinoy.new

You need to go through [this](http://docs.oracle.com/cd/B19306_01/server.102/b14200.pdf) and [this](http://docs.oracle.com/cd/B19306_01/appdev.102/b14261.pdf) for beginners.

Member Avatar for debasisdas
0
164
Member Avatar for ganges
Member Avatar for adam_k
0
188
Member Avatar for ThisIsNotYourS

The code is perfectly fine, but what i understand from the question is the OP is aking for a wave file not how to play it. OP needs a file not the code to open it.

Member Avatar for michellspijkers
0
272
Member Avatar for vin24

The following links may help. [url]http://www.vbforums.com/showthread.php?t=350570[/url] [url]http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=8224[/url] [url]http://www.winpim.com/anigif.htm[/url]

Member Avatar for alex.mur.946
0
205
Member Avatar for P.manidas
Member Avatar for primzon

You need to write HIERARCHICAL QUERY by using the following. The START WITH...CONNECT BY clause. The PRIOR operator. The LEVEL pseudocolumn.

Member Avatar for debasisdas
0
188
Member Avatar for ndeniche
Member Avatar for viktoriaong
Member Avatar for Sally123
Member Avatar for sai ganesh
0
702
Member Avatar for silversurf

You may be interested in [this](http://bytes.com/topic/visual-basic/insights/783723-backup-restore-access-database) also.

Member Avatar for abelingaw
0
2K
Member Avatar for ganges
Member Avatar for debasisdas
0
133
Member Avatar for Serunson
Member Avatar for Yzk
Member Avatar for sourabh.asu

Please post the code that you are working on, to understand the exact requirement and come up with some solutions.

Member Avatar for HolidaySoft.it
0
181
Member Avatar for earlybirdsean

Please follow this procedure. 1. Collect all the code that you can find over net. 2. Put in a mixi 3. Run the mixer for 4 and 1/2 minutes (preciously) 4. Add chocolate cream with a shot of citrus juice. 5. Serve your friends chilled, all your friends will be …

Member Avatar for almondjoy
0
377
Member Avatar for murali1

Are you able to connect to theweb database from your system ? Please find connection details[URL=" http://connectionstrings.com/?carrier=mysql"] here[/URL].

Member Avatar for AndreRet
0
2K
Member Avatar for mattwagner
Member Avatar for adam_k
0
7K
Member Avatar for Joey_Brown

Please read [URL="http://www.bkent.net/Doc/simple5.htm"]this[/URL].

Member Avatar for bkkrishna
0
160
Member Avatar for ponnu

try the following cn.Execute("insert into employee values('" & txtempname.text & "'," & txtempid.text & "," & txtssn.text & ") ")

Member Avatar for pradipkar
0
2K
Member Avatar for bunik34
Member Avatar for ponnu

[Here](http://bytes.com/topic/oracle/insights/771381-sending-mail-using-utl_smtp) is a completely different approach, the code is in form of a Oracle procedure . You need to call the Oracle procedure in VB to achieve the same.

Member Avatar for ponnu
0
156
Member Avatar for honeybee2090

What is the source of data, is it stored in a database ? Are these samples IP addresses and port numbers ?

Member Avatar for AndreRet
0
989
Member Avatar for king03
Member Avatar for debasisdas
0
110
Member Avatar for king03
Member Avatar for SHAHAB UDDIN
Member Avatar for debasisdas
0
78
Member Avatar for bosigosean
Member Avatar for Reverend Jim

That is how most of the mail services used to work a couple years back. But most of them have addopted the way as auggested by RJ. So its time Daniweb does the same as well.

Member Avatar for debasisdas
2
123
Member Avatar for asrith001

The End.