Viewing 13 posts - 1 through 13 (of 13 total)
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...
May 5, 2010 at 9:51 am
#1162578
it's just a variable and not a table
May 5, 2010 at 9:01 am
#1162531
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,
...
May 5, 2010 at 8:13 am
#1162469
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
May 5, 2010 at 7:57 am
#1162450
the loop is made to fill the sequence each time it reaches the threshold
May 5, 2010 at 7:39 am
#1162430
this is the implementation on oracle :
FUNCTION NEW_GET_CARD_ACCOUNT( p_card_accounts IN ...
May 5, 2010 at 7:35 am
#1162426
sur i want ur help
so what i have to do to have it
May 5, 2010 at 7:20 am
#1162413
Sure i want your help
what i have to do ??
i give the function & the table
May 5, 2010 at 7:15 am
#1162412
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...
May 5, 2010 at 5:55 am
#1162362
Finally i had this function so plz if u could correct :
CREATE FUNCTION NEW_GET_CARD_ACCOUNT(
@p_Accounts_list varchar(20),
May 5, 2010 at 5:09 am
#1162339
this what is come after modification :
May 4, 2010 at 10:47 am
#1161946
oki I agree trying to move the function from oracle to sqlserver
if ever there has the help and ideas not hesitate
May 4, 2010 at 8:04 am
#1161821
that's what i m trying to do
if u have any idea
u welcome
May 4, 2010 at 7:53 am
#1161808