2,951 Posted Topics
Re: [QUOTE=razamughal67;1687425] Pleasse give me any vb6 project or source code [/QUOTE] Sorry, we don't do that. | |
Re: You need to complete your own assignment, and must show some effort to get any help here. | |
Re: You need to plan your backup activity. It must be scheduled in the time when none of the DB processes are running mostly in early hours of weekends. | |
Re: yes, what you are trying to do is not supported. | |
Re: How you connect to database ? If using ADO then try this [CODE]conn.begintrans 'conn-----adodb connection object conn.execute "delete from table_name" conn.committtrans[/CODE] | |
Re: [QUOTE=aznboi2010;1675451] create an app that ..............[/QUOTE] Sorry, we don't do that. | |
Re: If all the data contains number you can you to_number on the varchar field else use to_char on the number field. ![]() | |
Re: Because of the pay check and all other benefits. :cool: Else who hell will spend 10-12 hrs a day in front of a dumb machine. :-/ | |
Re: You need to practice more than going for a certification. Certification will definitely add weight your profile but for that you good working knowledge also. | |
Re: [QUOTE=markgri;707916]grading system for secondary level, it will register students and teacher for a particular subject and it will compute all the requirements in grading,, as a whole grading.. thanks for your concern.... email me here [/QUOTE] have you started this thread ? | |
Re: You have to prepare an insert script of desired number of records from desired tables. | |
Re: try this. [CODE]SELECT * FROM SENTMAIL WHERE trunc(SENTMAIL_SENT_DATE)='01-OCT-2011'[/CODE] | |
Re: [QUOTE=dwiniers;1669857]Write an application that ...........[/QUOTE] Who will write ? | |
Re: [QUOTE=sethiasaril;1668048]basically.....what is database??[/QUOTE] You need to read books for all that info. | |
Re: You need to sort the result set using Order by on the date column in your SQL. ex [CODE]select * From employee order by date_of_join[/CODE] | |
Re: Convert the image into a binary stream and store in a BLOB field in oracle. | |
Re: In which line of code you are inserting into database ? I can't find. what i see is two [B]select[/B] and one [B]update[/B] statement in your entire code. | |
Re: [QUOTE=rams.prsk;1666286] please send me the code for this.....[/QUOTE] Sorry, we don't do that. | |
| |
Re: varchar(1billion) is not supported. | |
Re: You need to download [B]Oracle SQL Developer for Mac OS X platforms[/B] from [URL="http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-ea-download-486950.html"]here[/URL] | |
Re: I think PDD file format is not supported. | |
Re: [QUOTE=dwiniers;1664338] only firstname fields will work, the other fields are error. Because of line4 statement..[/QUOTE] because you have coded it that way. you have to select the field names dynamically from combo box at run time. But in your you have hard coded that to [B]firstname[/B] only. | |
Re: Please post what you have done so far. Show some effort to get any sort of help here. We do not supply code. |
The End.