Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)

  • RE: Error

    In Oracle it's a structure

    but after i migrate from oracle to sqlserver it come a like u see it

    i do the migrate with swiss its a soft

    so...

  • RE: Error

    it's just a variable and not a table

  • RE: Error

    this the definition of card data which usedd the function :

    CREATE TABLE Card_data (

    Card_number VARCHAR(24) NOT NULL AUTO_INCREMENT,

    Bank-code CHAR(5) NOT NULL,

    Branch-code CHAR(5) NOT NULL,

    ...

  • RE: Error

    v_accounts_info_table is just a varchar

    i use this for develloping my final project

    and the function is develloped for card data table

  • RE: Error

    the loop is made to fill the sequence each time it reaches the threshold

  • RE: Error

    this is the implementation on oracle :

    FUNCTION NEW_GET_CARD_ACCOUNT( p_card_accounts IN ...

  • RE: Error

    sur i want ur help

    so what i have to do to have it

  • RE: Error

    Sure i want your help

    what i have to do ??

    i give the function & the table

  • RE: Error

    apres avoir consulté de certain cour j'ai pu arrivé a realiser cette fonction sa me genere une erreur (Msg 443, Level 16, State 15, Procedure NEW_GET_CARD_ACCOUNT, Line 59

    Invalid use...

  • RE: Error

    Finally i had this function so plz if u could correct :

    CREATE FUNCTION NEW_GET_CARD_ACCOUNT(

    @p_Accounts_list varchar(20),

    ...

  • RE: Error

    this what is come after modification :

    CREATE FUNCTION NEW_GET_CARD_ACCOUNT(

    @p_Accounts_list varchar(20),

    ...

  • RE: Error

    oki I agree trying to move the function from oracle to sqlserver

    if ever there has the help and ideas not hesitate

  • RE: Error

    that's what i m trying to do

    if u have any idea

    u welcome

Viewing 13 posts - 1 through 13 (of 13 total)