debasisdas 580 Posting Genius Featured Poster

What is the database that you want to connect ?

How you connect to database ?

debasisdas 580 Posting Genius Featured Poster

Oracle Express is a free version so that tool is not available for you in the version you have installed . You need to use the 3rd item for sql queries on the screen.

debasisdas 580 Posting Genius Featured Poster

You need to set this security settings in outlook 2007.

debasisdas 580 Posting Genius Featured Poster

You can check this as a sample . This is manual coding, you can go for DB connection also.

debasisdas 580 Posting Genius Featured Poster

The link has been removed from parent site. Try to go for the latest version .

debasisdas 580 Posting Genius Featured Poster

Please find it here .

debasisdas 580 Posting Genius Featured Poster

You need to change the field properties.

debasisdas 580 Posting Genius Featured Poster

Delete
-----------
1. DML
2. Affects only data.
3. Data can be rolled back after this command.

Truncate
----------------
1. DDL
2. Affects both data and structure (resets the High Water Mark)
3. Data can't be rolled back after this command.

debasisdas 580 Posting Genius Featured Poster

Unique key enforces only uniqueness (no duplicate) where as a Primary key enforces both uniqueness and not null (data must be entered into the field). Once a PK is created on a column oracle creates an index on the column.

jbennet commented: good +22
debasisdas 580 Posting Genius Featured Poster

So what is your problem ?

debasisdas 580 Posting Genius Featured Poster

To be loved, love.

debasisdas 580 Posting Genius Featured Poster

You better contact the web hosting service provider.

debasisdas 580 Posting Genius Featured Poster

Try using MS office Visio, but that is not a free tool.

debasisdas 580 Posting Genius Featured Poster

Try using SendKeys Method

debasisdas 580 Posting Genius Featured Poster

Please post your code that you are working on. Our experts will advice you to improve the same. Don't expect the complete code.

debasisdas 580 Posting Genius Featured Poster

Try using the following link.

This is part of oracle documentation library.

debasisdas 580 Posting Genius Featured Poster

the first one uses client side cursor.

debasisdas 580 Posting Genius Featured Poster

What exactly is your requirement ?

debasisdas 580 Posting Genius Featured Poster

When communicating, the important thing is the content, not the volume.

debasisdas 580 Posting Genius Featured Poster

Are you using the SPOOL command to generate the flat file ?

debasisdas 580 Posting Genius Featured Poster

@sbchandru

You need to post your working code before asking for code and specify in which part you are facing problem.

Here we do not run a free code writing service.

debasisdas 580 Posting Genius Featured Poster

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

Welcome.

Please post your question the related section of the forum only.

debasisdas 580 Posting Genius Featured Poster

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

Hi nishanth,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Welcome.

C++ developers never gets old they only mature with time.

debasisdas 580 Posting Genius Featured Poster

You are most welcome.

debasisdas 580 Posting Genius Featured Poster

Welcome aboard,

See you soon in VB forum.

debasisdas 580 Posting Genius Featured Poster

Then you need to use the free tool Query Reporter

debasisdas 580 Posting Genius Featured Poster

There are different ways to connect to database.

you can either you code or components.

try using ADO or DAO.

What is the database that you are using.

debasisdas 580 Posting Genius Featured Poster

If you want to move that like hands of a clock use SIN and COS trigonometric functions.

debasisdas 580 Posting Genius Featured Poster

1. declare a byte variable
2. check the value for 3>= before prompting for inputbox
3. increment the value by by 1 after the inputbox

debasisdas 580 Posting Genius Featured Poster

What did Google say ?

Have you tried for that option ?

debasisdas 580 Posting Genius Featured Poster

Kindly do your home work / assignment yourself.

He re we do not run a free code writing service.

If you want help, post the code that you are working on.

debasisdas 580 Posting Genius Featured Poster

put the application in start up.
run the application in system tray.
use some third party control to display popup message.

debasisdas 580 Posting Genius Featured Poster

You need to read books , there are thousands of example lying abundantly across millions of web pages .

debasisdas 580 Posting Genius Featured Poster

What exactly is the error.

debasisdas 580 Posting Genius Featured Poster

Please find the connection string here.

debasisdas 580 Posting Genius Featured Poster

Please check this thread.

debasisdas 580 Posting Genius Featured Poster

Kindly mention what exactly you are looking for and what are you getting as output from your query.

debasisdas 580 Posting Genius Featured Poster

What did Google say ?

debasisdas 580 Posting Genius Featured Poster

What you have done so far ?

debasisdas 580 Posting Genius Featured Poster

What is a Java Database ?

debasisdas 580 Posting Genius Featured Poster

Kindly post the code that you are working on.

debasisdas 580 Posting Genius Featured Poster

Being deeply loved by someone gives you strength, While loving someone deeply gives you courage.

debasisdas 580 Posting Genius Featured Poster

what i understand is you need to store username and password in oracle database and use that credential to login to your application dynamically at runtime.
if that is the case

select count(*) from user_login where user_name='username' and password = 'password'

if this returns 1 then allow to log in to application else re-prompt for username and password.
NOTE:--Username must be the PK of the table storing the log in credentials.

debasisdas 580 Posting Genius Featured Poster

What about restriction the user input to certain length ?
For output if the value is outside the range of decimal, simply show as out of range. That is exactly what the windows built in calculator does.

debasisdas 580 Posting Genius Featured Poster

Then you need to try this.

TOAD does not come in that price range.

debasisdas 580 Posting Genius Featured Poster

you need to copy the activex component also to the system and register that using REGSVR32 command.

debasisdas 580 Posting Genius Featured Poster

Please have a look at this article from MSDN.

Also check this .