2,951 Posted Topics

Member Avatar for YAMNA MIDHAT
Member Avatar for Mits14
Member Avatar for Netcode
0
101
Member Avatar for KillaCampV2
Member Avatar for rv1990

You need to read [URL="http://www.oracle.com/technetwork/database/features/plsql/overview/how-to-write-injection-proof-plsql-1-129572.pdf"]this[/URL]. The concept is same for all databases.

Member Avatar for rv1990
-1
161
Member Avatar for phpnuke

You need to create a parametrized function with [B]$artistID[/B] as the input. Then call the function from your application code.

Member Avatar for Brillig
0
96
Member Avatar for U3X
Member Avatar for raghujosh
Member Avatar for XIRB URSELF
Member Avatar for jovillanuev

What is the differnece between Returndate and Receivedate ? No need to store TotalDays in the DB table, it can be calculated at run time for any requirement like reporting.

Member Avatar for jovillanuev
0
121
Member Avatar for parameswaran
Member Avatar for Mits14

First look shows some problem with single quotes. Print the variable [B]sqlupdate[/B] before executing the same. Try to execute the output of the print , you will know the part that is creating the problem.

Member Avatar for Naveed_786
0
104
Member Avatar for Naveed_786
Member Avatar for Naveed_786
0
179
Member Avatar for rajeshgs

try this (oracle code) [CODE]select to_char(sysdate,'ddspth fmmonth yyyysp') from dual[/CODE] If dates are being stored in oracle DB then you may use this.

Member Avatar for Coco Chanel
0
671
Member Avatar for singeryoon

If you are familiar with oracle refer to EMP table of SCOTT schema for start up.

Member Avatar for debasisdas
0
133
Member Avatar for Mangesh G
Member Avatar for Enalicho
Member Avatar for Coco Chanel

[URL="http://www.vbgold.com/vb-projects/shutdown-reboot-system.shtml"]This[/URL] may help. also try --- [B]Shell "shutdown -s"[/B]

Member Avatar for Coco Chanel
0
105
Member Avatar for parameswaran

You need to read [URL="http://windows.microsoft.com/en-IN/windows/help/learn-how-to-install-windows-xp-service-pack-3-sp3"]this[/URL].

Member Avatar for caperjack
-1
94
Member Avatar for Goitseone
Member Avatar for Prasadbabu

you need to pass the parameter for [B]bill_INV_No[/B] dynamically using some control. try this [CODE] Private Sub Report_Initialize() CrystalReport1.SQLQueryString = "Select * from bill_client where bill_INV_No = & val(text_INV_No.text)" End Sub[/CODE]

Member Avatar for Prasadbabu
0
1K
Member Avatar for siabenie

[URL="http://dev.mysql.com/doc/refman/5.1/en/alter-table.html"]This[/URL] may help.

Member Avatar for smantscheff
0
152
Member Avatar for blackcathacker
Member Avatar for wilson sweet
Member Avatar for Muhasin
Member Avatar for Netcode
0
105
Member Avatar for violette
Member Avatar for michael.pilapil
Member Avatar for blackcathacker
Member Avatar for pocohontus
Member Avatar for superjj

You can't do that. How about handling that using numeric keypad. use the keys 1,3,7,9

Member Avatar for debasisdas
0
88
Member Avatar for osm1987

Actually selecting the table and field names should be handles from front end application and the same need to be passed into back end and the database procedure should process the input parameters to process the job.

Member Avatar for debasisdas
0
122
Member Avatar for break
Member Avatar for lifeworks
Member Avatar for smantscheff
0
147
Member Avatar for xtianenikkian
Member Avatar for xtianenikkian
0
83
Member Avatar for chandimak

What is the problem if you store the complete date, you can always display only the month and year part for any reporting. You can't store 00 as a date value. Another option is to store the month and year values as string not dated.

Member Avatar for pclfw
0
129
Member Avatar for rje7

Please read more [URL="http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_3001.htm"]here[/URL].

Member Avatar for debasisdas
0
145
Member Avatar for xtianenikkian
Member Avatar for Luvme
Member Avatar for zoraster01

What exactly is the error message ? Why the table name is within parenthesis ? NOTE:--Do not use [B]dataset[/B] as name of an object, it is a predefined key word..

Member Avatar for Mitja Bonca
0
142
Member Avatar for Arjun_Sarankulu
Member Avatar for jheanal
Member Avatar for debasisdas
0
92
Member Avatar for mitchney
Member Avatar for debasisdas
0
119
Member Avatar for Panathinaikos22
Member Avatar for Rashakil Fol
0
195
Member Avatar for anasmi
Member Avatar for AshfaqueIW
Member Avatar for ClimaxBeetle
Member Avatar for NeedDBhelp

your problem seem to be an application issue than database. [QUOTE=NeedDBhelp;1617832]I dont know where to start.:sad:[/QUOTE] design the database first.

Member Avatar for debasisdas
0
100
Member Avatar for hari_kiran

There is no generic answer to this. A lot will depend on how you have installed and configured the DB. During installation it is compulsory to set password for SYS and SYSTEM account. Again you can unlock and set password for other preexisting accounts (SCOTT is one of them) which …

Member Avatar for abhay yadav
0
173
Member Avatar for yehoshua2123
Member Avatar for omnee
Member Avatar for hanky

to resize the image control set its height =formheight-300 or any other value and the same for width also in the form resize event.

Member Avatar for Awon02
0
255

The End.