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 wOOdy-Soft 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: *

  1. nikhilparchure

    Using SPQuery to find a particular document in a specified format

    Hello, Can we use query to check if a document library or folder consist a file whose name is in particular format eg: Below are the file name abc 10 Oct 2007.doc xyz 15 Nov 2007.ppt xyz 15 Nov 2006.ppt I would like to use SPQuery to find all documents that were prepared in 2007 (having 2007...
  2. nikhilparchure

    Configuration File Changes for setting Authentication

    Hi all, We have a Web Application/Site that has been hosted on Tomcat. The requirement is to have NTLM authentication on certain confidential documents. These documents would be links on this website. When someone clicks on the same. Windows authentication for this resource should happen...
  3. nikhilparchure

    File Exist on a harddrive

    Is there a comand to search if a file exists on local system This should be some system sp I believe. Help appreciated Parchure Nikhil
  4. nikhilparchure

    Performance Enhancement Permanent Tables,Table DataType and Temp Tab

    Hi Guys, We have a application for reporting purpose. there has been a suggestion to use-query-drop permanent tables instead of using temporary tables Or table datatypes. This would obviously improve performance. Yes it does. Although the reports wont be run simultenously hence duplication...
  5. nikhilparchure

    FileSystemWatcher Problem

    I am using FileSystemWatcher to monitor File movement in some File folders. Have added some events to handle file/files added to that directory (Created). The directory might contain file with different extensions eg : .txt , .rtf , .doc , .xls I would like the event to be fired only when (...
  6. nikhilparchure

    Text File Length for a single stream

    Hi , I had an txt file extract which extracted records as H 000 123 5566 DE 2342 2342 2342 243 T 1321 2423 2424 After every grouped record there was a CRLF feed character as the de-limiter. The requirement has changed to output the file in below given format.. H 000 123 5566...
  7. nikhilparchure

    File Access Error.

    Experiencing a file access exception saying that "The source is currently in use." Need to handle this.. i.e. : if the file is accessed by some other resource than do not process the file. How would I do it in C# Regards Nikhil
  8. nikhilparchure

    Cell of a paticular row in a datagrid as readonly

    How can I make a cell of a paticular row in a datagrid as readonly....???? I have come acroos that we need to overide the Edit implementation of the DataGridTextBoxColumn for the same. But I have no clues as how should I go about it. I am using Winforms Any Help would be appreciated Parchure...
  9. nikhilparchure

    UserControl Issue

    Hi Guys , Have made UserControl for some common functionality. This usercontrol exposes some properties that needs to be assinedat runtime. I have some problem doing this. I have been able to achevive this using the below code ---------------------------------------- Dim TestControl As...
  10. nikhilparchure

    Connection String for Sybase Connectivity

    Connection String for Sybase Connectivity For ASP.NET Need to connect to Sybase Server 11.9.2 using OLEDB. Can I have a list of Providers or installation I need to have to get connection to the Sybase server. I know that we have a Oracle Provider for .NET is the same thing like that available...
  11. nikhilparchure

    Primary Key on Replication

    hi Guys , Just need to know if a primary key is mandatory on a table while setting up replication defination for a table. Help appreciated Thanks in advance Regards Parchure Nikhil
  12. nikhilparchure

    hi Guys , Just need to know if

    hi Guys , Just need to know if a primary key is mandatory on a table while setting up replication defination for a table. Help appreciated Thanks in advance Regards Parchure Nikhil
  13. nikhilparchure

    Replication Sybase ---> Sql2k

    Hey Guys, Can I carry out replication across RDBMS Sybase 11.9.2 -----> Sql Server 2k Any Links or suggections on the above Also any links(notes) on connecting via Enterprise Manager to Sybase ASE would be highly appreciated Regards Parchure Nikhil
  14. nikhilparchure

    Sending Mail Using .NET

    Hi , I have scanning thru on topics of sending mails using .NET. I have tried the below code for sending mails . This issue is that mails cannot be sent. Dim mail As New MailMessage() mail.To = "tovalidmail@mail.com" mail.From =...
  15. nikhilparchure

    DeadLocks and Locking

    We have been facing this production issue of locking which is hampering the performance of the system. What is required is a query that will query the system tables and would be able to give the locked tables and which process has been locking the same and by which users Well I have a vague...
  16. nikhilparchure

    DataBase Locking and UserId's of Users

    We have been facing this production issue of locking which is hampering the performance of the system. What is required is a query that will query the system tables and would be able to give the locked tables and which process has been locking the same and by which users Well I have a vague...
  17. nikhilparchure

    Export to Excel As A DUMP

    The problem I am facing is exporting in EXCEL, I use DB Artisan which saves in EXCEL upto some 16 thousand records . What I want is and ISQL comand that will export a physical or a temporary table to a physical location as an excel file ,,,,,, Regards Nikhil Parchure
  18. nikhilparchure

    Clubbing DTS Packages

    There are 4 DTS packages created in SQL. Required to group them under one package and also required to run them in a sequence. How?? Thanks in advance
  19. nikhilparchure

    Powerbuilder supports 18 decimal digits

    I have a reports while executing gives the following error Powerbuilder supports 18 digits decimal conversion Is this a restriction or a bug .... Very urgent pls help Regards Nikhil
  20. nikhilparchure

    Hot keys ion a MDI form

    can we add hot keys to an mdi form pls respond thanks in advance nikhil

Part and Inventory Search

Back
Top