debasisdas 580 Posting Genius Featured Poster

Your code is perfectly fine.

debasisdas 580 Posting Genius Featured Poster

MySQL is used on most web hosts for the simple reason that it is free.

Can't disagree.

debasisdas 580 Posting Genius Featured Poster

..... will this work in VB6..

100%

debasisdas 580 Posting Genius Featured Poster

After successful log in, you need to check the privilege of the same user from database. If the user has desired privileges then enable the password change form else disable that.

debasisdas 580 Posting Genius Featured Poster

if configuration failed, database service will not start.

debasisdas 580 Posting Genius Featured Poster

Welcome to the forum.

No one is going to supply with ready project.

You need to show effort to get any help.

debasisdas 580 Posting Genius Featured Poster

It asks you to set those during the process of installation.

debasisdas 580 Posting Genius Featured Poster

try to rename the table to something else.

USER is predefined keyword.

debasisdas 580 Posting Genius Featured Poster

What about loading all data from .CSV into database using loader and later filtering out all unwanted records.

debasisdas 580 Posting Genius Featured Poster

You need to use same version of EXP/IMP or EXPDP/IMPDP for database export and import.

debasisdas 580 Posting Genius Featured Poster

You need to read books for all that.
If you hit any search engine with proper keywords, will get a lot of online resources.

debasisdas 580 Posting Genius Featured Poster

You need to heck if database is configured and the service is running. To log in into database you need to provide database username and password not windows credentials.

debasisdas 580 Posting Genius Featured Poster

MS Visio usually displays all the table of the database. You need to select tables related to your schema only. Tables of all other schemas will be qualified by respective schema names.

debasisdas 580 Posting Genius Featured Poster

Since you are always concatenating the generated number to a fixed string, you need to generate only the number part from DB. Using the logic of Max(field)+1 should work fine for you.

debasisdas 580 Posting Genius Featured Poster

If you are using IMP command you need to use the parameter DATA_ONLY.

If you are using IMPDP command you need to use the parameter TABLE_EXISTS_ACTION.

debasisdas 580 Posting Genius Featured Poster

How can anyone log in into the database and corrupt the all important data without any access.

Either the data was not important or there was no security for the database. Even if there is some log you will never find the name of the person who did all that.

debasisdas 580 Posting Genius Featured Poster

You need to use a timer.

debasisdas 580 Posting Genius Featured Poster

What about reading books for all those basic information.

debasisdas 580 Posting Genius Featured Poster

Lets see the code that you are working on and make it work.

debasisdas 580 Posting Genius Featured Poster

Your question is of very novice level. You need to read books for all those information.

debasisdas 580 Posting Genius Featured Poster

You can take count of the desired field from DB.

debasisdas 580 Posting Genius Featured Poster

You need to read this and this.

debasisdas 580 Posting Genius Featured Poster

My understanding is army does not have a rank a soldier has.

debasisdas 580 Posting Genius Featured Poster

Need more clarification to answer this.

debasisdas 580 Posting Genius Featured Poster

SELECT Surename , Forename FROM tblData

debasisdas 580 Posting Genius Featured Poster

Hi harry,

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

Hi harry,

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

country : country_code ,country_name
Army : army_code, army_name , country_code
Solders : name , ID , rank,country_code

debasisdas 580 Posting Genius Featured Poster

Centralized.

debasisdas 580 Posting Genius Featured Poster

Have you tried something from your side so far ?

debasisdas 580 Posting Genius Featured Poster

Need more information on the exact issue.

debasisdas 580 Posting Genius Featured Poster

how are you writing the record set to excel ?

debasisdas 580 Posting Genius Featured Poster

set the format type of DatePicker1 to custom
and set the format to hh-mm-ss

debasisdas 580 Posting Genius Featured Poster

To edit an existing record you need to use the method .Edit not .AddNew

debasisdas 580 Posting Genius Featured Poster

are there duplicate entries for field book_num in the table booking ?

debasisdas 580 Posting Genius Featured Poster

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

Why you need to select the color using a label and why 4 buttons just to change the color.

Select the color using a combobox and use a single button.

debasisdas 580 Posting Genius Featured Poster

They are from two different vendors.

pritaeas commented: :) +14
debasisdas 580 Posting Genius Featured Poster

what exactly you are trying to do ?

debasisdas 580 Posting Genius Featured Poster

You need to define the constraint at table level not at column level.

That will work.

debasisdas 580 Posting Genius Featured Poster

You need to read a lot of books.

debasisdas 580 Posting Genius Featured Poster

Pleasse give me any vb6 project or source code

Sorry, we don't do that.

debasisdas 580 Posting Genius Featured Poster

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

Hi Brittany,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

If you already have the code the in which part you are struck with ?

debasisdas 580 Posting Genius Featured Poster

How the picture is being stored in the DB.

Is it the actual picture or the path only ?

debasisdas 580 Posting Genius Featured Poster

yes, what you are trying to do is not supported.

debasisdas 580 Posting Genius Featured Poster

You need to plan your backup activity. It must be scheduled in the time when none of the DB processes are running mostly in early hours of weekends.