2,951 Posted Topics
Re: you need to copy that componet to your system foolder and register that with windows using REGSVR32. | |
Re: lets see the code that you are working on. | |
Re: You are tired of what ? What have you tried ? | |
Re: What the E-R diagram is all about ? What exactly you are trying to do ? | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: Modules are a way to declare objects at one palce and access them globally. | |
Re: 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]. | |
Re: do you want to trap mouse co-ordinates any where on the screen ? | |
Re: 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. | |
Re: Are you trying to create or read bar code using your program ? | |
![]() | Re: It is better to use 3rd party components to generate bar codes. |
Re: Have you tried using a tiny .GIF file . | |
Re: Use join to retrive record from both the tables by joining on CUST_NUM field. then use group by. | |
Re: If oracle Express in stalled the default database name will be XE only. | |
Re: You need not install Oracle SQL Developer to use it. Just copy the installation set and invoke the application by ckicking on the EXE. | |
Re: 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. | |
Re: 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 … | |
Re: 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. | |
Re: What exactly you mean by duplicate records. Duplicate based on what ? | |
Re: 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. | |
Re: 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] | |
Re: Then try [URL="http://msdn.microsoft.com/en-us/library/7he0a7s1%28vs.71%29.aspx"]this[/URL] . | |
Re: You need to write HIERARCHICAL QUERY by using the following. The START WITH...CONNECT BY clause. The PRIOR operator. The LEVEL pseudocolumn. | |
Re: So what do you expect from us here. | |
Re: then you should have posted the question in .NET section of the forum not here. | |
Re: You may be interested in [this](http://bytes.com/topic/visual-basic/insights/783723-backup-restore-access-database) also. | |
Re: Please post the code that you are working on, to understand the exact requirement and come up with some solutions. | |
Re: 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 … | |
Re: Are you able to connect to theweb database from your system ? Please find connection details[URL=" http://connectionstrings.com/?carrier=mysql"] here[/URL]. | |
Re: Your question is of very novice level. You need to read books for all those information. | |
Re: Please read [URL="http://www.bkent.net/Doc/simple5.htm"]this[/URL]. | |
Re: try the following cn.Execute("insert into employee values('" & txtempname.text & "'," & txtempid.text & "," & txtssn.text & ") ") | |
![]() | |
Re: [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. | |
Re: What is the source of data, is it stored in a database ? Are these samples IP addresses and port numbers ? | |
Re: You need to include a CASE statement and a group by clause. | |
Re: This is not the solution for what you are looking for. | |
Re: Please let us know exactly in which step you are facing the issue. | |
| |
Re: 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. | |
Re: and what is the code that you are working on ? |
The End.