GAINING ACCESS TECHNOLOGIES 910-935-0074
MICROSOFT ACCESS AND WEB APP PROGRAMMERS AND CONSULTANTS
We listen carefully to your needs so you get
the best solution that saves you time and money. We don't try to sell you a sledge hammer
when you just need to drive in a nail. Our safe and secure rapid application development expertise
can save you more than half of the cost and time than slower and more expensive development platforms.
Call for a free consultation or contact us at . We are a Registered Microsoft Partner.
|
Using Microsoft Access to Manage SQL Azure Database Users and Roles |
September 12, 2011
One of the best things about SQL Azure is how easy it is to manage User security. In this
article we will show you how you can use Microsoft Access to add individual Users to Database
Roles which makes managing User security much easier.
Read More
|
|
How to Create SQL Azure Database Users With Microsoft Access VBA |
August 23, 2011
Why do we need a SQL Azure Database User Account? An Access Database cannot access SQL Azure Objects such
as Tables, Views, or Stored Procedures without one. That is, unless you use your SQL Azure Administrator
account which would be living very dangerously if were distributing your database to others. So before your
database can do anything with SQL Azure, a Database User Account must be created that it can use. Also
permissions must be granted to use the necessary SQL Azure Tables, Views, and Stored Procedures. We are
going to show you how you can use a pass-through query in Access to create SQL Azure Database Users using
Access VBA.
Read More
|
|
How to Plug Microsoft Access accde and mde Security Leaks |
August 18, 2011
I was shocked. I had heard that Constants and Variables could be seen by opening an accde or mde file with a
hex editor but when I opened my file I was stunned to see so much of my data, objects, and code in plain text.
I am not an Access Security expert, but I decided to take on the challenge of this security issue and when I was
through I was very pleased with the results. In this article we will examine the security risks of accde and mde
files and present some ways you can greatly improve the security of your files.
Read More
|
|
How to Use Microsoft Access to Create Logins in a SQL Azure Database |
August 1, 2011
In this article we will demonstrate how you can use a Pass-through query in Access with VBA code to
create SQL Azure Logins. You can use the Login and Password to gain access to SQL Azure Tables, Views,
and Stored Procedures. We will create a Login using SQL similar to the following Transact-SQL (T-SQL):
CREATE LOGIN MyLoginName WITH password = 'zX/w3-q7jU'
Thankfully, a user would never have to memorize that password! Because this Login and password
would only be used by my Access application the user never sees it and does not even know it exists.
Read More
|
Microsoft Access DSN-Less Linked Tables:
TableDef.Append or TableDef.RefreshLink? |
|
May 31, 2011
When it came to creating DSN-Less Linked Tables I had always used a procedure that
deleted the TableDef and appended a new one until a problem occurred. The code I was
using to save Linked Tables as DSN-Less Tables was not working with some of the Views
in SQL Azure. This was a serious problem because the application I was developing would
be distributed to clients who would then distribute it to their clients. We did not want
to use a DSN file. But now the code that normally worked without a hitch was failing.
Read More
|
|
The New Microsoft Access and SQL Azure Information Center for Developers
|
|
Feb. 22, 2011 Article 51
The biggest problem I faced when I began developing with Access and SQL Azure was finding
the information and help I needed. So I am gathering together information, links, tips,
scripts, and articles and building a Microsoft
Access and SQL Azure Information Center for Developers to save you some valuable time
and headaches. We list important links, downloads, articles and blogs, scripts, code
samples, tips, and new developments. You are welcome to submit your own tips, code samples,
links, comments, and articles.
Read More
|
|
Building Safer SQL Azure Cloud Applications with Microsoft Access
|
Dec. 30, 2010
The Security Risks of Distributing SQL Azure Applications Using Microsoft Access
When we distribute Microsoft Access applications that use SQL Azure it is vital that we make our
applications as secure as possible. Whether we use a DSN (Data Source Name) to link tables and
pass-through queries to SQL Azure or if we use DSN-less linked tables and pass-through queries
we need to be aware of the serious security risks involved with both of these methods. We need
a better way to ensure that our applications are not hacked by company employees or other
unauthorized users.
Read More
|
|
Learn What SQL Azure and Microsoft Access Can Do for You!
|
|
Oct. 11, 2010
Some of the Many Advantages of Using Microsoft Access and SQL Azure:
- Multiple user access 24 hours a day 365 days a year
- SQL Azure User Level Access and Security
- Lower development costs
- Faster software develpment
- No expensive software to buy
- No hardware to purchase
- You only pay for the services you use
- Secure Data Storage at a Microsoft Secure Data Center
- Data Loss Prevention by Microsoft's redundant backups and Failover protection
There are many advantages to using Microsoft Access with SQL Azure as a back end.
Read More
|
|
Download the Free SQL Azure Cloud Demonstration App for Microsoft Access
|
|
Oct. 11, 2010
I have just finished a simple free demonstration application, the SQL Azure Cloud App 1.0,
and I have not had time to test it yet but people are asking for it so I am making it
available. You can learn more and download the file here.
It is just a simple database to demonstrate how Microsoft Access can get data from SQL Azure.
Since I have not had time to test it on other machines please let me know how it works for you.
It is most important that you read the ReadMeFirst.txt and the Release Notes.txt files before
using the application. It was made for Access 2010 but you may be able to use Access 2007.
(Update: There is now an edition for Access 2007.)
SQL Azure provides access to your data anywhere your computer can connect to the internet,
365 days a year around the clock. With no startup costs for equipment and affordable management
plans SQL Azure provides new possibilities for any size company or organization.
You are welcome to try out the free demonstration application, kick the tires, and take SQL Azure
for a spin. Let me know what you think.
Read More
|
|
A Free Code Tracker mdb Edition is Now Available
|
|
Aug. 31, 2010
A free mdb edition of the Code Tracker™ for Microsoft
Access® is now available for those who cannot use an Add-in.
This Code Tracker mdb edition was developed to help someone whose company policies
and practices would not allow them to install an Add-in. You can download the
CodeTrackerMDB1-0.zip file from our
free downloads page.
This edition of the Code Tracker™ 1.0 makes it easy for you
to load the Code Tracker into your database. When you are finished with the Code
Tracker you can remove all traces of it from your database by clicking a button,
and then deleting just one form manually. Download the zip file and read the
Instructions.txt for more information.
Read More
|