debasisdas 580 Posting Genius Featured Poster

I would suggest 3rd way (some changes to method 1).

debasisdas 580 Posting Genius Featured Poster

844

debasisdas 580 Posting Genius Featured Poster

848

debasisdas 580 Posting Genius Featured Poster

852

debasisdas 580 Posting Genius Featured Poster

and West Indies is going back to home.

debasisdas 580 Posting Genius Featured Poster

852

debasisdas 580 Posting Genius Featured Poster

lets see your code.

and what exactly is the error message ?

debasisdas 580 Posting Genius Featured Poster

try this sample

select count(*) from demo where user_name = u_name and password = pwd

if this SQL returns 1 log in successful and proceed further
else
re-prompt for username / password.

No need of any looping or checking for EOF.

debasisdas 580 Posting Genius Featured Poster

No assignments please.

We don't spoon feed here.

debasisdas 580 Posting Genius Featured Poster

One team will be out of race today.

debasisdas 580 Posting Genius Featured Poster

852

debasisdas 580 Posting Genius Featured Poster

848

@Momerath

Don't post today , will feel ever better ;)

debasisdas 580 Posting Genius Featured Poster

828

Good morning.

debasisdas 580 Posting Genius Featured Poster

786

good night ...

debasisdas 580 Posting Genius Featured Poster

630

EOD

debasisdas 580 Posting Genius Featured Poster

6.2.8

better take rest guys

debasisdas 580 Posting Genius Featured Poster

628

debasisdas 580 Posting Genius Featured Poster

626

debasisdas 580 Posting Genius Featured Poster

6/2/6

debasisdas 580 Posting Genius Featured Poster

..624

debasisdas 580 Posting Genius Featured Poster

6 2 4

debasisdas 580 Posting Genius Featured Poster

624

debasisdas 580 Posting Genius Featured Poster

6_2_4

debasisdas 580 Posting Genius Featured Poster

6.2.2

debasisdas 580 Posting Genius Featured Poster

622

debasisdas 580 Posting Genius Featured Poster

6.2.0

debasisdas 580 Posting Genius Featured Poster

620

debasisdas 580 Posting Genius Featured Poster

6 2 0

debasisdas 580 Posting Genius Featured Poster

620

debasisdas 580 Posting Genius Featured Poster

6_2_0

debasisdas 580 Posting Genius Featured Poster

6 2 0

debasisdas 580 Posting Genius Featured Poster

618

debasisdas 580 Posting Genius Featured Poster

618

debasisdas 580 Posting Genius Featured Poster

Hi.
i detached the database and added it to my program as an existing item

What exactly you did ?

debasisdas 580 Posting Genius Featured Poster

614

debasisdas 580 Posting Genius Featured Poster

Use must use a dot matrix printer.

debasisdas 580 Posting Genius Featured Poster

614

debasisdas 580 Posting Genius Featured Poster

Kids must go to bed early.:zzz:

debasisdas 580 Posting Genius Featured Poster

6 1 4

debasisdas 580 Posting Genius Featured Poster

614

debasisdas 580 Posting Genius Featured Poster

618

debasisdas 580 Posting Genius Featured Poster

618

debasisdas 580 Posting Genius Featured Poster

616

debasisdas 580 Posting Genius Featured Poster

It's hard to wait for something you know might never happen.
But it's even harder to give up when you know it's everything you want.

debasisdas 580 Posting Genius Featured Poster

Everything always works in development system.

Ensure that you are passing the proper file name.

Lets know first how you have connected / calling CR from your apps.

debasisdas 580 Posting Genius Featured Poster

i want to delete a record by searching that number in two tables Table1 and Table2,the record may present in Table1 or Table2 ,so it should check both the Tables ,if it is found in table1 it should delete or else from table 2 it should delete.

As you say, you are not sure the record exists in which table. At least you should know the value is expected in which column of the table. And since the tables are independent of each other, you can run DELETE on the individual tables no need to search. When you execute DELETE the record will be deleted it exists else not.

debasisdas 580 Posting Genius Featured Poster

... you can vote as you please

What the hell, how can he vote, is till a minor. :twisted:

debasisdas 580 Posting Genius Featured Poster

I visited this thread several times in last couple of days, but never had the patience to read 600 + lines of code.

May be i will visit this again in the weekend.

debasisdas 580 Posting Genius Featured Poster

I want to add a column that shows the number of cupcakes the customer bought for that specific order_date

I assume you are trying to add that column in SQL output, not in the actual table.

Kindly post your table structure and relation between them.

debasisdas 580 Posting Genius Featured Poster

Do you have the under lying database in place ?