Hi Bill,
(B
(Bthanks for your mail. I'm afraid my db.props file is already updated as
(Bfollows:
(B
(BBIT =
(BTINYINT = int2
(BSMALLINT = int2
(BINTEGER = integer
(BBIGINT = int8
(BFLOAT = float
(BREAL = float
(BBOOLEANCHAR = char
(BBOOLEANINT = int2
(B
(BDOUBLE =
(BNUMERIC =
(BDECIMAL =
(BCHAR = char
(BVARCHAR = varchar
(BLONGVARCHAR = bytea
(BDATE = date
(BTIME = time
(BTIMESTAMP = timestamp
(BBINARY = bytea
(BVARBINARY = bytea
(BLONGVARBINARY = bytea
(BNULL =
(BOTHER =
(BJAVA_OBJECT =
(BDISTINCT =
(BSTRUCT =
(BARRAY =
(BBLOB =
(BCLOB = text
(BREF =
(B
(BAUTOINCREMENT = serial
(BNOTNULL = NOT NULL
(B
(BprimaryKeyInsideTableDirective = true
(BindexInsideTableDirective = false
(B
(BremoveNotNullWithAutoIncrement = true
(B
(BsuppressDefaults = false
(BidMethod=sequence
(B
(Band I still get the same error. Thanks all the same.
(B
(BCHEERS> SAM
(B
(BBill wrote:
(B
(B>Sam
(B>
(B>Check your db.props file. make sure varbinary is set to use bytea
(B>instead of text. This should make sense once you view the contents of
(B>the file. After you've done that you need to run the init target again.
(B>
(B>-b
(B>
(B
(B
(B
(B--
(BTo unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
(BFor additional commands, e-mail: <mailto:[EMAIL PROTECTED]>