2,951 Posted Topics

Member Avatar for rotten69

1. First of all you need to decide on your target Db structure as per your actual requirement. 2. Next you need to create a data mapping document that maps table wise and field wise from heterogenous source system to target system. 3. Load the data from different source sytem …

Member Avatar for debasisdas
0
159
Member Avatar for ponnu

tyr this rs.open "select count(*) as cnt from employee where emp_id='"& txtemplid.text &"'",con,adopendynamic if count is zero then insert.

Member Avatar for ponnu
0
2K
Member Avatar for lianpiau

Ok, got it. But i also have a question. Say you have 3 records like this OrderFormNo=345 and CashBillNo='ABC' OrderFormNo=123 and CashBillNo='ABC' OrderFormNo=234 and CashBillNo='ABC' Which one to delete.

Member Avatar for debasisdas
0
225
Member Avatar for gotboots

As already mentioned in the previous post, encryption is done for highly secure data fnot for all. Encryption/ decryption of data is implemented through some predefined objects like a procedure or function or some tool. So that there is no issue of loosing the key.

Member Avatar for debasisdas
0
252
Member Avatar for Navu_1

1. Polulate the combo box by querying a specific field of a table from DB. 2. while selecting the value from combo, pass the value from the combo back to the SQL query. 3. Execute the sql in the and capture the values from DB.(ensure that you get only a …

Member Avatar for debasisdas
0
89
Member Avatar for angel06

What about running parallel insert into both the underlying tables. So each time there is a new entry into table5 the same is also inserted into table4 for desired fields.

Member Avatar for BitBlt
0
237
Member Avatar for GrimJack

[URL="http://en.wikipedia.org/wiki/Mohandas_Karamchand_Gandhi"]Mahatma Gandhi[/URL], father of the nation in my country.

Member Avatar for GrimJack
3
534
Member Avatar for mahela

You need to store thsoe informations in a separate table and pass the value to the outer query by fetching from inner query.

Member Avatar for mahela
0
106
Member Avatar for HibaPro

The error message is self explanatory. Did you test the connection before trying to pull reports.

Member Avatar for AndreRet
0
135
Member Avatar for HibaPro
Member Avatar for joshuaramirez
Member Avatar for Dr.Lipe

One of the easiest way would be to write soem key value to system registry. Try using **SaveSetting()**.

Member Avatar for debasisdas
0
33
Member Avatar for sanjayd503

[This](http://bytes.com/topic/visual-basic/insights/739076-executing-oracle-stored-procedures-type-parameter) also may help you.

Member Avatar for debasisdas
0
68
Member Avatar for niladri.prima

try something like this. select * from IASubcriberFuzzy1 where priamry_key in (select priamry_key from IASubcriberFuzzy1 minus select priamry_key from (your query goes here))

Member Avatar for debasisdas
0
157
Member Avatar for tokipot
Member Avatar for AndreRet
0
958
Member Avatar for HibaPro
Member Avatar for dinzky0307

You need top qualify the teddtbox anme with the containing form name and then assign any value that you wantto display. ex. form1.textbox1.text = "Hello"

Member Avatar for ChrisPadgham
0
1K
Member Avatar for joeweks

What about restriction the user input to certain length ? For output if the value is outside the range of decimal, simply show as out of range. That is exactly what the windows built in calculator does.

Member Avatar for singingswitchman
0
919
Member Avatar for akasekaihime

If you have not added any image to the background of the form, from where it is appearing. You need to change in the property pallet of the form.

Member Avatar for debasisdas
0
559
Member Avatar for daniesmith
Member Avatar for AndreRet
0
210
Member Avatar for dhada18

Our's is not a free coding service. You need to show some effort to get any help from our experts.

Member Avatar for AndreRet
0
164
Member Avatar for shwetakharat84

Have you already written the code ? If so, in which language ?

Member Avatar for debasisdas
0
118
Member Avatar for Farhad.idrees

In which step you are getting the error ? To add a new Environment Variables you need to add a new variable name and its corresponding values.

Member Avatar for debasisdas
0
63
Member Avatar for ninad.chandoskar
Member Avatar for shena

what about implement the filter at DB level through SQL by generating and executing queries dynamically at run time.

Member Avatar for V0lcan1c_A5h
0
1K
Member Avatar for Arpita Asthana
Member Avatar for priyanka.shinde
0
1K
Member Avatar for navogatoo
Member Avatar for stackOverflow
Member Avatar for rotten69

Do you have password for SYSTEM or any other account with DBA roles ? If that is the case you can alter password of SYS and login with new password. without that you can't retrieve the password and can't login.

Member Avatar for rotten69
0
145
Member Avatar for rotten69

You can connect to the DB using any frontend tool using the login credentials. Try using Oracle [Sql Deveoper](http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html).

Member Avatar for debasisdas
0
242
Member Avatar for Wilmot_Bakare
Member Avatar for ayat abukhadra

At high level you need to implement data lock at record level from DB. It will depend on the DB taht you are working on for exact mechanism to implement. Aslo you need to capture the same from the application and inform the other user who is trying to access …

Member Avatar for ayat abukhadra
0
156
Member Avatar for shelexelex

I think you need to join both the tables. It will be better if you post the structure of the underlying tables for better analysis.

Member Avatar for AndreRet
0
92
Member Avatar for carlospuddwebb

You ned to generate the id based on some logic, the easiest will be to use a running sequence.

Member Avatar for AndreRet
0
63
Member Avatar for snehavarade.24

You guys needs to show some effort to get any help here from our experts. Please do not expect the complete code to be delivered to you. When you are talking about interesting and innovative topics, you need to do that. No onw will do that for you. After all …

Member Avatar for AndreRet
0
112
Member Avatar for Skate Bart
Member Avatar for akasekaihime

What is the initial value of a ? and the screen shot suggests you have created control arrray of Option button. so tehnically there is no control named Option1, Option2 and Option3 what you have is Option1(1),Option1(2),Option1(3)

Member Avatar for akasekaihime
0
228
Member Avatar for mookey2011

go on your knees and bow down before the pole and start begging it, that may help.

Member Avatar for debasisdas
0
55
Member Avatar for angel06

What if i am partially color blind and red appears maroon or saffron to me. Does this concept of typing the name of the color in the code work ? Just a thought, though. :)

Member Avatar for debasisdas
0
558
Member Avatar for sofien.fkih
Member Avatar for Sathish_1
Member Avatar for debasisdas
0
158
Member Avatar for ripplex

try this CREATE TABLE JOB (EMP_ID NUMBER PRIMARY KEY, MGR_ID NUMBER, CONSTRAINT EMP_CONST1 FOREIGN KEY (MGR_ID) REFERENCES JOB (EMP_ID) )

Member Avatar for ripplex
0
89
Member Avatar for jarrodoliver1

Please check [this](http://bytes.com/topic/visual-basic/insights/720399-capture-video-webcam-displays-picture-box), may help you.

Member Avatar for debasisdas
0
83
Member Avatar for jarrodoliver1
Member Avatar for AndreRet
0
120
Member Avatar for mrbarbarik

> It can run smoothly if only one record has year value equal to 2012, but not if has multiple record with same value. I don't see why this code will not work. By the way what is the error you are getting ?

Member Avatar for debasisdas
0
219
Member Avatar for rithish

You can't log in with conn system as sysdba it has to be conn sys as sysdba if you want to login as system login with system/<password>@<connection_string>

Member Avatar for seslie
0
236
Member Avatar for Formby

You mean to say this number [B]1231231231231231[/B] is being stored in an [B]integer[/B] field in the database ?

Member Avatar for kvprajapati
0
1K
Member Avatar for frnds2vivek

You need to include all the 3rd party componenets as part of the setup and ensure all the DLL files are registered with Windows in the target system.

Member Avatar for frnds2vivek
0
218
Member Avatar for dgerbergss

What is the relation between the following tables ? STUDENT_T, FACULTY_T COMMITTEE_MEMBER_T

Member Avatar for debasisdas
0
84
Member Avatar for pooja28

try this CREATE USER john IDENTIFIED BY out_standing DEFAULT TABLESPACE users QUOTA UNLIMITED ON users TEMPORARY TABLESPACE temp QUOTA UNLIMITED ON system;

Member Avatar for debasisdas
0
199

The End.