J
Jacek Jurkowski
I'm sending create table command from c# via
OleDb provider for Visual Fox Pro:
create table xxx (idn N(7,0))
It creates a table but having idn N(8!,0) length!
Every numeric column in a created table has lenght
icrement by one. Why? Is this a bug or something?
OleDb provider for Visual Fox Pro:
create table xxx (idn N(7,0))
It creates a table but having idn N(8!,0) length!
Every numeric column in a created table has lenght
icrement by one. Why? Is this a bug or something?