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...
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.
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...
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...
i having problem retrieving recordset from Oracle DB while using Enterprise Library Data access block.
ODP.net and Microsoft provider for Oracle provides ref cursor type.But no ref Cursor Type available in Enterprise Library Data access block.So if anyone have Done so then please share it .i m...
hi
i m trying to insert a record from ASP.net application into oracle.I m using Microsoft Enterprise Application Data Access Block. I have been getting this same error:
"ORA-01036: illegal variable name/number String
I have the pasted the ASP.net Application code and OracleProcedure code...
hi
i m trying to insert a record .But keep on getting the same error again n again Not valid month.i tried the to_date () function but it isnt working as well. I have pasted the code below:
and expecting a solution ASAP.
Regards,
Jawwad
exec pack_Employee.aDDEmployee( 'sdsdf' ,'sdsdf'...
Hello everyone!
Can any one help me in creating a procedure that select some values from table abc. I have tried it using package and package body but it didn't worked for me. It give me compilation error in package body on select query "Not Enough Values" and "SQL Statement Ignored". This is...
Hello. I want to lock any record of a table which is currently in use of another user in network, so that other user may not make changes in it. Can any one help me in solving this problem. I have heard that we can lock complete table. But i want to lock one or two records, which are...
I want to deploy my database in sqlserver 2000 to my client. My client is already using sql server for other databases and he has the password of sa. Now i want to restrict all the users not to access its structure, except my own created user.
Is it possible for me to restrict sa also from...
Hi,
I am having a problem while building a connection with oracle. I have choosen OLEDBConnection from the toolbox and from its properties i have selected new connection. Now it shows me DataLink Properties. I selected the OLEDB Provider for Oracle, written the server name and provided the...
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.