debasisdas 580 Posting Genius Featured Poster

Why not solve that using a Procedure instead.

debasisdas 580 Posting Genius Featured Poster

506

debasisdas 580 Posting Genius Featured Poster

The art of living is more like wrestling than dancing.

debasisdas 580 Posting Genius Featured Poster

You need to read this.

No 11i is not a database like 11g.

debasisdas 580 Posting Genius Featured Poster

You need to position the control by resting its X, Y co-ordinates using trigonometric functions SIN and COS.

debasisdas 580 Posting Genius Featured Poster

You need to connect to SMS gateway for that.

Contact your telecom service provider for details.

All that does not come free like mailing service.

debasisdas 580 Posting Genius Featured Poster

Hi Abellac,

Welcome to Daniweb.

But i am sure you are definitely not new to everything :)

debasisdas 580 Posting Genius Featured Poster

Hi Rob,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Hi Sam,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Hi Brad,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Welcome to the forum.

What you said is very true, there is really no age bar for learning.

Hope you have a nice time learning new things.

debasisdas 580 Posting Genius Featured Poster

Final year of which course ?

What did google suggest ?

debasisdas 580 Posting Genius Featured Poster

^ lived in 2010.
< living in 2011.
V will live in 2012 also.

debasisdas 580 Posting Genius Featured Poster

The first rule is, there is no rule.

debasisdas 580 Posting Genius Featured Poster

Please find the details here and here.

debasisdas 580 Posting Genius Featured Poster

In oracle object names are not case sensitive (if not used inside quotes).

debasisdas 580 Posting Genius Featured Poster

you need to find a function for the purpose.

debasisdas 580 Posting Genius Featured Poster

I think what you are looking for is Merge statement.

http://psoug.org/reference/merge.html

debasisdas 580 Posting Genius Featured Poster

404

debasisdas 580 Posting Genius Featured Poster

First of all that version of oracle is desupported.

If you still want that read some oracle 8i books, it is not possible to describe all that here.

debasisdas 580 Posting Genius Featured Poster

Give us Lord, a bit o' sun,
A bit o' work and a bit o' fun;
Give us all in the struggle and sputter
Our daily bread and a bit o' butter.

debasisdas 580 Posting Genius Featured Poster

You need to write password protected macros for that .

debasisdas 580 Posting Genius Featured Poster

What did Google suggest ?

debasisdas 580 Posting Genius Featured Poster

268

debasisdas 580 Posting Genius Featured Poster

what exactly is the script that is throwing the above error message ?

debasisdas 580 Posting Genius Featured Poster

can you post the exact syntax that you are using for reference of our experts.

debasisdas 580 Posting Genius Featured Poster

To answer your question is beyond the scope of this discussion.

You need to read books for all those clarifications.

debasisdas 580 Posting Genius Featured Poster

Life is simple, it's just not easy.

debasisdas 580 Posting Genius Featured Poster

Success is the ability to go from one failure to another with no loss of enthusiasm.

debasisdas 580 Posting Genius Featured Poster

The answer is a big NO.

But there are couple of work around for the solution.

debasisdas 580 Posting Genius Featured Poster

You need to take and export of the schema and import the same into the target system.

you need to use the following commands for the purpose.

EXP
IMP

please find the details here , here and here.

debasisdas 580 Posting Genius Featured Poster

my dear, you need to read books for that.

debasisdas 580 Posting Genius Featured Poster

Do your home work yourself.

debasisdas 580 Posting Genius Featured Poster

641

debasisdas 580 Posting Genius Featured Poster

^
enjoys pepsi.

< don't like pepsi.

may prefer coke.
V

debasisdas 580 Posting Genius Featured Poster

nude ---> naughty

debasisdas 580 Posting Genius Featured Poster

405

debasisdas 580 Posting Genius Featured Poster

No need to drop entire database , you simply need to drop the desired tables.

debasisdas 580 Posting Genius Featured Poster

why not drop the schema then .

debasisdas 580 Posting Genius Featured Poster

You need to use a counter in the button click and based on the counter value decide what is displayed in the textbox.

debasisdas 580 Posting Genius Featured Poster

You need to drop all the tables.

Drop child table first and then the parent table.

debasisdas 580 Posting Genius Featured Poster

try the following sample code.

MsgBox("Do you really wish to quit this program ?", vbOKCancel + vbQuestion, "Confirmation")
debasisdas 580 Posting Genius Featured Poster

What exactly you are doing ?

Are you committing the transactions ?

debasisdas 580 Posting Genius Featured Poster

You need to use the function Replace.

debasisdas 580 Posting Genius Featured Poster

655

debasisdas 580 Posting Genius Featured Poster

you need to delete records of child tables first and then the related parent tables.

debasisdas 580 Posting Genius Featured Poster

You need to read this and this .

debasisdas 580 Posting Genius Featured Poster

What exactly you want to alter ?

debasisdas 580 Posting Genius Featured Poster

to drop the constraints you need to break the connenction to other tables.