Hi,
I am using windows 2003 without active directory installed on it. I am trying to add local administrator in "Log on as a batch job" but i am unable to do so, because when i open "Log on as a batch job" from Local Security policy, it shows "Add User or Group" button dissabled, altough i have...
Hi,
I want to write script file to take hot backpup of database created in oracle 8.0.5. Secondly i want to create a bat file to run that script. Can any one help me?
Regards,
Hi everyone,
I am working on an ASP.net project. I have added few references in the project. But when i try to see the properties of any of these references, it does not display any thing in the properties window. Can any one help me resolve this problem?
Regards,
Jawwad Lone.
hi
i m storing images in oracle 9i .
i m getting them back in byte array .i want to convert the byte array into jpeg image and store them physically on the local disk.i m having problem while converting the byte array in jpeg. i m trying the following code:
Dim RowPR_PICTURES As...
Thanks abcdHan123 i got the solution following your instruction, I have added few more things to solve this problem
I have created two keys in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application folder
"Enterprise Library Instrumentation" and "Enterprise Library Data...
Hi abcdHan123,
I have create the key in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application folder with the name "Enterprise Library Instrumentation" and restarted my application but still it is giving me same problem. Can you tell me if set anything or added something in...
Hi everyone,
I am using Microsoft Enterprise Library's data access block in my asp.net application. I am working on windows 2003 server. It works fine on windows 2000 and windows xp. But giving me this error
An unhandled exception of type 'System.Security.SecurityException' occured in...
hi everyone,
I am trying to display a report created in crystal report on my vb interface (using crystal report viewer). I am surprised to see the behaviour of my application. When i call the procedure to display the report for the first time, it works good. but when i call the same...
I have developed a windows application .i have to deploy it in a non .net environment.I m using crystal reports .net and Access database. .net Framework is one of the prereq.What else i will need to install to make it work?
im working on asp.net application. i want to upload image from client side to webserver using asp.net application.
i m using System.Net.WebClient.UploadFile() to upload image.
problem im having is that the source path .
Like the image is store is stored on "c:\temp.jpg" at client side.it looks...
Can we set file path to HtmlInputFile control? we dont want user to browse for the file.So that user have to click on the upload button only. Can we do it through client side script? looking foward for a nice solution.
i dont want user to browse to images from local directory after he has captured the images through cam and stored them in local directory.i want to upload the images stored in local directory to server after he/she clicks the upload button.
hi
we capture images and store them in a local directory.we want to upload images from the local directory(Client Side) to webserver.how i would be able to accomplish this task.we dont want to use htmlinputfile for this. how i'd be able to accomplish this task???
Below the is Oracle procedure:
PROCEDURE proc_BARRACKLookup
(
cur_out OUT cursor_type,
p_query IN varchar2
)
as
sqlstatement varchar2(200):='open cur_out for select '|| p_query ||' from employee';
begin
execute immediate sqlstatement ;
end;
i m trying to retrieve records by...
Hi everyone,
I am trying to build a dynamic query in a procedure. I want to pass the column names to the query form the front end in one parameter and table name in the second parameter field. I am writting this code
p_query varchar2 :='TEST_ID,TEST_NAME';
p_table varchar2 :='TEST'
begin...
Thanks for your cooperation. I have tried to execute
the procedure after commenting few lines. finally i
came to know about the block which is generating
error, which is very same which i have highlighted in
my previous post
if V_AS_UNIT>14 then
SELECT AS_.NAME INTO V_AS_UNIT FROM GPO...
Hi SantaMufasa,
How are you i hope you would be fine. Sorry for late reply as i was out of city. I have tested to_number thing in my procedure but it still give me an error
The following error has occurred:
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at...
Hello everybody,
I am trying to solve one problem from many days but i am unable. Problem is that I am writting a procedure in oracle and want to convert the datatype of variable from varchar(20) to number in the oracle procedure. My varible can have different values, number as well as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.