> Executing
> sqlite> .schema BillingNumbers shows the column to be there
>
> CREATE TABLE BillingNumbers(id int default 0 not null, clecID int default 0
> not null, ilecID int default 0 not null, BillingNumber
> varchar(20) default " not null, State varchar(20) default " not null,
> Resale int def
At 12:51 03/12/2004 -0600, you wrote:
When The Table is created in code with the following statements
cmd.CommandText = "CREATE TABLE BillingNumbers(id int default 0 not null, "
& _
"clecID int default 0 not null, " & _
"ilecID int default 0 not null, " & _
"BillingNumber varchar(20) default "" no
Mike Willhite said:
> cmd.CommandText = "CREATE TABLE BillingNumbers(id int default not null,"
> "clecID int default not null, " & _
> "ilecID int default not null, " & _
> "BillingNumber varchar(20) default "" not null, " & _
> "State varchar(20) default "" not null, " & _
> "Resale int defau
3 matches
Mail list logo