Info: code reference examples for developers

  • Thread starter Thread starter Allen Browne
  • Start date Start date
A

Allen Browne

A new section at:
http://allenbrowne.com/tips.html#Examples by Library
lists some 60 code snippets covering the basic schema operations in DAO,
ADO, ADOX, and DDL.

There is little explanation: this is developer-reference.
How to create/delete/modify/list the
tables/fields/indexes/relations/queries/databases.

They are actually examples from a testbed database that I have built up over
the years. They're handy if I can't recall how a library works, and I wanted
them accessible when I am not on my own computer.

Probably not a complete reference, but you're welcome to anything you find
helpful.

If you see any typos/errors, email me at the address in the sig below.
 
WTF dipshit

why don't you take your DAO _CON_ and shove it up your ass
DAO is a big waste of time

Anyone usig DAO today should be fired and then spit upon...

I can do anything you can in DAO via a SINGLE LIBRARY dude
 
Allen Browne said:
A new section at:
http://allenbrowne.com/tips.html#Examples by Library
lists some 60 code snippets covering the basic schema operations in DAO,
ADO, ADOX, and DDL.

There is little explanation: this is developer-reference.
How to create/delete/modify/list the
tables/fields/indexes/relations/queries/databases.

They are actually examples from a testbed database that I have built up over
the years. They're handy if I can't recall how a library works, and I wanted
them accessible when I am not on my own computer.

Probably not a complete reference, but you're welcome to anything you find
helpful.

If you see any typos/errors, email me at the address in the sig below.

Looks useful, thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top