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

    Indy TIdTCPClient

    I have an application that needs to connect via a socket to a server, send an XML request, then receive a response. Sounds pretty simple, right? FWIW, I've never used sockets before. The vendor of the server has given me sample C#.NET code for connecting/sending/receiving. That's great, and...
  2. vidru

    Composite Primary Key

    I'm trying to avoid creating a new table. Here's the scenario: I have an existing table with the following structure... CREATE TABLE [dbo].[SpPrices] ( [DoctorID] [varchar] (20) NOT NULL , [ProductID] [IDSTR] NOT NULL , [Price] [MONEY] NULL, [FacilityID] [IDSTR] NOT NULL, ) ON [PRIMARY]...
  3. vidru

    CR 11 Documentation Online

    For anyone interested, there is now some documentation for Crystal 11 on the BO site. You can find it here: http://support.businessobjects.com/library/docfiles/cps10/docs_en.asp -dave
  4. vidru

    CRAXDRT - RDC Browser utility

    Stumbled upon this utitlity last week in the Crystal Knowledge Base. It's a help file for the RDC (CRAXDRT library) that lists and describes all of the objects, collections, methods, and properties in an Explorer-like hierarchy. For Crystal 6, and 7...
  5. vidru

    Crystal 9.0 Advanced - Tech Ref

    Can somebody tell me if a physical copy of the Technical Reference Guide for Crystal Reports 9 ships with Crystal 9.0 Advanced or Developer Editions? I know they ship with .pdf's of the guide, but just want to know if they were cool about it (they were with 8.0 and 8.5). Thanks, brothers and...
  6. vidru

    SQL Server 2000 Reporting Services

    Anyone seen this yet, or interested-curious-angry-excited-etc. about it? It doesn't look like it will necessarily compete with Crystal, YET. But it definitely looks like they're going to stop bundling Crystal with future .NET releases. Being a SQL Server guy, it intrigues me. Just wondering...

Part and Inventory Search

Back
Top