473,765 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access awake after 7 years?

I just had a google through this NG but have not seen mention of Erik
Rucker's blog entry and the new Jet:

http://blogs.msdn.com/access/archive...05/477549.aspx

mentioned by Mike Gunderloy

http://www.larkware.com/dg4/TheDailyGrind726.html

Aside from the Sharepoint feature extension, amazing news.

Ananda

Nov 13 '05 #1
55 3561
Yes, there are some *really* exciting developments taking place in the next
Access.

Erik mentions the size of the Access dev team, and promises more info about
developments with the JET engine.

Really early days yet, with many months before the next version is out, but
Microsoft has been listening to user feedback, and will be providing some of
the most asked for features, including the ability to create PDFs out of
Access.

--
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.

"AnandaSim" <An*******@gmai l.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
I just had a google through this NG but have not seen mention of Erik
Rucker's blog entry and the new Jet:

http://blogs.msdn.com/access/archive...05/477549.aspx

mentioned by Mike Gunderloy

http://www.larkware.com/dg4/TheDailyGrind726.html

Aside from the Sharepoint feature extension, amazing news.

Ananda

Nov 13 '05 #2
Hi Allen,

BTW, use some of your tips all the time...

Allen Browne wrote:
Yes, there are some *really* exciting developments taking place in the next
Access.

Erik mentions the size of the Access dev team, and promises more info about
developments with the JET engine.
He makes the point that the team has increased seven fold. I joke that
the team is now seven strong. <grin>

Really early days yet, with many months before the next version is out, but
Microsoft has been listening to user feedback, and will be providing some of
the most asked for features, including the ability to create PDFs out of
Access.


I am a little blasé with adding feature width (Data Access Pages,
SharePoint extensions etc...) and more interested in feature depth
(programmable pdf printing, object dependencies, form and report design
undo).

If Jet can now grow and/or we can see some lean towards LINQ
http://msdn.microsoft.com/netframework/future/linq/
and encapsulation of the XML apps (RSS, XML databases, ADO.NET
structures) that would be good.

But how will the solve the VBA vs COM dilemma? I guess Office 12 is
still COM, so how do they nurture VBA or replace it with .NET tools?

We live in exciting times!

Ananda
http://accesscoach.wikispaces.org/Microsoft+Access
Nov 13 '05 #3
As Allen says, you can expect some exciting changes.

I think you'll find that the seven-fold increased development team totals
more than seven. <GRIN>

You can expect VBA to be around for a while, but that doesn't rule out some
Dot Net interaction (see the current Visual Studio Tools for Office support
for VB.NET and C# with Word and Excel).

I will have to be convinced that LINQ is an improvement over SQL for
databases. As I understand it, if you have the need, it allows database-like
access to other entities besides databases. Frankly, I have never had such a
need in any Access application on which I worked.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #4
hey screw you guys

ACCESS ALREADY WENT THROUGH THE AMAZING CHANGES THAT YOU ARE WAITING
FOR.

IT IS CALLED 'ACCESS DATA PROJECTS' and 'DATA ACCESS PAGES'. It came
out with offfice 2000; but it really became an awesome product with the
release of Access XP.

you closed-minded MVPs should go and take a long walk off of a short
pier.

I'm sorry that you MVPs _ARENT SMART ENOUGH_ to learn ADP and DAP.

get over it. The future was 5 years ago!!!!

Nov 13 '05 #5
aa*********@gma il.com wrote:
hey screw you guys

ACCESS ALREADY WENT THROUGH THE AMAZING CHANGES THAT YOU ARE WAITING
FOR.

IT IS CALLED 'ACCESS DATA PROJECTS' and 'DATA ACCESS PAGES'. It came
out with offfice 2000; but it really became an awesome product with the
release of Access XP.

you closed-minded MVPs should go and take a long walk off of a short
pier.

I'm sorry that you MVPs _ARENT SMART ENOUGH_ to learn ADP and DAP.

get over it. The future was 5 years ago!!!!

But DAPs don't work for anything other than a LAN based web sit. If you
don't think so, go out and find a web host that will allow DAPs.

Bob
Nov 13 '05 #6
He's also flung dung at the wrong people. Neither of the MVPs expressed
disenchantment with ADPs and DAPs. I did and I'm not an MVP.

Ananda

Bob Alston wrote:
But DAPs don't work for anything other than a LAN based web sit. If you
don't think so, go out and find a web host that will allow DAPs.

Bob

Nov 13 '05 #7
Hi Larry,

Larry Linson wrote:
I think you'll find that the seven-fold increased development team totals
more than seven. <GRIN>
Ok, I'll bite. How many are there? Could we expect to see improvements
to the venerable Expression Builder and have dual fonts - one for the
Design View and one for the SQL View of the Query Design.

You can expect VBA to be around for a while, but that doesn't rule out some
Dot Net interaction (see the current Visual Studio Tools for Office support
for VB.NET and C# with Word and Excel).
Yes, all excited about the dot net interaction. But we need practice and
VSTO is AFAIK not free but an extra cost item to Office?

I will have to be convinced that LINQ is an improvement over SQL for
databases. As I understand it, if you have the need, it allows database-like
access to other entities besides databases. Frankly, I have never had such a
need in any Access application on which I worked.


Not in that regard - although it would be nice. I was impressed that
instead of

strSQL="select * from customers"
db.execute strSQL

in which strSQL is a string and therefore unverifiable,

LINQ to me looks like it can be:

Dim dbNorthwind as Database
Dim tblCustomer as Table
Dim rstCustomers as Recordset

set dbNorthwind = currentDB
set tblCustomer = Northwind.Table
set rstCustomers = SELECT * FROM tblCustomer

well, this is all made up but you get what I mean - instead of using
strings to encapsulate SQL, you instantiate LINQ objects and use an SQL
like syntax to bind resultsets - you aren't writing SQL, you're writing
SQL like syntax.

And the IDE because it knows system and user defined objects, will parse
and verify your syntax.

Unless of course, I completely missed Anders H.'s point - he is such a
brain.

Ananda
Nov 13 '05 #8
"Ananda Sim" wrote
He's also flung dung at the wrong people.
Neither of the MVPs expressed
disenchantment with ADPs and DAPs.
I did and I'm not an MVP.


Poor aaron, he drank the Kool-Aid 'way too soon. He wholeheartedly swallowed
the marketing hype on features that never proved their worth. But, clearly,
anyone who makes the grandiose claims he does can not possibly have used
those features to any significant extent.

Without violating my non-disclosure agreement, I think I can safely say he
is going to be disappointed if he is hoping for ADP and DAP to be "the
Access of the future". Lyle Fairfield was initially a strong supporter of
ADP, but has eloquently described ADPs fatal shortcoming, right here in this
newsgroup -- apparently aaron hasn't read Lyle's posts. Or, perhaps data
security is not an issue for aaron.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #9
"Allen Browne" <Al*********@Se eSig.Invalid> wrote in
news:43******** *************** @per-qv1-newsreader-01.iinet.net.au :
Really early days yet, with many months before the next version is
out, but Microsoft has been listening to user feedback, and will
be providing some of the most asked for features, including the
ability to create PDFs out of Access.


I saw that in the Word 12 preview information, too. But I wonder if
that means that Microsoft is abandoning their competitor to PDF?
That would be good news if it's the case.

The one thing I miss in Erik Rucker's post is a mentione of a
commitment to the developer side of things, especially the developer
working with small businesses. Access has de-emphasized that market
since the introduction of A2K, which seemed to me to be very
enterprise-oriented, with all the new features (except for those in
Jet 4 itself) directed towards interoperabilit y with SQL Server.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #10

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

Similar topics

1
2483
by: Yim | last post by:
In below codes, After 10 seconds, function t() was called. So far everything is ok. Then I want to awake blocked read(). So want to exit program. In t(), how to do? (in t(), close(sockfd) don't awake read()); #include <time.h> #include <stdio.h> #include <errno.h> #include <stdlib.h>
0
9568
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
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9959
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
9835
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7379
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6649
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
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3926
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

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.