vote up 0 vote down star

This seems to be the hardest thing to get help with - there are no books, no useful google results, and borland's own help facilities are far to complicated for me to isolate the answers I need.

I want to make a connection to an already existing microsoft access database using builder.

I want to be able add/delete/read the records. that's all.

Or failing that. how do I create a simple database/table using builder. It would be ideal if I had an application that could create a table if it didn't already exist, then use that table from that point onwards.

I want to avoid creating DSNs. I want direct access to the database from builder.

If you could point me in the direction of a good online tutorial for this that would be a start. If you could actually provide the help yourself (ie tell me how to do it, rather than show me an article) that would be great and I'd be very greatful.

flag

58% accept rate
is there a CodeGear forum? – Mitch Wheat Jan 17 '09 at 6:14
1  
Yeah, forums.codegear.com – stukelly Jan 17 '09 at 12:38
1  
Also add the C++Builder tag to your question, to help people find it. – stukelly Jan 17 '09 at 12:39

2 Answers

vote up 0 vote down check

in portuguese:

http://www.caloni.com.br/blog/archives/banco-de-dados-no-c-builder

see if fits your question

link|flag
1  
Had to use google translator to translate it into English, but once I did it was quite useful. Thanks. – MrVimes Jan 20 '09 at 23:47
You welcome man :D – Kamia Apr 18 '09 at 23:35
vote up 0 vote down

Have you looked at the VCL's ADO components yet? TADOConnection, TADOCommand, etc.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.