Board index » delphi » I can't open DBase files with Excel
Laurent Mathieu
![]() Delphi Developer |
Sun, 24 Feb 2002 03:00:00 GMT
I can't open DBase files with Excel
I create DBase files with Delphi 4 and I can't open it with Excel.
This doesn't even work with the exemple which is in the help file here is the code that I use : procedure TForm1.Button1Click(Sender: TObject); { First, describe the type of table and give it a name } { Next, describe the fields in the table } { Next, describe any indexes } { Now that we have specified what we want, create the table } |