dbf file created in c# can not open in dbase -
i created file .dbf c# code in using odbcconnection, when want open dbase, says that's not dbf file, explain me why , how work ?
from comments, sounds dbase iii plus. don't believe odbc existed in late 80's, 90's. going far, dbase didn't have "databases", tables free on own, , developer, code relationships add records, establish keys, etc.
what may want instead create table based on format expect directly dbase , put empty in holding folder. then, when need it, copy destination directory , run there.
a second option... go microsoft , download "vfp ole db provider" , try using that. can try doing execnonquery , try like
use sometable copy yournewtable type foxplus
which might closest output match of dbase.
Comments
Post a Comment