Forum Replies Created

Viewing 15 posts - 61 through 75 (of 121 total)

  • RE: DTS and Nulls - Active X

    Problem solved. Thanks

  • RE: DTS and Nulls - Active X

    There are no restraints I am aware of ... fields are money or character.  Note:  I get the Isnull error for all fields.  Are you sure I can use this...

  • RE: DTS and Nulls - Active X

    For all the ISNulls assigning non 0 I get the following error:

    Wrong number of arguments or invalid property assignment: 'IsNull'

    What do I do when I want to set the default...

  • RE: DTS and Nulls - Active X

    Since I made this change I get 'Unspecified error' when running the package:

    Question:  How do I find the true meaning of unspecified error messages

    Here is what I put in:

  • RE: DTS and Nulls - Active X

    Can I do

    IsNull(DTSSource("myCol"),"")

    To default in a nothing with no problem

  • RE: DTS - Math in VB Script doing crazy stuff

    Thanks.  The problem is that one value in the calculation was null ... I just did a check first.  THANKS!!!! for the reply though : )

  • RE: OPen error

    Line:  oRecordset.open strSQL, oConnection

    Error:  Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

    Connection 2 is a connection already setup ... it...

  • RE: DTSLookups Array is null ?

    So the following is executed for every record processed...does it kill my performance with the connection being made for every record.  Or do I pull the connection info out of...

  • RE: DTSLookups Array is null ?

    Thanks.  I'm too new to this to be insulted. Thanks for the reply.  I think I'll try embedding this in my solution (In a fashion).

    Dim oConn

    Dim oRecordset

    Dim strSQL

    strSQL = "select...

  • RE: DTSLookups Array is null ?

    Yep. I can add a field

  • RE: Fixing Data with DTS

    No.  I'll give it a try.

  • RE: Database object baselines - HELP!

    Thanks!!!!

  • RE: Debugger

    Error I get when opening a stored procedure in the debugger.  Do I have an access issue?

    ODBC: Msg 0, Level 19, State 1

    [Microsoft][ODBC SQL Server Driver][SQL Server]SqlDumpExceptionHandler: Process 59 generated...

  • RE: SuperSocket and OS Errors

    Thank You.  This was helpful.

  • RE: Linked Server - Burp - General Network Error?

    Also, when I tried to do a sp_dropserver @server='NAME' I got the error ... Server: Msg 15190, Level 16, State 1, Procedure sp_dropserver, Line 44 There are still...

Viewing 15 posts - 61 through 75 (of 121 total)