2,951 Posted Topics
Re: Is that an independent stand alone field or has any dependency with data in the same / other table ? | |
Re: 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. | |
Re: change line # 9 to following and try. [CODE]rs.Open str, conn, adOpenStatic, adLockOptimistic[/CODE] | |
[B]All the flowers of tomorrow are in the seeds of today. :) [/B] | |
Re: 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 | |
| |
Re: That is my first and last name concatenated. | |
Re: 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 … | |
Re: You need to capture keyboard and mouse events and use Timer. Reset the timer on each user interaction (keyboard and mouse events). | |
Re: Do you have any code that you are working on ? | |
Re: 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 … | |
Re: 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. | |
Re: Capture the Insert statement into a string valiable and print it. That way it will be much easier to debug. | |
Re: You need to use SQL Loader for the purpose. Also check for using External table. | |
Re: Please do not hijack others threads. Please start your own thread for a new question. | |
Re: 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. | |
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 ? |
The End.