Nov 15, 2002 #1 nicka2 Programmer Joined Nov 12, 2002 Messages 3 Location ES create table pruebasBlOB( indice serial, fich blob # ^ # 201: A syntax error has occurred. # )
Nov 15, 2002 #2 olded Programmer Joined Oct 27, 1998 Messages 1,065 Location US Nick2a: The syntax you're using to create a blob is not correct. Use either: fich text or fich byte Regards, Ed Upvote 0 Downvote
Nick2a: The syntax you're using to create a blob is not correct. Use either: fich text or fich byte Regards, Ed