debasisdas 580 Posting Genius Featured Poster

That simply means you did not understand how NVL works.

debasisdas 580 Posting Genius Featured Poster

1. store all the dates and other details (suppose birth day of all friend with there name , ph and email) in a database.
2. on start of your application it should connect to database and check if todays date matches with any of the dates in the database.
3. If it matches display a pop up in the system tray.

You need to run you application on a scheduled time once a day.

debasisdas 580 Posting Genius Featured Poster

That will depend on the model of the device and the device responds to what commands.

debasisdas 580 Posting Genius Featured Poster

Data base needs to be in centralized server and all branches needs to access the same.

debasisdas 580 Posting Genius Featured Poster

If the device is switched of how it will respond to your program ?

debasisdas 580 Posting Genius Featured Poster

You need to read this.

debasisdas 580 Posting Genius Featured Poster

You need to fix the other joins as well.

debasisdas 580 Posting Genius Featured Poster

Are you trying to switch on / off (the power supply) the device ?

debasisdas 580 Posting Genius Featured Poster

I really do not understand what is that convert

Lets see your working code.

debasisdas 580 Posting Genius Featured Poster

your join looks weird.

you are saying 6 tables but actually using 9

as per your code

select * from table1
inner join table2 on table1.id = table3.id

may i know why table1 is joined with table2 on table3.id ?

NOTE:-- There should be at least n-1 number of joins for joining n number of tables.

debasisdas 580 Posting Genius Featured Poster

but to come with any solution, one need to know

1. what is the table structure
2. which all tables are joined in your left outer join
3. what are you doing with the cursor.
4. how many records you are processing ....etc

don't expect others to guess and solve your problem.

debasisdas 580 Posting Genius Featured Poster

which database you are using ?

debasisdas 580 Posting Genius Featured Poster

You only know what you are writing .

debasisdas 580 Posting Genius Featured Poster

i am not sure if that property is available in the version you are using.

try using both textbox and a combo.

type in textbox and populate the combo.

Use change event of the textbox.

debasisdas 580 Posting Genius Featured Poster

lets see the code that you are working on.

debasisdas 580 Posting Genius Featured Poster

Database is bundled as part of application. It must be deployed separately ( unless it is MS Access database file )

debasisdas 580 Posting Genius Featured Poster

why are you using Unload Me ?

debasisdas 580 Posting Genius Featured Poster

learn what ever you can find.

debasisdas 580 Posting Genius Featured Poster

what you are doing ?

debasisdas 580 Posting Genius Featured Poster

which database you are using and what exactly you mean by linking ?

debasisdas 580 Posting Genius Featured Poster

Try using DATE ADD()----add 7 days

and then use %W for mat to extract the day o use DAYNAME(date)

SELECT OrderId,DATE_ADD(OrderDate,INTERVAL 45 DAY) AS OrderPayDate
FROM Orders
debasisdas 580 Posting Genius Featured Poster

Is it 32 bit or 64bit Oracle 11g r2 installed on the machine ?

debasisdas 580 Posting Genius Featured Poster

Please more here , here, here and here.

debasisdas 580 Posting Genius Featured Poster

1. clear the control.
2. refresh the recordset from database.
3. populate the control.

debasisdas 580 Posting Genius Featured Poster

Is there any column on which both the tables can be joined (account_id may be).

debasisdas 580 Posting Genius Featured Poster

This my be helpful to you.

debasisdas 580 Posting Genius Featured Poster

I am really to eager to know, how you

add control or make changes in code at runtime

debasisdas 580 Posting Genius Featured Poster

I really do not understand your code.

Why are you using 3 different logic for the same condition
If Booksremaining > 0 Then and that to in independent IF blocks ???

debasisdas 580 Posting Genius Featured Poster

run the command in backend and check if that works for you.

debasisdas 580 Posting Genius Featured Poster

for that you need to store all your suggestions in database and fetch from there to display in the control.

debasisdas 580 Posting Genius Featured Poster

Media player won't do that for you.

debasisdas 580 Posting Genius Featured Poster

query only

SELECT * FROM NLS_DATABASE_PARAMETERS
debasisdas 580 Posting Genius Featured Poster

Hi Dan,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

try with some data of length < 255 and check if it works.

debasisdas 580 Posting Genius Featured Poster

have you looked into NLS settings ?

debasisdas 580 Posting Genius Featured Poster

I don't understand this.

<<because excel can only accommodate 255 nvarchar right?>>

Increasing the data type size in database side should solve your problem.

debasisdas 580 Posting Genius Featured Poster

Use CLOB.

debasisdas 580 Posting Genius Featured Poster

run the query in access.

debasisdas 580 Posting Genius Featured Poster

Hi BrendaM,

Welcome to Daniweb.

debasisdas 580 Posting Genius Featured Poster

You need to run one Update query after successful login.

debasisdas 580 Posting Genius Featured Poster

you need to check if data in source is compatible with destination tables structure.

debasisdas 580 Posting Genius Featured Poster

I am not sure if MM Control supports FLV files.

debasisdas 580 Posting Genius Featured Poster

try to run the sql query with the dates that you are passing in the back end and check if you are getting any records.

debasisdas 580 Posting Genius Featured Poster

simply, by writing some code that works for you.

debasisdas 580 Posting Genius Featured Poster

How are you importing ?

debasisdas 580 Posting Genius Featured Poster

and ensure to pass the date of DateTimePicker2 less than that of DateTimePicker1

also you need to parse the date into proper format.

debasisdas 580 Posting Genius Featured Poster

which component you have used ?

Media Player or MM control ?

debasisdas 580 Posting Genius Featured Poster

Hello Charles,

Welcome to Daniweb.

Hope you have a nice time earning new technology here.

debasisdas 580 Posting Genius Featured Poster

This is related to Database Design ?

debasisdas 580 Posting Genius Featured Poster

This may help.