2,951 Posted Topics
Re: The keyword [B]User[/B] might not be supported, check for that in the databse that u are using. | |
Re: What is the code that is throwing the mentioned error message ? | |
Re: all icon files comes with .ICO extension. You may also able to use .CUR (Cursor files) also. | |
Re: 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. | |
Re: You need to use [B]Common Dialog Control[/B] for that functionality. | |
Re: 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. | |
Re: What is [B]l_employees[/B] ? It does not have any definition in your code . | |
| |
Re: 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 | |
Re: by writing some SQL. What is the database that you are working on ? | |
Re: 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) | |
Re: Have you designed the database according to your requirement ? | |
Re: 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. | |
Re: You need to concatenate the fields to display as address and then populate the grid with the address field. | |
Re: 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]. | |
Re: 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]. | |
Re: you can use GUI tools like TOAD or PL/SQL DEVELOPER. if you want a free tool try SQL DEVELOPER from oracle corporation. | |
Re: You need to read books for a complete detailed description of all those recordset types and mode of lock of recordset. | |
Re: If you are planning to manage all that by yourself then it will depend on your level of expertise and your budget. | |
Re: 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. | |
Re: 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. | |
Re: You need to use [B]PlaySound API [/B] | |
Re: Ok i will give you code. How much you are ready to pay me ? | |
Re: [QUOTE=jemz;1131060] ..everytime i always add data it always already exist .... [/QUOTE] What exactly is the problem ? | |
Re: 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 … | |
Re: You need to define the function in a standard module (.bas file). Once the function is public it will have global scope. | |
Re: You may need to change [B]NLS_CHARACTERSET[/B] | |
Re: What about posting what is the basic design that you have come up with, later experts can share their views on the same. | |
Re: try to use [B]SELECT distinct JobNumber FROM myTABLE;[/B] | |
Re: 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. | |
Re: If that tool supports what you want then you need to go through the product documentation. | |
Re: Please find all that [URL="http://www.dba-oracle.com/oracle_create_database.htm"]here[/URL]. | |
Re: What exactly you mean by [b]generate user's to my database[/b] ? What is your database ? | |
Re: Use ADO. Please find the connection string [URL="http://www.connectionstrings.com/access"]here[/URL]. | |
Re: What is the interface you are using to send SMS ? How you plan to connect to SMS gateway ? | |
Re: You need to use predefined functions and features. | |
Re: 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 … | |
Re: your code does not say anything about binding of control and database . | |
Re: You need to handle the ascii value of the keys on keypress event of the control. | |
Re: you need to refer the textbox by its index and collect the values in a loop. | |
Re: to enter single quotes you need to enter 2 single quotes ('') also do not forget to enclose those by enclosing single quotes. | |
The End.