Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JawwadLone
  • Content: Threads
  • Order by date
  1. JawwadLone

    Unable to add user in "Log on as a batch job"

    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...
  2. JawwadLone

    Database Backup Script

    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,
  3. JawwadLone

    Properties of References not displayed

    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.
  4. JawwadLone

    how to retrieve images stored blob and physically store them

    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...
  5. JawwadLone

    system.security.securityexception occured in mscorlib.dll

    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...
  6. JawwadLone

    "Memory Full" error

    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...
  7. JawwadLone

    Deploying windows application on non .net environment

    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?
  8. JawwadLone

    upload image through system.net.webclientSystem.Net.WebClient

    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...
  9. JawwadLone

    Implicitly upload files to server

    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.
  10. JawwadLone

    upload Images

    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???
  11. JawwadLone

    HELP NEEDED Passing column name as a parameter in store procedure

    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...
  12. JawwadLone

    Passing column names to Procedure as Parameter

    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...
  13. JawwadLone

    Problem in datatype conversion

    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...
  14. JawwadLone

    No ref Cursor Type available in Enterprise Library Data access block

    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...
  15. JawwadLone

    Unable to Insert record In oracle Database

    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...
  16. JawwadLone

    : while executing a procedure

    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'...
  17. JawwadLone

    How to write select procedure in oracle

    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...
  18. JawwadLone

    Lock any particular record in table?

    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...
  19. JawwadLone

    Security issue in sql server

    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...
  20. JawwadLone

    "could not create an environment" Exception

    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...

Part and Inventory Search

Back
Top