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

    Does SeeBeyond not have an SDK?

    We are doing a large EAI migration project from SeeBeyond to BizTalk. Every day we are guessing methods implementations by reading Collaboration Rules written in JAVA - or peppering the only SYBND resource on the team in a hundred Emails and waiting on his answer, while he is tossed in many...
  2. CodeDigger

    ADO.NET or OLEDB Recordset ?

    My package needs to be a High Performance (target: 150,000 rows in 30 minutes) ETL solution. We are using all MS technologies - SSIS, SQL 2005, BIDS, etc. I need to loop the recordset executed by a Stored Proc in a Execute SQL Task in a Source Script Component. If I use an ADO.NET Connection...
  3. CodeDigger

    Disassemble Panasonic Cordless (KX-TC series)

    I have a Panasonic Cordless phone (KX-TC series). The number buttons on the handset have gotten very tight and dont depress well. I need to take apart the handset and repair this. I slid back the battery compartment and found 2 screws. But it doesnt seem to be enough, there are other screws I...
  4. CodeDigger

    EDI Unlisted Document version - Translation Failed

    I have an EDI file Document 996 for Format version 3020 (which is not supported by the BASE EDI Adapter out of the box: ISA*00* *00* *01*043073964 *12*6082744330 *20051220*0604*U*00302*000003522*0*P*$ GS*CG*043073964*6082744330**0604*50006*X*003020 ST*996*500060001...
  5. CodeDigger

    Delete on a composite key?

    I have 2 tables joined on a composite primary-foregin key relationship table VideoRelease MuzeId INT PRIMARY KEY RelNum SMALLINT PRIMARY KEY this is the Foreign Key for table ReleaseLanguage MuzeId INT PRIMARY KEY RelNum SMALLINT PRIMARY KEY LangID SMALLINT PRIMARY KEY I want to delete...
  6. CodeDigger

    CDATA section

    I have a <Any> element in my Schema to catch any type of content - <xs:element minOccurs="0" maxOccurs="unbounded" name="MixedDescription"> <xs:complexType mixed="true"> <xs:sequence> <xs:any processContents="skip" /> </xs:sequence> </xs:complexType> </xs:element> But it does...

Part and Inventory Search

Back
Top