Hi Amalraj:
You don't need to use an API function to create a database. Simply use the
CREATE DATABASE command native to Visual FoxPro.
Are you trying to create this database using the VFP ODBC driver or from
the Visual FoxPro Command window?
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retires June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003
Post by AmalrajCan anyone let me know how to create a visual foxpro
database (*.dbc) programmatically. Is there any API call
available?
For creating Ms-Access databases I've used
SQLConfigDatasource API. Wanted to know if there is
anything similar to that for VFP.