2,951 Posted Topics

Member Avatar for rumi

The keyword [B]User[/B] might not be supported, check for that in the databse that u are using.

Member Avatar for Logica
0
482
Member Avatar for Ritchie Miki
Member Avatar for P.manidas
Member Avatar for kinwang2009
-1
2K
Member Avatar for freddyvf
Member Avatar for holard

You need top pass more information. Do not expect us to guess and solve the problem that you are facing. MY GUESS :--May be there is a TRIGGER to control the log in activity at system level.

Member Avatar for jwenting
0
83
Member Avatar for timmmy
Member Avatar for awo

1. You can use DBMS_JOB or DBMS_SCHEDULER on a Oracle DB to execute a procedure at interval . Other questions are totally irrelevant without the knowledge of the actual requirement.

Member Avatar for debasisdas
0
307
Member Avatar for yassar

What is [B]l_employees[/B] ? It does not have any definition in your code .

Member Avatar for yassar
0
4K
Member Avatar for Masterace
Member Avatar for PinoyDev

try this [code]# rs.open "select * from table2 where gender='" & cbgender.list(cbgender.listindex) & "'",conn,adopenkeyset,adlockoptimistic,adcmdtext # [/code] this code should fire after selection of the combo box not before that

Member Avatar for PinoyDev
0
84
Member Avatar for drewpee
Member Avatar for Masterace

You need to add ORDER BY clause to your SQL. Select the field on which you need to sort (may be payment _date in your case)

Member Avatar for logonchristy
0
99
Member Avatar for vishaldalya
Member Avatar for Vineeth K
-1
152
Member Avatar for Talguy
Member Avatar for Talguy
0
67
Member Avatar for ritika_khanna

It seems to be a school or college assignment. Before deleopment of the project you need to gather all the requirments ,next step is database design and final step is coding.

Member Avatar for peter_budo
-2
965
Member Avatar for anandmanole

You need to concatenate the fields to display as address and then populate the grid with the address field.

Member Avatar for kinwang2009
0
95
Member Avatar for bankrupcyus

Please find the details [URL="http://www.google.co.in/search?hl=en&q=partion+in+oracle&sourceid=navclient-ff&rlz=1B3GGGL_enIN354IN354&ie=UTF-8&aq=0&oq=partion+in"]here[/URL].

Member Avatar for debasisdas
0
92
Member Avatar for sunil_ak47

Please find all that [URL="http://www.google.co.in/search?hl=en&q=oracle+vs+sql+server&sourceid=navclient-ff&rlz=1B3GGGL_enIN354IN354&ie=UTF-8&aq=0&oq=oracle+vs+"]here[/URL].

Member Avatar for debasisdas
0
55
Member Avatar for freddyvf

What is the table. Would you mind posting the table structure.

Member Avatar for debasisdas
0
70
Member Avatar for chicago1985

you can use GUI tools like TOAD or PL/SQL DEVELOPER. if you want a free tool try SQL DEVELOPER from oracle corporation.

Member Avatar for jwenting
0
152
Member Avatar for jemz

You need to read books for a complete detailed description of all those recordset types and mode of lock of recordset.

Member Avatar for WaltP
0
105
Member Avatar for icccapital

If you are planning to manage all that by yourself then it will depend on your level of expertise and your budget.

Member Avatar for icccapital
0
130
Member Avatar for praveenvkumar
Re: HELP

Copying a file to CD is not like copying the file to some physical drive. You need to add some code to write/burn that file to the CD using the device.

Member Avatar for vb5prgrmr
0
41
Member Avatar for bdrkb

Do you know how to take Backup My SQL Database without using vb from command prompt. If yes, put all that into a batch file and call the same from VB using SHELL.

Member Avatar for debasisdas
0
49
Member Avatar for drabsch
Member Avatar for preethi_ga2005
Member Avatar for jemz

[QUOTE=jemz;1131060] ..everytime i always add data it always already exist .... [/QUOTE] What exactly is the problem ?

Member Avatar for kinwang2009
0
87
Member Avatar for samarudge

That never happens. It seems you mis-understood the concept of Roles and privileges. In your case if the user has both the privileges ROLE1 and ROLE2 then the user will have SELECT and INSERT and UPDATE on the table1. one role will not over write to another it only adds …

Member Avatar for debasisdas
0
88
Member Avatar for DiaaHedo
Member Avatar for karol33
0
124
Member Avatar for lawal2000

You need to define the function in a standard module (.bas file). Once the function is public it will have global scope.

Member Avatar for abu taher
0
110
Member Avatar for cvr
Member Avatar for ~s.o.s~
Member Avatar for P319-TAB

What about posting what is the basic design that you have come up with, later experts can share their views on the same.

Member Avatar for debasisdas
0
118
Member Avatar for purplegerbil
Member Avatar for supriya_priti
0
98
Member Avatar for lilianw

You need to capture ,user clicks on which cell. Then capture the data in that cell. Store in public variable. Show the form 2 and display in a textbox.

Member Avatar for hasinarshad
0
89
Member Avatar for simons1106

If that tool supports what you want then you need to go through the product documentation.

Member Avatar for simons1106
0
114
Member Avatar for bulbulsmile

Please find all that [URL="http://www.dba-oracle.com/oracle_create_database.htm"]here[/URL].

Member Avatar for debasisdas
0
102
Member Avatar for Kinfe
Member Avatar for Kinfe
0
332
Member Avatar for isuruj
Member Avatar for jazz_vill
0
87
Member Avatar for jemz

Use ADO. Please find the connection string [URL="http://www.connectionstrings.com/access"]here[/URL].

Member Avatar for jemz
0
145
Member Avatar for lein.o16
Member Avatar for debasisdas
0
39
Member Avatar for bdrkb
Member Avatar for TerryRay
Member Avatar for rashu007

to get the list of oracle tables use the following [code]select table_name from user_tables order by table_name[/code] to get the list of columns of a oracle tables use the following [code]select column_name from user_tab_cols where table_name=upper('table_name') order by column_name[/code] You can use 2 combo boxes one to populate the list …

Member Avatar for debasisdas
0
218
Member Avatar for duelforce1
Member Avatar for ankush.mukherje
0
309
Member Avatar for PinoyDev
Member Avatar for mashuaibu
Member Avatar for mashuaibu
0
127
Member Avatar for BASSUHG

to enter single quotes you need to enter 2 single quotes ('') also do not forget to enclose those by enclosing single quotes.

Member Avatar for keerthanasunder
0
80
Member Avatar for wiicopy
Member Avatar for debasisdas
0
42
Member Avatar for sheva249

The End.