debasisdas 580 Posting Genius Featured Poster

I mean you need to set up separate databases.

It should not be like table 1 ..9 for one database and table 10..18 for another client.

It can also be achieved by storing all the client data into a single set of tables by maintaining some sort of flag, but that will involve high risk factor for data security.

Just imagine what happens when report of one client containing all the sensitive data goes to another client (may be a potential competitor) by mistake.

debasisdas 580 Posting Genius Featured Poster

Better maintain separate database (not separate tables) for each client for data security.

debasisdas 580 Posting Genius Featured Poster

From the daniweb welcoming community

Who is that ? :?:

debasisdas 580 Posting Genius Featured Poster

690

debasisdas 580 Posting Genius Featured Poster

692

debasisdas 580 Posting Genius Featured Poster

Then try this .

debasisdas 580 Posting Genius Featured Poster

You can try this sample for reference.

Ignore the part of the code that is not required for you.

debasisdas 580 Posting Genius Featured Poster

create a control array of the check boxes with different caption.

In a loop check if the check box is checked if yes capture the caption property and add to list view.

debasisdas 580 Posting Genius Featured Poster

You need to look into the availability column.

But that column shows status of the car or the driver ?

debasisdas 580 Posting Genius Featured Poster

What does the check boxes contain ?

Are you getting values from database or are static values only.

debasisdas 580 Posting Genius Featured Poster

You need to update after adding each set of values otherwise only the last bunch of values will over write all other previous values.

debasisdas 580 Posting Genius Featured Poster

Sorry, we do not do your assignment / home work.

debasisdas 580 Posting Genius Featured Poster

In others words rental can be created on once customer, movie and game tables are in existence.

debasisdas 580 Posting Genius Featured Poster

694

debasisdas 580 Posting Genius Featured Poster

Have you tried anything yet ?

Kindly post the code that you are working on for any help on the topic from experts.

Go through the following for further reference.

link1
link2 and link3.

debasisdas 580 Posting Genius Featured Poster

What exactly you are trying to achieve, please elaborate.

debasisdas 580 Posting Genius Featured Poster

702

debasisdas 580 Posting Genius Featured Poster

It would be better if you re-phrase your question.

Please post one question only per thread.

debasisdas 580 Posting Genius Featured Poster

706

debasisdas 580 Posting Genius Featured Poster

Lets see your query and how you call the same from VB.

debasisdas 580 Posting Genius Featured Poster

The following links may be useful to you.

Link1
Link2

debasisdas 580 Posting Genius Featured Poster

708

debasisdas 580 Posting Genius Featured Poster

You need to practice more than going for a certification. Certification will definitely add weight your profile but for that you good working knowledge also.

debasisdas 580 Posting Genius Featured Poster

710

debasisdas 580 Posting Genius Featured Poster

714

debasisdas 580 Posting Genius Featured Poster

Sorry to say, but you have to solve your own assignment.

debasisdas 580 Posting Genius Featured Poster

706

Hi Kraai.

debasisdas 580 Posting Genius Featured Poster

Not sure exactly what is your confusion.

All arithmetic operations works on database tables while used as part of a SQL.

debasisdas 580 Posting Genius Featured Poster

706

was traveling.

debasisdas 580 Posting Genius Featured Poster

I consider you are asking about OUT parameter.

Please go through this sample code.

That code is written for Oracle, but VB part remains same.

debasisdas 580 Posting Genius Featured Poster

Yeah, it is on the way.

debasisdas 580 Posting Genius Featured Poster

CASE executes faster.

DECODE works with expressions which are scalar values.

CASE can work with predicates and subqueries in searchable form:

CASE handles NULL values differently

debasisdas 580 Posting Genius Featured Poster

710

debasisdas 580 Posting Genius Featured Poster

632

debasisdas 580 Posting Genius Featured Poster

Congratulations team India.

The true champions.

~s.o.s~ commented: champions indeed +0
debasisdas 580 Posting Genius Featured Poster

548

debasisdas 580 Posting Genius Featured Poster

550

debasisdas 580 Posting Genius Featured Poster

550

debasisdas 580 Posting Genius Featured Poster

538

debasisdas 580 Posting Genius Featured Poster

514

debasisdas 580 Posting Genius Featured Poster

518

debasisdas 580 Posting Genius Featured Poster

That ER looks impressive.

May need some minor modification.

debasisdas 580 Posting Genius Featured Poster

Seems you have to specify values when using RANGE. If one uses HASH then you don't need to specify values.

Exactly, that is how partition works.

Things becomes more challenging once you decide to you composite partition.
i.e.-- different types of partition logic on a single table.

debasisdas 580 Posting Genius Featured Poster

518

debasisdas 580 Posting Genius Featured Poster

522

debasisdas 580 Posting Genius Featured Poster

please try working on this model

TYRE
------------
T_ID
T_TYPE
T_BATCH_NUM
T_MANUFACTURER
T_LOT_NUM
T_DESCRIPTION
T_POSITION
…
…
VEHICLE
--------
V_ID
V_DESC
V_TYPE
T_ID1
T_ID2
T_ID3
T_ID4
…
…
debasisdas 580 Posting Genius Featured Poster

526

debasisdas 580 Posting Genius Featured Poster

530

debasisdas 580 Posting Genius Featured Poster

534

debasisdas 580 Posting Genius Featured Poster

538