debasisdas 580 Posting Genius Featured Poster

You need to download the proper version and install the same.

debasisdas 580 Posting Genius Featured Poster

We are born wet, naked, and hungry. Then things get worse.

debasisdas 580 Posting Genius Featured Poster

You need to understand first what inheritance is ?

What exactly you are trying to do ?

debasisdas 580 Posting Genius Featured Poster

Never argue with an idiot, they drag you down to their level and beat you with experience.

debasisdas 580 Posting Genius Featured Poster

You need to follow these steps.

To Store
----------
1.read the image file.
2.convert the same to binary stream.
3.store in BLOB field.

To Retrieve
--------
4.read from db
5.convert back the binary stream.
6.display as desired in front end application.

debasisdas 580 Posting Genius Featured Poster

Nothing is interesting if you are not interested.

debasisdas 580 Posting Genius Featured Poster

You need to read this.

debasisdas 580 Posting Genius Featured Poster

what exactly you are looking for ?

debasisdas 580 Posting Genius Featured Poster

"The better part of one's life consists of his friendships." - Abraham Lincoln

debasisdas 580 Posting Genius Featured Poster

if it is vb6 , use adodb library for the purpose.

debasisdas 580 Posting Genius Featured Poster

kindly post the code that you working on, for further assistance from our experts.

debasisdas 580 Posting Genius Featured Poster

try this sample code

declare
str varchar2(100);
begin
for i in 1..10
loop
str:=str||' '||i;
end loop;
dbms_output.put_line( str );
end;
debasisdas 580 Posting Genius Featured Poster

You need to run those commands at command prompt not is SQL prompt.

type host at SQL prompt and proceed.

debasisdas 580 Posting Genius Featured Poster

How to what ?

debasisdas 580 Posting Genius Featured Poster

Please read this , this and this.

debasisdas 580 Posting Genius Featured Poster

Do you like me as I am ?
Or do I have to request God to Improve your Taste !!!

debasisdas 580 Posting Genius Featured Poster

You need to take an export of the old user schema and import the same into new schema.

You need to use the commands EXP(to export) and IMP (to import).

debasisdas 580 Posting Genius Featured Poster

Why you need to use IN , as MAX() will return a single record ?

debasisdas 580 Posting Genius Featured Poster

What is the database that you are using ?

How you connect to database ?

debasisdas 580 Posting Genius Featured Poster

that will be a .SQL file.

If you installed the DB server then that fill will be in your system.

else find that here.

debasisdas 580 Posting Genius Featured Poster

Is that a task for me ?

debasisdas 580 Posting Genius Featured Poster

From where you are getting these ----eno,ename,prono, inside the trigger.

debasisdas 580 Posting Genius Featured Poster

kindly recheck the code,

check the values that you are passing to the log table.

do post your table structure and code again.

debasisdas 580 Posting Genius Featured Poster

This may help .

debasisdas 580 Posting Genius Featured Poster

umm.im using visual 6,where i can find the built in log in system?

It is there in the fist screen (after splash screen), where you select the project type.

or

go to add forms from there also you can add.

debasisdas 580 Posting Genius Featured Poster

If the connection type = basic
---------------------------
If the DB is installed on your own PC then you need to pass oracle database name in the SID and localhost in Hostname.

IF using TNS
--------------
Provide the conenction name as defined in your TNSNAMES.ORA file along with username and password.

debasisdas 580 Posting Genius Featured Poster

There will be a DEMOBUILD.SQL file in oracle parent folder .
Run the script that will create some default tables for you.

debasisdas 580 Posting Genius Featured Poster

why you need a case for populating the list.

Why not use a simple FOR loop for the purpose.

debasisdas 580 Posting Genius Featured Poster

1. Use RGB unction to change color.
2. Use Scroll and Change event of the scroll bar.

debasisdas 580 Posting Genius Featured Poster

Just as simmple as that.
Thanks.

Why don't you do it yourself then ?

AndreRet commented: This site is no there to be nasty to other people, but to help them. +0
debasisdas 580 Posting Genius Featured Poster

Just try to use the built in login form in VB IDE.

Simple modification will solve your problem.

debasisdas 580 Posting Genius Featured Poster

we are not a free code distributing agency.

debasisdas 580 Posting Genius Featured Poster

try using the following.

EXP--upto version oracle 9i
EXPDP ----oracle 10g onwards

debasisdas 580 Posting Genius Featured Poster

for back up of oracle DB you need to use EXP or EXPDP (ORACLE 10G ONWARDS)from command prompt.

debasisdas 580 Posting Genius Featured Poster

Please find all the details here.

debasisdas 580 Posting Genius Featured Poster

Please read this and this.

debasisdas 580 Posting Genius Featured Poster

I was asking about the database that you are using (access, sql server, oracle etc) not the contest of your database.

debasisdas 580 Posting Genius Featured Poster

"The entire sum of existence is the magic of being needed by just one person." --Vi Putnam

debasisdas 580 Posting Genius Featured Poster

You just need to add a constraint for the purpose.

Post #2 should help you in defining all that.

debasisdas 580 Posting Genius Featured Poster

The info in the link in the previous post is about the database not the system.

debasisdas 580 Posting Genius Featured Poster

what is the database that you want to use over LAN ?

debasisdas 580 Posting Genius Featured Poster

do you understand that oracle is a database and not a system programming language ?

debasisdas 580 Posting Genius Featured Poster

kindly post the query that you are currently working on.

debasisdas 580 Posting Genius Featured Poster

the error message is self explanatory.

check if the target database is up and running.

debasisdas 580 Posting Genius Featured Poster

practically you can you any programing language (that supports database connection) for your purpose.

debasisdas 580 Posting Genius Featured Poster

vb6 exe decompiler is a hoax. These is no such tool.

If anyone claims to have that , ask him/her to give you a copy of the same. Use that to get back your code from the compiled EXE. I know for sure that is never going to happen.

Do post back here after getting your code back in hand.

debasisdas 580 Posting Genius Featured Poster

What did Google say ?

debasisdas 580 Posting Genius Featured Poster

Kindly post the code that you are working on.

debasisdas 580 Posting Genius Featured Poster

Please read this and this.

That will be really helpful.

debasisdas 580 Posting Genius Featured Poster

Please find the connection strings here.