New Office 2010 movie
Old movie was replaced with new one:
You can also look as one more movie from Access MVP Albert Kallal, I like this one!
Labels: Access 14
News, links, downloads, tips and tricks on Microsoft Access and related
| About Me | Search |
Old movie was replaced with new one:
You can also look as one more movie from Access MVP Albert Kallal, I like this one!
Labels: Access 14
A very good article by Armen Stein, Access MVP
Labels: Tutorials
More code on conversion Access database to other database types:
exportSQL is a Microsoft Access module which exports Access Database into MySQL, mSQL and PostgreSQL. It's based on work of Pedro Freire. [fm] [CVS]
There is also a GUI version, kindly donated by Marc Breneiser <mbreneiser(at)whgrp(dot)com> which is especially useful if your Access database is already converted to .mde files. Zip Conversion.zip includes .exe and source in VB.
Quoted from *SQL-ish projects page of Dobrica Pavlinusic.
Labels: Upsizing
Microsoft SQL Server Database Publishing Wizard 1.1 – scripts your database, schema and data, into single text file, so you can recreate it on remote server where only web-based panel available.
Labels: SQL Server
Thanks to Garry Robinson, Access MVP, who made Smart Access available again!
BTW, some articles are available at MSDN site.
Labels: Access
Northwind sample database, shipped with any Access version, shows different programming techniques, so Access developer can take look at sample code and quickly learn it. Northwind.NET does the same for .NET framework – it is a set of sample applications demonstrating various modern technologies and development practices used within .NET Framework and Visual Studio 2008. If you once need to make something in .NET – just look at this project, find a type of form or report you want to build and check how you can build it using different .NET development techniques.
Plus - there is a sample of calling .NET web service from Access (or wrapping any .NET class into COM)!
Labels: .NET