debasisdas 580 Posting Genius Featured Poster

You need to start with drawing a circle.

Gradually change its different parameters to create oval shapes and proceed further.

debasisdas 580 Posting Genius Featured Poster

638

debasisdas 580 Posting Genius Featured Poster

642

debasisdas 580 Posting Genius Featured Poster

1. Do not use reserved key words as variables(Command,Connection etc).
2. Both of your SQL is syntactically wrong.

debasisdas 580 Posting Genius Featured Poster

Timestamp will capture the exact time when the record was changed for each record.

debasisdas 580 Posting Genius Featured Poster

What you have so far ?

debasisdas 580 Posting Genius Featured Poster

646

debasisdas 580 Posting Genius Featured Poster

646

debasisdas 580 Posting Genius Featured Poster

650

debasisdas 580 Posting Genius Featured Poster

652

???

debasisdas 580 Posting Genius Featured Poster

656

debasisdas 580 Posting Genius Featured Poster

..... direct give me code or project file .....

Don't ever expect that here.

You need to show some effort to get help from our experts.

debasisdas 580 Posting Genius Featured Poster

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

660

debasisdas 580 Posting Genius Featured Poster

664

debasisdas 580 Posting Genius Featured Poster

652

debasisdas 580 Posting Genius Featured Poster

652

debasisdas 580 Posting Genius Featured Poster

652

debasisdas 580 Posting Genius Featured Poster

652

debasisdas 580 Posting Genius Featured Poster

You need to read this and this.

Also read this.

debasisdas 580 Posting Genius Featured Poster

You need to store the password in the connection string itself.

Please find more on connectionstring.

debasisdas 580 Posting Genius Featured Poster

648

debasisdas 580 Posting Genius Featured Poster

648

debasisdas 580 Posting Genius Featured Poster

better than the best

debasisdas 580 Posting Genius Featured Poster

648

debasisdas 580 Posting Genius Featured Poster

652

debasisdas 580 Posting Genius Featured Poster

656

debasisdas 580 Posting Genius Featured Poster

660

debasisdas 580 Posting Genius Featured Poster

664

debasisdas 580 Posting Genius Featured Poster

666

debasisdas 580 Posting Genius Featured Poster

try something like this

select e.first_name
from employees e, goods g, orders o
where e.id = o.employee_id
and g.id = o.item_id

you need to modify this to suit your requirement.

debasisdas 580 Posting Genius Featured Poster

666

or may be ...

debasisdas 580 Posting Genius Featured Poster

668

debasisdas 580 Posting Genius Featured Poster

672

debasisdas 580 Posting Genius Featured Poster

Why not try using JOIN .

Join all the three tables and retrieve the data

debasisdas 580 Posting Genius Featured Poster

no, i was asking about the table structures and their relations.

debasisdas 580 Posting Genius Featured Poster

It is better to write a procedural block.

what is the relation between the tables ?

debasisdas 580 Posting Genius Featured Poster

what exactly you are trying to do ?

debasisdas 580 Posting Genius Featured Poster

You need to check the following links.

link1
link2
link3
link4

debasisdas 580 Posting Genius Featured Poster

672

debasisdas 580 Posting Genius Featured Poster

676

debasisdas 580 Posting Genius Featured Poster

676

debasisdas 580 Posting Genius Featured Poster

Can you have the data in a delimited format (ex. csv) rather than text format.

debasisdas 580 Posting Genius Featured Poster

676

debasisdas 580 Posting Genius Featured Poster

680

debasisdas 580 Posting Genius Featured Poster

Will the length of the book, the chapter and that of the verse number will remain same ?

debasisdas 580 Posting Genius Featured Poster

684

debasisdas 580 Posting Genius Featured Poster

686

debasisdas 580 Posting Genius Featured Poster

From the string in the text file how you know which is
1. the book name
2. the chapter
3. the vers

what is the database that you are using ?

debasisdas 580 Posting Genius Featured Poster

You need to check for and handle NULL values in your Stored Procedure.