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!

Recent content by aitai

  1. aitai

    BCP & formatfile

    Hi, All The solution to this question is below. I reverse generated a format file from the dos command promt, the results are displayed below: 7.0 2 1 SQLCHAR 0 16 "," 1 CallDateTime 2 SQLCHAR 0 4 "\r\n" 2 AnsweredDuration Whats happening is that the file is in character...
  2. aitai

    BCP & formatfile

    Hi, All I hope someone can give me insight into this problem-thanks in advance! Text File with sample data: CallDateTime,AnsweredDuration 08/02/2002 14:09:56,214 08/02/2002 14:09:54,9 08/02/2002 14:09:54,0 08/02/2002 14:09:52,0 08/02/2002 14:09:52,183 The bcp...
  3. aitai

    Unique Problem

    The number of records will always be about 3000 (100% certain). Without the counter, and error is thrown on the first loop after the last record. Thanks
  4. aitai

    Unique Problem

    Hi, All I have a unique insert problem with the code below. This code takes a structure from a parsed xml document, and inserts the values the database. The number of records will always be about 3000. Hence, the loop is placed on the inside the query tag to limit the calls to the database to...
  5. aitai

    CF 5.0 & XML

    Hi, All I am programming in Coldfusion 5. I need to get the xml information in the attached file into Coldfusion for minipulation (display and database input). The file is an .asp file that is fetched from a remote location with the <CFHTTP> tag. The elements (and their corresponding...
  6. aitai

    MSQuery &amp; ODBC connection

    Hi, All Our IP addresses recently change, and for some reason, the msquery that pulls data from our SQLServer (7.0) into spreadsheets does not work (error message: connection failure). And we have, quite literally, hundreds of these making manual intervention impractical. The IP address for...
  7. aitai

    MSQuery &amp; ODBC connection

    Hi, All Our IP addresses recently change, and for some reason, the msquery that pulls data from our SQLServer (7.0) into spreadsheets does not work (error message: connection failure). And we have, quite literally, hundreds of these making manual intervention impractical. The IP address for...
  8. aitai

    Trigger Gurus Only Please!

    The many that I have spoken to all are clueless on this one. Thanks in advance for the right solution! The insert trigger I created works fine (well, nearly fine), except that AFTER the first insert operation (ie second, third etc), it always produces the correct results BUT FOR THE PREVIOUS...
  9. aitai

    Insert Trigger Logical Error

    Guys, thanks for both of your suggestions. The problem still persists, however. That is, the values from the inseted table still display a latency of 1 row after running the statement more than once.
  10. aitai

    Insert Trigger Logical Error

    create trigger UpdateAffiliateEarnings on Orders for insert, update as --declare variables declare @ProductType varchar(15), @AffID int, @Earnings money, @CurrentEarnings money, @AffTotalEarnings money, @AffTotalPayments money, @AffOutstandingBalance money --check existence of...
  11. aitai

    Insert Trigger Logical Error

    Hi, All The many that I have spoken to all are clueless on this one. Thanks in advance for the right solution! The insert trigger I created works fine (well, nearly fine), except that AFTER the first insert operation (ie second, third etc), it always produces the correct results BUT FOR THE...
  12. aitai

    URL Parameters &amp; DBD::mysql::st execute failed

    Thanks, Guys Your suggestions put me over the top-much appreciated! Ivan
  13. aitai

    Type mismatch: 'UBOUND'

    Thanks, All You advice did the trick-much appreciated! Ivan
  14. aitai

    Hi, All I know that this should

    Hi, All I know that this should be simple, and for some reason I am losing my hair! I would appreciate any insight into this problem. Thanks in advance. This is the full error message:Can't execute the select statement:Unknown column 'INSS209' in 'where clause' The unknown column in the...
  15. aitai

    URL Parameters &amp; DBD::mysql::st execute failed

    Hi, All I know that this should be simple, and for some reason I am losing my hair! I would appreciate any insight into this problem. Thanks in advance. This is the full error message:Can't execute the select statement:Unknown column 'INSS209' in 'where clause' The unknown column in the...

Part and Inventory Search

Back
Top