|
-
June 9th, 1999, 09:42 AM
#1
How to create a simple *.dbf file ?
Does anybody knows how to simply create a *.dbf (dBaseIII+) file, using code in VC++ 6.0 ?
I need to create the file, put the column headers and then put the datas. Is there an easy way with a command like "printf" ?
Thanks in advance for your help.
Alan
-
June 9th, 1999, 11:14 PM
#2
Re: How to create a simple *.dbf file ?
You can use odbc api
SQLExecDirect(hstmt ,string,SQL_NTS) to create a *.dbf file.
the string is a sql command such as "create table...".
-
June 10th, 1999, 09:16 AM
#3
Re: How to create a simple *.dbf file ?
Where can I find such examples ? Do you have any examples you can send to me ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|