debasisdas 580 Posting Genius Featured Poster

try to find in MSDN
or u can also fine those by little web searching.

debasisdas 580 Posting Genius Featured Poster

that feature is not available in VB 6.0 .
If u want use that u need to use 3rd party tool. OSEN XP SUTE

debasisdas 580 Posting Genius Featured Poster

what bout try yourself before ask for help and if possibel posting your code instead of asking for complete solution.

debasisdas 580 Posting Genius Featured Poster

I think in the specified database there is no relationship between the above two tables. If there is no relation how do u expect it to maintain / enforce referential integrity

debasisdas 580 Posting Genius Featured Poster

You want to do that using VB 6.0 ???

debasisdas 580 Posting Genius Featured Poster

As you are using Visual Basic 2005 as Front-end ,you should have posted the question in VB.NET forum .

debasisdas 580 Posting Genius Featured Poster

try to write a script for this
or
a better option would be to write a cursor and then drop the tables .

debasisdas 580 Posting Genius Featured Poster

dear karan to solve the problem you are facing just follow the process described above and u you get a exported file with extension .DMP

next u can import all of your tables from that fiel to re create your entire database or only specific tables (depends on type of export choosen).

any where u need to run your application just use the IMPORT utility of oracle

SQL> host

import [EMAIL="username/password@hoststring"]username/password@hoststring[/EMAIL]

then just follow the steps as prompted.

debasisdas 580 Posting Genius Featured Poster

Yes that is very much possible to do in oracle using PL/SQl.
for that u need to use dynamic SQL using EXECUTE IMMEDIATE.

debasisdas 580 Posting Genius Featured Poster

if oracle was installed on d drive how is it possible that data was in othere drives.

if oracle was intal;led in D drive means database was created there only .so all the data must be stored there not in other drives.

debasisdas 580 Posting Genius Featured Poster

can you please specify what do you mena by write my data onto different Hard Drive

debasisdas 580 Posting Genius Featured Poster

can you please specify what exactly you want to do. do u want to write data to any file ???

debasisdas 580 Posting Genius Featured Poster

can you please specify what exactly is the error you are getting, for my reference.

debasisdas 580 Posting Genius Featured Poster

try to frame the recordset dynamically by passing / framing query at runtime .

debasisdas 580 Posting Genius Featured Poster

can u kindly post what is the difference in the result between the two.

debasisdas 580 Posting Genius Featured Poster

it never happens that if--ehen and case will return different result.

debasisdas 580 Posting Genius Featured Poster

you just need to enable and disable the controls on specified event.

debasisdas 580 Posting Genius Featured Poster

store all the question and choice answers in database along with correct answer.
Also store the subject name with some flag setting. then randomly generate the numbers with or without option for ths user to choose the subject.

debasisdas 580 Posting Genius Featured Poster

Hi Zangle ,
welcome to daniweb.

Hope you share your knowledge with the members ans enjoy a lot.

debasisdas 580 Posting Genius Featured Poster

Welcome to DaniWeb.

Hope you enjoy here.

debasisdas 580 Posting Genius Featured Poster

Welcome to DaniWeb.

debasisdas 580 Posting Genius Featured Poster

dear jorge

welcome to DANIWEB.COM

welcome abord.

debasisdas 580 Posting Genius Featured Poster

sorry dear the statment auto_increment is not valid in oracle , so it is not it oracle but in postgre sql .Restall u can aany way define in oracle.

debasisdas 580 Posting Genius Featured Poster

hi dear
gleft52 welcome to daniweb.com

debasisdas 580 Posting Genius Featured Poster

Of course you are in the right world.
any ways welcome to DANIWEB.COM

debasisdas 580 Posting Genius Featured Poster

use the IN clause
or
simply write a procedure and pass the values. that u want to delete.

debasisdas 580 Posting Genius Featured Poster

try using the predefined package dbms_lob to get some info regarding that.

debasisdas 580 Posting Genius Featured Poster

Oracle supports creating a database of max size of 8 million terabytes using oracle version 10g .
In this version the max size a table space can be upto 128 tera bytes.

Hope this avoids all confusion

debasisdas 580 Posting Genius Featured Poster

I don't think that is in ORACLE.

R u sure.

debasisdas 580 Posting Genius Featured Poster

nice quote ......................

debasisdas 580 Posting Genius Featured Poster

welcome aboard grandpa.

debasisdas 580 Posting Genius Featured Poster

you are really young at heart.

debasisdas 580 Posting Genius Featured Poster

Welcome!

care to tell me the name of that other forum?

If u really want to know then u can easily find out by little googling with may username.

debasisdas 580 Posting Genius Featured Poster

ALTER SESSION set NLS_DATE_FORMAT = 'DD/MM/YYYY';

PLEASE USE THE ABOVE CODE

debasisdas 580 Posting Genius Featured Poster

the difference is too vast to explain here.

U can find the difference /answer to such theoritical question by a little Googling.

debasisdas 580 Posting Genius Featured Poster

why u don't u use the wizard instead.
when u start a new project/form choose the data wizard.

only make some selections .no need to add any code

debasisdas 580 Posting Genius Featured Poster

Do u want to take database backup or just copy the data to a text file ?

If u want the 2nd one then u can go with stupidenator

But when u say EXPORT it means taking database back up.
for this

SQL>HOST

U will get a black screen

type
EXP USERNAME/PASSWORD
THEN FOLLOW THE INSTRUCTIONS.

FOR HELP U CAN TYPE
EXP HELP=Y

Hope that helps you

debasisdas 580 Posting Genius Featured Poster

When oracle is installed it creates a number user almost 20.
At the time of installation except the DBA accounts all others are LOCKED by default.
Which can be unlocked at the time of installation orlater on by logging in through the DBA accounts.

In your case it seems SCOTT account is locked.

u can login as SYS/AS SYSDBDA

then unlock the scott account
by

alter user scott identified by tiger account unlock;

Hope that helps u in solving your problem.

debasisdas 580 Posting Genius Featured Poster

Its really funny to introduce my self here in the forum.

Even though I am a member of the forum for quiet a long time,
I hardly post here in the forum.

By the was I am Mr. Debasis Das .
I work as an Sr. Software engineer in a MNC .
My job profile is to design the database and develop the backend objects using Oracle PL/SQL.

Actually I am also a member of another forum where I act as the MODERATOR of the ORACLE & SQL SERVER forum.

Some times I also welcome new members.

Now lets see who is th lucky one here to welcome me.