debasisdas 580 Posting Genius Featured Poster

This may be useful to you.

debasisdas 580 Posting Genius Featured Poster

If you have some sample data in an excell sheet or in .CSV format, you can upload those into tha table using SQL*LOADER.

debasisdas 580 Posting Genius Featured Poster

There is a bult in login form available in Vb 6.0 IDE.

Try to enhance that.

debasisdas 580 Posting Genius Featured Poster

You need to design your own database objects.

debasisdas 580 Posting Genius Featured Poster

You need to read this and this.

debasisdas 580 Posting Genius Featured Poster

try using .05 in place of '.05'

debasisdas 580 Posting Genius Featured Poster

Death is hereditary.

debasisdas 580 Posting Genius Featured Poster

The answer is a big NO.

debasisdas 580 Posting Genius Featured Poster

You need to compile the above piece of code into a function and use the output as your PK and populate in the form. Later insert the same value into the table.

debasisdas 580 Posting Genius Featured Poster

That is how you reuse the same piece code.

debasisdas 580 Posting Genius Featured Poster

Even if you are a minority of one, the truth is the truth.

codeorder commented: .truth.fully.spoken. :) +0
DeanMSands3 commented: And right you are, sir. +0
debasisdas 580 Posting Genius Featured Poster

Which control you are using to create the graph ?

Does that control support spider web graph ?

If it supports you just need to change the property, if not you can't do that.

You may need to look for some other control for the purpose.

debasisdas 580 Posting Genius Featured Poster
debasisdas 580 Posting Genius Featured Poster

OutpatientDetails should be a subset of InpatientDetails.

Technically only the patients how have come in can only go out.

You need to maintain the same id in both the tables.

Later if it is required you need to join both the tables based on the ID field for any reporting or any other purpose.

debasisdas 580 Posting Genius Featured Poster

Please post, what you have done so far and in which step you are struck, for further assistance from our experts.

debasisdas 580 Posting Genius Featured Poster

if you have installed oracle server in the system, you have to set password during installation atleast for SYS and SYSTEM accounts.

debasisdas 580 Posting Genius Featured Poster

For all those options you need to use a better reporting tool. Atleast earlier versions of Crystal Report.

debasisdas 580 Posting Genius Featured Poster

Visual Basic 5.0 and Crystal Reports 4.6 are not 64 bit application, so are not supported on Windows 7.

debasisdas 580 Posting Genius Featured Poster

Why you need to use INTO clause in the SELECT statement ?
Elements after INTO clause needs to be variables and those needs to be declared in the current scope.

debasisdas 580 Posting Genius Featured Poster

How are you capturing the flow of process of a SQL procedure ?

debasisdas 580 Posting Genius Featured Poster

Only if you are ready to pay the full amount in advance.

debasisdas 580 Posting Genius Featured Poster

Use this and set the chart type as desired.

debasisdas 580 Posting Genius Featured Poster

Creating view is a better option for that.

debasisdas 580 Posting Genius Featured Poster

This info is not enough to provide you with any solution. You need to hire a professional for the job.

debasisdas 580 Posting Genius Featured Poster

You are using MySQL or Oracle ?

You command you tried is not a valid SQL syntax.

debasisdas 580 Posting Genius Featured Poster

What exactly you mean by Horizontal Fragmentation ?

What are you trying to achieve ?

debasisdas 580 Posting Genius Featured Poster

That is my first and last name concatenated.

debasisdas 580 Posting Genius Featured Poster

Creating database at run time does not make any sense.

You need to use EXECUTE IMMEDIATE to create tables at run time.

debasisdas 580 Posting Genius Featured Poster

You need to read this to understand the basics.

debasisdas 580 Posting Genius Featured Poster

try this

text2.text = list1.list (text1.text)
debasisdas 580 Posting Genius Featured Poster

You need to use filelistbox for the purpose.

debasisdas 580 Posting Genius Featured Poster

How you decide which is the most recent upload ?

Are you storing the upload date and time in the DB table ?

debasisdas 580 Posting Genius Featured Poster

What you want to do ?

use either one or all the parameters to filter records ?

debasisdas 580 Posting Genius Featured Poster

You need to understand the basics correctly. scott is a schema within the database not the other way around.

debasisdas 580 Posting Genius Featured Poster

You need to read this and later on go for this.

Perry31 commented: Thanks Debasis its really useful. +1
debasisdas 580 Posting Genius Featured Poster

Better to load the dates as string and convert later.

debasisdas 580 Posting Genius Featured Poster

Hope you did not forget to COMMIT, after executing the INSERT.

debasisdas 580 Posting Genius Featured Poster

That type of chart is displayed if the chart type is Exploded pie 3d chart. I am not sure if the chart control inbuilt to Vb 6.0 has that type support.

debasisdas 580 Posting Genius Featured Poster

try this

Select count(*) from TimeLog where EM_Name = '.................

If it returns 1 display the message else proceed further and save the data.

You need to ensure that EM_Name is the primary key of the table

debasisdas 580 Posting Genius Featured Poster

Welcome aboard.

debasisdas 580 Posting Genius Featured Poster

What kind of vulnerability ? Is it an injection attack ?

debasisdas 580 Posting Genius Featured Poster

What exactly you mean by explode a piece of a pie chart ?

debasisdas 580 Posting Genius Featured Poster

FYI -- dll is a compiled sub or function only.

debasisdas 580 Posting Genius Featured Poster

How you convert the.zip file into binary stream ?

debasisdas 580 Posting Genius Featured Poster

Please read more here.

debasisdas 580 Posting Genius Featured Poster

You should have downloaded the install set from the official site.

debasisdas 580 Posting Genius Featured Poster

Better let a professional do the job of installation and configuration of database for you.

debasisdas 580 Posting Genius Featured Poster

You need to subtract the dates. Try to use DateDiff Function.

debasisdas 580 Posting Genius Featured Poster

If by attaching you means to say play an audio file , you can use media player control, MM control or use the API Playsound.

debasisdas 580 Posting Genius Featured Poster

Hi Justin,

Welcome on board.

I really like your attitude.