2,951 Posted Topics
Re: Why you need to do that . Try to use third party software for the purpose. | |
Re: what exactly is your requirment ? | |
Re: the file contains data in which format ? is it binary ? | |
Re: you need to use COUNT in the database by passing the username and password from the user input . if it returns 1(one) then allow to login else re-prompt for correct user name and password | |
Re: to store data in database you need to use Insert query from frontend not select . | |
Re: [QUOTE=brr;615322]if i give days between 4 months, but i want days only till end of the first month only[/QUOTE] why you need to pass dates for that. Last_day will do that for you with only one parameter. | |
Re: In 10g once the table is dropped its related objects are renamed and stored in recyclebin. But grants will not work anymore. | |
Re: Check the data foramt by using this select * from nls_database_parameters | |
Re: you need to pass the password dynamically . If it is wrong return some error ,tap it at front end and reprompt for correct password. | |
Re: you need to desing the frontend as well as the database and connect the both for the purpose. you need to store alll the details that you need for retrieving it back. | |
Re: you need to set the properties. | |
Re: why you need to compare the images . try to work on other fields line id or any other primay / unique key field. | |
Re: you need to code your requirments. | |
Re: it will be better to handle the database part manually if it is sql server or oracle. | |
Re: To avoid duplicate addition you need to check that before adding the item to the tree view. | |
Re: text fields needs to be enclosed by quotes. | |
Re: what you have tried apart from this code ? | |
Re: please do not double post your questions. | |
Re: are you trying to modify a radonly file copied from a read only media like a CD ? | |
Re: Please do not try MySQL commands in SQL. creation of database is diffent in oracle . Refer to books/manual for details. | |
Re: instead of hard coding the recordset object open and close that dynamically through a sub procedure. | |
| |
Re: you can use string functions with concatination or just follow the previous post. | |
Re: search the net . you can easily find some third party compoents for your purpose. | |
Re: to take assistance of our experts you need to post what you have tried so far . | |
Re: kindly post what you have tried so far . | |
Re: Simply You need to create DSN with required credentials for the purpose. | |
Re: If you are familar with oracle procedures then you just need to take care of the syntax and just implement the logic in PLSQL. | |
Re: Please find an article on the topic [URL="http://bytes.com/forum/thread771381.html"]here[/URL] . It is tested on oracle 10.2 and uses UTL_SMTP. | |
Re: Please pass more information. What do you mean by table will be created automatically. You can check if the table exists in database or not by using simple SQl statments. | |
Re: try to change the border style. | |
Re: you need to create two connection objects. Insert in access and if connection exists open the second connection and repeat the step1 again. | |
Re: using the cache increases the performance but that can create problem in some circumstances also. | |
Re: [QUOTE=MohammadAliSadi;597713] ................................. I do not understand what is the problem. ................................... [/QUOTE] I don't understand all that junk code . | |
Re: try to execute the commands with EXECUTE IMMEDIATE . | |
Re: kindly post your code for reference of our experts. | |
Re: you need to call the function on button click. | |
Re: option1 use EXECUTE IMMEDIATE for such commands option2 use ADOX instead of ADO. | |
Re: try to use this me.backcolor=rgb(rnd*255,rnd*255,rnd*255) and call this on a timer . set the timer interval as desired. | |
| |
Re: That entirely depends on the type of projet you are doing. | |
Re: Sorry we don't do home works here. | |
Re: Have run the nextval from any other query or only for testing the values ? it never happens that it will get incremented automaticalyy or affect other sequence objects. | |
Re: where do u plan to store the username and password ? | |
Re: You can use the inbuild tool SQL*PLUS. if you want GUI then can download and use SQL DEVELOPER for free from oracle site. | |
Re: also find out the employee id and pas that employee id to outer query to find out all the other details. |
The End.