2,951 Posted Topics

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
137
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
16K
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
160
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
274
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
87
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
101
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
146
Member Avatar for ochien

you need to copy that componet to your system foolder and register that with windows using REGSVR32.

Member Avatar for Reverend Jim
0
431
Member Avatar for akasekaihime
Member Avatar for eukiandfhull
Member Avatar for milas

What the E-R diagram is all about ? What exactly you are trying to do ?

Member Avatar for syedusamafarrukh
0
407
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
150
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
175
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

The End.