473,671 Members | 2,466 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Info: code reference examples for developers

A new section at:
http://allenbrowne.com/tips.html#Exa...20by%20Library
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.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

Mar 12 '07 #1
3 1846
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

On Mar 11, 7:24 pm, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:
A new section at:
http://allenbrowne.com/tips.html#Exa...20by%20Library
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.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

Mar 12 '07 #2
for example this:

http://allenbrowne.com/casu-14.html
what kindof of fucking advice is this? so sorry that Access doesn't
support calculated fields; MDB is for fucking retards

On Mar 11, 7:24 pm, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:
A new section at:
http://allenbrowne.com/tips.html#Exa...20by%20Library
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.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

Mar 12 '07 #3

"Allen Browne" <Al*********@Se eSig.Invalidwro te in message
news:45******** **************@ per-qv1-newsreader-01.iinet.net.au ...
A new section at:
http://allenbrowne.com/tips.html#Exa...20by%20Library
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.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
Looks useful, thanks.
Mar 12 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

242
13338
by: James Cameron | last post by:
Hi I'm developing a program and the client is worried about future reuse of the code. Say 5, 10, 15 years down the road. This will be a major factor in selecting the development language. Any comments on past experience, research articles, comments on the matter would be much appreciated. I suspect something like C would be the best based on comments I received from the VB news group. Thanks for the help in advance James Cameron
385
17144
by: Xah Lee | last post by:
Jargons of Info Tech industry (A Love of Jargons) Xah Lee, 2002 Feb People in the computing field like to spur the use of spurious jargons. The less educated they are, the more they like extraneous jargons, such as in the Unix & Perl community. Unlike mathematicians, where in mathematics there are no fewer jargons but each and every one are
9
2930
by: 100 | last post by:
Has anybody read Steve Maguire's book "Writing solid code"? Do you think that the ideas in this book are not applicable in c# language? Does anybody find if(2 == i) istead of if(i == 2) as unnetural and does it lead to more bugs in the code because of it makes programms hard to read. And my last question is: "Do you think that using boolean expressions
6
1529
by: szabelin | last post by:
hello, I need to display the last time the site was updated: I am trying to get FileInfo from web.config and get a last modified year of 1600. How do I get this info, is there a standard way? Thank you
30
1829
by: Chad Z. Hower aka Kudzu | last post by:
I need to provide a series of demos for an assembly. There are potentialy several dozen of them. None of them are very complex, however maintaining two versions of them will be very maintainance intensive. Some of the very basic ones I have provided in both C# and VB. However moving forward, time just does not permit. So I have to choose - C# or VB? For me, it does not really matter. I am comfortable in either one. If I choose C#, this...
7
3380
by: Terry | last post by:
I have a Mainform with a Statusbar. When opening another form or doing some processing I want to display info in the Statusbar of the Mainform. I have read a lot of articles on this & have come up with the code below. It seems to work(!!!) in that when coding the second form I can see the DisplayStatusMsg of the main form. During debug the code runs through & seemingly executes the call without error. But!...The message is not displayed....
15
4598
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to communicate with a MySQL database table on a web server, from inside of my company's Access-VBA application. I know VBA pretty well but have never before needed to do this HTTP/XML/MySQL type functions.
66
7449
by: Jon Skeet [C# MVP] | last post by:
I'm sure the net will be buzzing with this news fairly soon, but just in case anyone hasn't seen it yet: Microsoft are going to make the source code for the .NET framework (parts of it, including the BCL, ASP.NET and LINQ) available both for viewing and debugging into. I won't go into all the details here, as they're covered on Scott Guthrie's blog:
5
4109
by: John Kotuby | last post by:
Hi all, After more than a year programming with ASP.NET 2.0 and VB I am still finding it difficult to leave some habits from classic ASP behind. this is particularly true with cross-page posting. My site uses Master pages and user controls. On an Advanced Search page I have numerous entry boxes and listboxes (keywords, categories, etc.) which are primarily standard HTML. I post this page to a different page which lists results and...
0
8483
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8825
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8605
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5703
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4416
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2819
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2062
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.