Problems Exporting From DataSet to .DBF File
-
Hi!!! I'm creating a program to build a DataTable and I want to export it to a .dbf file. One of the result is this line: Create Table Results.dbf ( NumerodeIndividuosouNinhos number(4,0), Quadricula Char(5)) Unfortunely, it gave me a OleBdException and the error was "Field name is a duplicate or invalid.". But where is the error here? It isn't a duplicate field...if it's invalid, why is invalid? Thank You
-
Hi!!! I'm creating a program to build a DataTable and I want to export it to a .dbf file. One of the result is this line: Create Table Results.dbf ( NumerodeIndividuosouNinhos number(4,0), Quadricula Char(5)) Unfortunely, it gave me a OleBdException and the error was "Field name is a duplicate or invalid.". But where is the error here? It isn't a duplicate field...if it's invalid, why is invalid? Thank You