2,951 Posted Topics

Member Avatar for vonnoy
Member Avatar for bmantri
Member Avatar for Sid_180108
0
6K
Member Avatar for sillyboy
Member Avatar for klars247

[This](http://bytes.com/topic/visual-basic/insights/783723-backup-restore-access-database) may be useful to you.

Member Avatar for debasisdas
0
51
Member Avatar for happygeek

Day before yesterday i got an alert on my mobile for a transaction of $25 on my VISA credit card. Since i was traveling i got suspicious may be someone has stolen the card. Once i realized the card was with me only i had to call the bank to …

Member Avatar for jamburn
1
643
Member Avatar for sarathsshanker

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

Member Avatar for debasisdas
0
84
Member Avatar for yamunacbs

[QUOTE=yamunacbs;1634041]What are the requirements of Search Engine Optimization?[/QUOTE] To Optimize the Search Engine. :cool:

Member Avatar for barbra_999
0
484
Member Avatar for choudhuryshouvi
Member Avatar for Gata_Salvaje
Member Avatar for Maj.Clac
Member Avatar for debasisdas
0
153
Member Avatar for ganges

You need to read [this](http://docs.oracle.com/cd/B19306_01/server.102/b14200.pdf) and [this](http://docs.oracle.com/cd/B19306_01/appdev.102/b14261.pdf).

Member Avatar for debasisdas
0
126
Member Avatar for technogeek_42

if you want to download somthing then better to sue browser control. IF still want to use mediaplayer use this [code=vb] WMP.launchURL ("http://www.yahoo.com")[/code] but that will still lunch the browser.

Member Avatar for AndreRet
0
3K
Member Avatar for mandar2886

To create jut an exe select makeEXE in File menu. To create a complete setup use the Package and Deployment wizard .

Member Avatar for IconKana
-2
295
Member Avatar for ana_1234
Member Avatar for ganges

Please follow these links SQL http://docs.oracle.com/cd/B19306_01/server.102/b14200.pdf PL/SQL http://docs.oracle.com/cd/B19306_01/appdev.102/b14261.pdf

Member Avatar for ganges
0
106
Member Avatar for sanket044
Member Avatar for atikah8890

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.

Member Avatar for debasisdas
0
190
Member Avatar for newbie26

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.

Member Avatar for newbie26
0
117
Member Avatar for sanket044
Member Avatar for Silentme

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.

Member Avatar for mustaffa hasan
0
3K
Member Avatar for sneha_07
Member Avatar for poojavb

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 …

Member Avatar for poojavb
0
165
Member Avatar for kumarprashant

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

Member Avatar for JGorard159
0
245
Member Avatar for karthik_ppts
Member Avatar for Abdel_eid

You need to read [URL="http://docs.oracle.com/cd/B19306_01/server.102/b14200.pdf"]this[/URL] and later on go for [URL="http://docs.oracle.com/cd/B19306_01/appdev.102/b14261.pdf"]this[/URL].

Member Avatar for sapure
0
139
Member Avatar for zo0oda

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.

Member Avatar for adam_k
0
1K
Member Avatar for Eternal Newbie
Member Avatar for MnMmatz
Member Avatar for miramiey

Use [URL="http://www.microsoft.com/download/en/details.aspx?id=23903"]this[/URL] and set the chart type as desired.

Member Avatar for Begginnerdev
0
273
Member Avatar for apanimesh061
Member Avatar for shujat132

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

Member Avatar for shujat132
0
137
Member Avatar for alapeh
Member Avatar for maverick420

You are using MySQL or Oracle ? You command you tried is not a valid SQL syntax.

Member Avatar for debasisdas
0
64
Member Avatar for razamughal67
Member Avatar for az_master
Member Avatar for ChrisPadgham
0
219
Member Avatar for christophertheo
Member Avatar for samangelin
0
975
Member Avatar for mustafa_aamir

Before jumping into coding ,u need to study the actual requirment ,analise those and then go for designing. Who do u expect us to help you without knowing what eactly you are trying to develop.

Member Avatar for kshyash
0
197
Member Avatar for solomon_13000

What you want to do ? use either one or all the parameters to filter records ?

Member Avatar for solomon_13000
0
109
Member Avatar for rithish

You need to read [URL="http://docs.oracle.com/cd/B14117_01/server.101/b10759.pdf"]this[/URL] to understand the basics.

Member Avatar for seslie
0
168
Member Avatar for Rameshwar Soni
Member Avatar for Rameshwar Soni
0
356
Member Avatar for networkmancer

Creating database at run time does not make any sense. You need to use EXECUTE IMMEDIATE to create tables at run time.

Member Avatar for Reverend Jim
0
524
Member Avatar for cricguru

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

Member Avatar for shapam
0
159
Member Avatar for razamughal67
Member Avatar for Headshot_Harry

How you decide which is the most recent upload ? Are you storing the upload date and time in the DB table ?

Member Avatar for Headshot_Harry
0
122
Member Avatar for Anjana89

You need to read [URL="http://docs.oracle.com/cd/B28359_01/server.111/b28286/queries006.htm"]this[/URL] and [URL="http://docs.oracle.com/html/B13916_04/joins.htm"]this[/URL].

Member Avatar for Eniekko
0
63
Member Avatar for abelingaw

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 [B]EM_Name[/B] is the primary key of the table

Member Avatar for abelingaw
0
154
Member Avatar for mod

ALTER SESSION set NLS_DATE_FORMAT = 'DD/MM/YYYY'; PLEASE USE THE ABOVE CODE

Member Avatar for dhineshbcs
0
289
Member Avatar for apanimesh061
Member Avatar for apanimesh061
Member Avatar for debasisdas
0
126
Member Avatar for themathprof

The End.