debasisdas 580 Posting Genius Featured Poster

Hi Sandy,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

On Error Resume Next----is evil, especially in the context of log in screens.

"select count(*) from login where username = ' " & Text1.Text & " ' and password = '" & Text2.Text &"'"

if count returns 1 proceed further and go to the next screen else re-prompt for login credentials.

debasisdas 580 Posting Genius Featured Poster

A cursor controls the navigation of records in a recordset and how the records will be updated

adOpenForwardOnly - this is the default cursor if no other is specified. This cursor allows only forward movement through a recordset

adOpenKeyset - this cursor supports forwards as well as backwards navigation. It also allows you to update a recordset and all changes will be reflected in other users recordsets. The cursor also supports bookmarking

adOpenDynamic - this cursor supports forward and backward navigation but bookmarks may not be supported (ie Access). Any changes made to data are immediately visible with no need to resynchronise the cursor with the database

adOpenStatic - this cursor uses a static copy of data from the database and therefore no changes to the data are visible and supports forward and backward navigation

debasisdas 580 Posting Genius Featured Poster

With the information provided by you, i can only suggest you to read books for all the details.

debasisdas 580 Posting Genius Featured Poster

getting auto-incremented, how ?

check if they are getting auto-incremented or not .

debasisdas 580 Posting Genius Featured Poster

You are not inserting the Id columns (authorID, publisherID,..............) into any of the tables.

check your insert statements.

debasisdas 580 Posting Genius Featured Poster

change the last line to the following.

& textDateTime & "','mm/dd/yyyy hh24:mi:ss')",'" &  ComboBox1.Text.TRIM & "')"
debasisdas 580 Posting Genius Featured Poster

did you follow the steps as suggested by urtrivedi ?

debasisdas 580 Posting Genius Featured Poster

I think the values in the column UpperBound & LowerBound are reversed.

Regarding your SQL, why not use between operator.

debasisdas 580 Posting Genius Featured Poster

may be you need to fix the part between the date and combo field.

debasisdas 580 Posting Genius Featured Poster

change line # 9 to following and try.

rs.Open str, conn, adOpenStatic, adLockOptimistic
debasisdas 580 Posting Genius Featured Poster

post only the SQL insert statement.

debasisdas 580 Posting Genius Featured Poster

Can i have your table structure and some sample data please, that will really help understand your question better.

debasisdas 580 Posting Genius Featured Poster

Can you print the SQL statement and post over here. (only the SQL not .net code)

debasisdas 580 Posting Genius Featured Poster

Hi sunny,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

what about passing more info .

debasisdas 580 Posting Genius Featured Poster

......I am in charge of Administration on days the other IT guys are not available.

Is it that you work on weekends only when no one works and no one is available :?:

debasisdas 580 Posting Genius Featured Poster

That did not answer my question.

rishilopez commented: need to convert the datareports to PDF format and send it to mail all this in vb... +0
debasisdas 580 Posting Genius Featured Poster

I don't open rapidshare for any coding not do i send solutions by mail.

debasisdas 580 Posting Genius Featured Poster

I really do not understand your code.

can you please explain line #4 and #5 .

debasisdas 580 Posting Genius Featured Poster

1. You can create a view based on the records of the JOIN between the relevant tables for the purpose of search.
2. While updating you need to update only one master table by pulling / selecting record from the above mentioned view.

debasisdas 580 Posting Genius Featured Poster

it is Plan1 or Plna1

debasisdas 580 Posting Genius Featured Poster

Yes, that's what school kids do.

katmai539 commented: touché +0
Daniwebiscrap commented: I agree to some extent. Although how can you say this if you have no idea about the kids ability. Ingnorant aint ya. +0
debasisdas 580 Posting Genius Featured Poster

All Apprenticeship jobs are like that only.

debasisdas 580 Posting Genius Featured Poster

I want all records to display.

Then why you need to use GROUP BY clause in the SQL ?

debasisdas 580 Posting Genius Featured Poster

Why not use a dynamic parametrized dynamic SQL to handle the requirement.

debasisdas 580 Posting Genius Featured Poster

authorID in the books table is the foreign key in Books table which refers to the primary key of the Author table.

debasisdas 580 Posting Genius Featured Poster

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

since you are using GROUP BY clause , you need to use some grouping function as part of the select list.

debasisdas 580 Posting Genius Featured Poster

You can try to use Base64 encoding.

debasisdas 580 Posting Genius Featured Poster

Try this.

debasisdas 580 Posting Genius Featured Poster

What is a GIS project ?

What kind of data you are going to store in the DB ?

What is the front end application /language you are using / planning to use ?

debasisdas 580 Posting Genius Featured Poster

Does that job pays you enough ?

debasisdas 580 Posting Genius Featured Poster

Don't break anyone's heart... you'll regret it later.

Muralidharan.E commented: True +0
debasisdas 580 Posting Genius Featured Poster

How do you convert data in data report to the formats mentioned by you ?

debasisdas 580 Posting Genius Featured Poster

Hi harry,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

in what format ?

debasisdas 580 Posting Genius Featured Poster

Hi johnn,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Hi nanvy,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Hi
Welcome to the forum.

check for the New Posts link on the status bar.

debasisdas 580 Posting Genius Featured Poster

You may need to use 3rd party control.

also try reading this and this.

debasisdas 580 Posting Genius Featured Poster

824

debasisdas 580 Posting Genius Featured Poster

824

debasisdas 580 Posting Genius Featured Poster

What i was trying to explain you is you need to show us here what you have done so far and where you are struck. We need to understand what exactly is the problem to slove it.

debasisdas 580 Posting Genius Featured Poster

824

debasisdas 580 Posting Genius Featured Poster

No.

I did not open a free code writing shop.

You need to show some effort to get any help here.

debasisdas 580 Posting Genius Featured Poster

826

debasisdas 580 Posting Genius Featured Poster

826

debasisdas 580 Posting Genius Featured Poster

Write a program that will ask ..........

I have written the programme. :)
What next ?

debasisdas 580 Posting Genius Featured Poster

826