473,418 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Intel Software to boost Access' performance

I receive occasional notices from the Intel Software Network. I got
one concerning the Intel Math Kernal Library 8.0. The blurb is at:

http://www.intel.com/cd/software/pro.../mkl/index.htm

Has anyone used this Intel specific software in an attempt to boost
Access' performance? If so, how much of an improvement did you get?
Thanks for any and all information regarding this software.

James A. Fortune

Dec 6 '05 #1
5 1481
<ji********@compumarc.com> wrote
I receive occasional notices from the Intel Software Network. I got
one concerning the Intel Math Kernal Library 8.0. The blurb is at:

http://www.intel.com/cd/software/pro.../mkl/index.htm
Has anyone used this Intel specific software in an attempt to boost
Access' performance? If so, how much of an improvement did you get?
Thanks for any and all information regarding this software.


I have not seen any "math-intensive" applications done in Access --
particularly the kind of calculations described as being addressed by this
library. It has, as far as I can remember, always been possible to create
external procedures/subroutines that compile to machine code for math
functions and call them from Access, but I've never actually seen one used
with an Access app. -- on occasion, with VB (but then VB5 and VB6,
themselves, compiled to machine code.

Access' VBA, on the other hand, can be "compiled" but only to a "tokenized
state", not to machine code. It is, therefore, interpreted, not executed as
machine code... in actuality, it triggers many calls to internal procedures,
written in C++ IIRC.

That's not to say that there aren't a few Access apps of that kind, but I
suspect "few" would be the operative word.

I, too, would be (at least mildly) interested to know of someone who had an
application so math-intensive that it would benefit from the library and
what type of application it is.

Larry Linson
Microsoft Access MVP

Dec 6 '05 #2
Larry Linson wrote:
<ji********@compumarc.com> wrote
>I receive occasional notices from the Intel Software Network. I got
> one concerning the Intel Math Kernal Library 8.0. The blurb is at:
>
>

http://www.intel.com/cd/software/pro.../mkl/index.htm
>
> Has anyone used this Intel specific software in an attempt to boost
> Access' performance? If so, how much of an improvement did you get?
> Thanks for any and all information regarding this software.


I have not seen any "math-intensive" applications done in Access --
particularly the kind of calculations described as being addressed by this
library. It has, as far as I can remember, always been possible to create
external procedures/subroutines that compile to machine code for math
functions and call them from Access, but I've never actually seen one used
with an Access app. -- on occasion, with VB (but then VB5 and VB6,
themselves, compiled to machine code.

Access' VBA, on the other hand, can be "compiled" but only to a "tokenized
state", not to machine code. It is, therefore, interpreted, not executed as
machine code... in actuality, it triggers many calls to internal procedures,
written in C++ IIRC.

That's not to say that there aren't a few Access apps of that kind, but I
suspect "few" would be the operative word.

I, too, would be (at least mildly) interested to know of someone who had an
application so math-intensive that it would benefit from the library and
what type of application it is.

Larry Linson
Microsoft Access MVP


Larry,

Thanks for your input. The blurb seemed to indicate that benefits
could be gained even if the application is not "math-intensive." I'm
thinking that some of the calls to C++ may run faster with the library
so I'm particularly interested in speed gains for Access apps in
general. If I buy the software I will do some performance tests.

James A. Fortune

Dec 6 '05 #3
ji********@compumarc.com wrote:
Thanks for your input. The blurb seemed to indicate that benefits
could be gained even if the application is not "math-intensive." I'm
thinking that some of the calls to C++ may run faster with the library
so I'm particularly interested in speed gains for Access apps in
general. If I buy the software I will do some performance tests.

James A. Fortune
This seems to be closer to what I am looking for:

http://www.intel.com/cd/software/pro...ipp/238679.htm

The errors people talk about it their 'chat' area make the products
look a littly shaky. It looks like it's going to be more helpful for
..NET and Visual Studio since I don't want to recompile too many dlls.
I use compression and strings a lot. I'll still look for ways to use
it to make Access faster.

James A. Fortune
From A97 'Option Compare' help: If you use a case-insensitive string

comparison method, the Bookmark property may point you to the wrong
record.

Dec 6 '05 #4
ji********@compumarc.com wrote:
From A97 'Option Compare' help: If you use a case-insensitive string
comparison method, the Bookmark property may point you to the wrong
record.


And?

--
Lyle Fairfield
Dec 6 '05 #5
Lyle Fairfield wrote:
ji********@compumarc.com wrote:
From A97 'Option Compare' help: If you use a case-insensitive string
comparison method, the Bookmark property may point you to the wrong
record.
And?

--
Lyle Fairfield


You need more info :-)? I don't want anybody pointing their Bookmarks
where they shouldn't. It's an easy point to miss.
From A97 'Option Compare' help:


If you are using the Bookmark property of a Recordset object, you must
include an Option Compare Binary statement in the Declarations section
of the module. The setting and return value for the Bookmark property
is a Variant array of Byte data. If you use a case-insensitive string
comparison method, the Bookmark property may point you to the wrong
record.

James A. Fortune

Dec 7 '05 #6

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

Similar topics

7
by: sq1492 | last post by:
There are lots of talks about .Net going around. .Net is considered to be a RAD (rapid application development) framework so the question remains open whether it's useful for developing software...
2
by: Ryan Mitchley | last post by:
Hi all I have code for an object factory, heavily based on an article by Jim Hyslop (although I've made minor modifications). The factory was working fine using g++, but since switching to the...
5
by: Lars Schouw | last post by:
I have downloaded the newest boos release. I am havng problems building boost using the intel C++ 8.0 compiler. It looks as if bjam can't fine the icl.exe compiler executable itself. This file is...
8
by: Joakim Persson | last post by:
Hello all. I am involved in a project where we have a desire to improve our software testing tools, and I'm in charge of looking for solutions regarding the logging of our software (originating...
17
by: Ozo | last post by:
What would be the C++ compiler producing the fastest code for Windows XP Pro (32-bit)? I have to choose between these two: - Visual C++ 2005 compiler - Intel C++ Compiler 9.0 for Windows My...
48
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott...
2
by: Faheem Mitha | last post by:
Hi, The following bit of code compiles fine with gcc 3.3 or later, but has problems with the Intel C++ compiler version 9.1, which produces the following error message. Is this a compiler...
85
by: g | last post by:
Hello, is there any library for C as Boost is for C++? thanks in advance,
1
by: ameyav | last post by:
Hi, MSVC 9 Boost 1.38 I have an existing program that reads text files a line at a time using the std::ifstream and istream& getline ( istream& is, string& str ); Typical file size is ~40mb...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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...
0
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...

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.