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: klamerus
  • Content: Threads
  • Order by date
  1. klamerus

    file and folder liimts on single drive

    are the maximum number of folders and files on a single logical volume? We want to take the content of a file share in the office (WIndows) and put it on an external hard-drive. It's all old stuff, but we can't afford to throw it away either. We want to make a couple o copies for safety...
  2. klamerus

    Need static strings or equivalent in VB.Net or other help

    I'm having a real problem and need some help. We use a product called Documentum. It's a document manager. There's an API available for both VB and C/C++. This worked quite find until VB.Net came along. The reason follows: The API works using requests and results in strings parameters...
  3. klamerus

    Use of OWC 11 with templates

    We have a web site from which we need to generate "poor man's" reports. This site is IIS and currently with ASP. Our approach to this is to generate Excel and download them to the user. This is what we inherited. The data is being queried from a relational DB. The site is currently ASP...
  4. klamerus

    Major problem with Outlook 2003 and Async 4.2 with WM5

    I continue to have the following problem. I'm using Outlook 2003 on Windows XP. Our company servers are Exchange 2000. Fine so far. When I go to establish a partnership with my WM5 PDA I'm having the following problem. Upon first sync, all my personal address book entries are converted into...
  5. klamerus

    Need help migrating instances from 7 -> 2000

    Would anyone knokw how to migrate non-database objects in a SQL Server instance? We need to move about a dozen servers (with dozens of databases and packages, etc. in them) from SQL Server 7 to SQL Server 2000. We cannot afford to do this one-by-one manually with export and import. Moreover...
  6. klamerus

    Migrating from SQL Server 7 to SQL Server 2000

    Help. We have about a half dozen SQL Servers with between 20-60 databases each on them. These are all SQL Server 7 (on NT) and we need to migrate them to SQL Server 2000 (not ready for 2005 yet) on Windows 2000/2003 (don't know which yet). We really (REALLY) don't want to export/import each...
  7. klamerus

    Calculated fields in MS Access???

    Is it possible for one field in an MS Access table to be calculated from other fields in that same table (in the same row) like it is possible to have a field in an Excel spreadsheet be calculated from another field in the same row? We want/need to upgrade/uplift an Excel application that has...
  8. klamerus

    Exceeding limits of Excel

    We've got an application that is very data heavy. This has been done in Excel 2002, where we have sheets for the filtering and processing of data to prepare it for optimization with a tool called GAMS. We've hit limits on this with the number or rows with which we can work given that each row...
  9. klamerus

    VB.Net and XML DOM -> Byte Array or String

    I need to "send up" a complex XML structure to a SOAP request from a VB.Net program. It's also possible that we may need to do this from ASPX. Either way, the program or page is the client to the server that we have and to which we need to upload the data. The XML itself may have a couple of...
  10. klamerus

    Can MS SQL*Server do this?

    All, We are considering migrating from a document management procduct (Documentum) for which we've created an internal web interface to simply putting the documents in a database. Documentum really acts as a middle man. It stores the documents and manages the full-text index, but relies upon...
  11. klamerus

    Printing without Printer definitions

    Is it possible to print without creating a Windows printer on a server. Situation: We have an application that turns data into PDF documents and in later steps prints to printers via 2 steps. Step 1, is we use the PDF libraries to create a PS or PCL file from the PDF. Step 2 is we open a...
  12. klamerus

    Tools for Conversion from Notes to Word

    We have a database or two containing Lotus Notes documents, that we need to migrate off of. We're looking for tools that will help us generate this to Word documents from these notes documents preserving as much of the formatting and links as possible. Does anyone have any recommended products...
  13. klamerus

    UTF-8 Katakana

    Help. We have an application that will generate PDF documents from input data. We have been sending this program Latin-1 (which requires turning the upper 128 bit values of a byte into UTF-8), but we now need to send it katakana data in UTF-8 representation. We've looked around and see the...
  14. klamerus

    Catching changes in Outlook Calendar

    I want to track changes I make to my Outlook 2003 calendar via a plug-in (written in .Net). Is there an event I can create a sink on for when I add, change or remove an appointment on my calendar? Can anyone provide any code on it (in any language)?
  15. klamerus

    Problem with connection pooling

    We're hoping to get some help. We have an Oracle 8.1.3 DB running on VMS. We've got applications using this, but we're trying to set up a web server with a new custom application on it done in ASP with VBScript with MDAC (OLE DB) to get the data. The code is working, but we're creating an...
  16. klamerus

    Excel on ASP (not .Net) IIS web site?

    We're looking for a tool, other than Excelwriter, for creating Excel documents on an ASP web site to download to workstations. We can't use XML because we're using older excel on our desktops - and we'd like to use a template (starter) excel document for formatting. We also need pivot table...
  17. klamerus

    Help on antivirus/antispam

    Help. We send invoices to customers as PDF documents via e-mail. Our servers are Exchange servers, but the messages obviously go out as SMTP mail and passes through several systems until it gets to the customer environments. We have several customers who complain that the PDF are being...
  18. klamerus

    Help on antispam/antivirus

    Help. We send invoices to customers as PDF documents via e-mail. Our servers are Exchange servers, but the messages obviously go out as SMTP mail and passes through several systems until it gets to the customer environments. We have several customers who complain that the PDF are being...
  19. klamerus

    Can't get MQ Reset Stats to work properly

    I've written the following program in MS VC on Windows XP and I'm testing it with a queue (Test1) on my system. Although it doesn't failure or throw errors, it doesn't appear to be resetting stats. At least, I can't tell if it is or not, but it's not returning the # of enqueues and dequeues...
  20. klamerus

    VB.Net binary data handling

    We have a set of very old programs written in MS VC/C++. This reads a message from an MQ Series queue (now called WebSphere MQ) that contains an XML header of instructions followed by a document (all in the same message). The document can be binary (PCL, PDF, etc.) or just plain text. This is...

Part and Inventory Search

Back
Top