2,951 Posted Topics

Member Avatar for dinilkarun
Member Avatar for debasisdas
0
57
Member Avatar for ally1002
Member Avatar for RatanKumar
Member Avatar for Finn.oftedal
Member Avatar for sam.ss
Member Avatar for debasisdas
0
95
Member Avatar for nanawan

you need to use COUNT in the database by passing the username and password from the user input . if it returns 1(one) then allow to login else re-prompt for correct user name and password

Member Avatar for debasisdas
0
63
Member Avatar for elanch
Member Avatar for debasisdas
0
83
Member Avatar for brr

[QUOTE=brr;615322]if i give days between 4 months, but i want days only till end of the first month only[/QUOTE] why you need to pass dates for that. Last_day will do that for you with only one parameter.

Member Avatar for debasisdas
0
90
Member Avatar for pointers

In 10g once the table is dropped its related objects are renamed and stored in recyclebin. But grants will not work anymore.

Member Avatar for debasisdas
0
90
Member Avatar for pointers

Check the data foramt by using this select * from nls_database_parameters

Member Avatar for debasisdas
0
76
Member Avatar for janz_03

you need to pass the password dynamically . If it is wrong return some error ,tap it at front end and reprompt for correct password.

Member Avatar for janz_03
0
80
Member Avatar for kehar

you need to desing the frontend as well as the database and connect the both for the purpose. you need to store alll the details that you need for retrieving it back.

Member Avatar for kehar
0
98
Member Avatar for nipu_haq
Member Avatar for realone

why you need to compare the images . try to work on other fields line id or any other primay / unique key field.

Member Avatar for debasisdas
0
49
Member Avatar for BORAX
Member Avatar for abhishek_jammu
Member Avatar for efarook

it will be better to handle the database part manually if it is sql server or oracle.

Member Avatar for efarook
0
121
Member Avatar for malleswarareddy

To avoid duplicate addition you need to check that before adding the item to the tree view.

Member Avatar for uma625010
0
90
Member Avatar for ashish.bhatia
Member Avatar for realone
Member Avatar for realone
Member Avatar for Jose_A_Duran
Member Avatar for debasisdas
0
188
Member Avatar for tanha

Please do not try MySQL commands in SQL. creation of database is diffent in oracle . Refer to books/manual for details.

Member Avatar for tanha
0
131
Member Avatar for jaasaria
Member Avatar for jaasaria
0
134
Member Avatar for neerajpareek
Member Avatar for realone
Member Avatar for debasisdas
0
81
Member Avatar for jhaycutexp

search the net . you can easily find some third party compoents for your purpose.

Member Avatar for debasisdas
0
72
Member Avatar for kigams
Member Avatar for debasisdas
0
81
Member Avatar for realone
Member Avatar for amass
Member Avatar for choudhuryshouvi
0
239
Member Avatar for avtar.sohi

If you are familar with oracle procedures then you just need to take care of the syntax and just implement the logic in PLSQL.

Member Avatar for avtar.sohi
0
132
Member Avatar for veledrom

Please find an article on the topic [URL="http://bytes.com/forum/thread771381.html"]here[/URL] . It is tested on oracle 10.2 and uses UTL_SMTP.

Member Avatar for debasisdas
0
84
Member Avatar for hell_tej

Please pass more information. What do you mean by table will be created automatically. You can check if the table exists in database or not by using simple SQl statments.

Member Avatar for hell_tej
0
89
Member Avatar for selvaganapathy
Member Avatar for jaasaria

you need to create two connection objects. Insert in access and if connection exists open the second connection and repeat the step1 again.

Member Avatar for werks
0
121
Member Avatar for veledrom

using the cache increases the performance but that can create problem in some circumstances also.

Member Avatar for Nige Ridd
0
215
Member Avatar for MohammadAliSadi

[QUOTE=MohammadAliSadi;597713] ................................. I do not understand what is the problem. ................................... [/QUOTE] I don't understand all that junk code .

Member Avatar for debasisdas
0
186
Member Avatar for khalidmehmood
Member Avatar for Nige Ridd
0
94
Member Avatar for chrisdent1986
Member Avatar for DWFENNEL
Member Avatar for dinilkarun
Member Avatar for chrisdent1986
Member Avatar for debasisdas
0
139
Member Avatar for az_master

try to use this me.backcolor=rgb(rnd*255,rnd*255,rnd*255) and call this on a timer . set the timer interval as desired.

Member Avatar for debasisdas
0
159
Member Avatar for mike4
Member Avatar for sonia sardana
Member Avatar for debasisdas
0
95
Member Avatar for medoyem
Member Avatar for veledrom

Have run the nextval from any other query or only for testing the values ? it never happens that it will get incremented automaticalyy or affect other sequence objects.

Member Avatar for debasisdas
0
106
Member Avatar for zawpai
Member Avatar for veledrom

You can use the inbuild tool SQL*PLUS. if you want GUI then can download and use SQL DEVELOPER for free from oracle site.

Member Avatar for jwenting
0
392
Member Avatar for djclipz

also find out the employee id and pas that employee id to outer query to find out all the other details.

Member Avatar for RDWilson2
0
130

The End.