Share

DBMonster - feed your database!

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

BinaryGenerator bug and config problems

You are viewing a single message from this topic. View all messages.

  1. 2006-06-09 01:53:25 UTC
    When you create your table definition,
    some databases require you to indicate
    that nulls are permitted (some assume
    NULLs unless you tell them NOT NULL).
    I believe that Sybase is a database that
    requires you to sepcify that a column
    allows nulls by including the "NULL"
    modifier, like so:

    create table test (
    blob_column image NULL
    )

    Rob
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.