MySQL Forums
Forum List  »  Docs

Re: MyISAM Docs
Posted by: Peter Holmes
Date: May 15, 2006 03:15PM

No, that's not what I meant. I should have phrased my question better. Sorry.

I have a C application which needs very rapid access to its data, but I also need to give my users the ability to run SQL so that they can query the data using "English". Currently I'm using Informix/SE which stacks SQL on top of C-ISAM, thus giving me precisely what I need; fast access for me, convenient access for my users.

I'd like to rewrite using MySQL/MyISAM, but I can't find documentation on how to run MyISAM (write records, read records, create tables, etc) from a C program.

Options: ReplyQuote


Subject
Views
Written By
Posted
3302
May 10, 2006 03:13PM
2194
May 15, 2006 09:27AM
Re: MyISAM Docs
2511
May 15, 2006 03:15PM
2311
May 15, 2006 09:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.