473,406 Members | 2,312 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,406 software developers and data experts.

Re: TransferSpreadsheet to .ADP dbo table

Think about like this:

The glory days of Access were during the 16 bit era. Access was the
first Integrated Database Development Environment on the market designed
for win3.11 -- it was unbeatable and it was also an RDBMS. With the
arrival of 32 bit systems Access was getting left in the dust by Server
DBs like Oracle. Sql Server 2000 was the first Server DB that Microsoft
came up with which was competitive. Then they came up with the ADP for
interfacing with this server DB, but as you know, the ADP had more
issues than it was solving. So MS came up with .Net. And you are
correct - that .Net is not the fixall. But with Sql Server 2005/VS2005
- MS is basically modeling its technology after Access (again) in that
this is their first full OOP integrated development environment effort.
I believe Sql Server 2008 with VS2008 fixes some issues that have arisen
with the OOP integrated development environment effort. This is
supposed to give the ease of programming/database programming the same
as Access except for OOP and a server DB instead of a File based DB.

Having been using .Net for over 6 years now, I find it much easier to do
stuff because I have way more functionality, and also the .Net framework
has encapsulated alot of the API's into managed code, thus alleviating a
bunch of spaghetti code.

I still use Access because a lot of the people who I support started out
their systems with Access but have stepped up to the Server environment,
and MS has obviously been focusing their Server/Enterprise efforts on
the OOP environment. It is all about adapting.

I have read that Microsoft is outselling Oracle with their new OOP
paradigm which is modeled after the Access paradigm - the Integrated
development environment. I tried out Java for a year or two around
2002-2003, but .Net can do everything Java can do just so much easier.

I keep reading posts of people who are trying to perform Enterprise
operations with Access and encountering all sort of problems. That is
because Enterprise in the 16 bit system of the early 1990's is way
different than Enterprise in 2008 for 32 bit systems.

Access is still a great tool, just not the tool of choice for enterprise
ops (server based ops).
Rich

*** Sent via Developersdex http://www.developersdex.com ***
Jun 27 '08 #1
2 1146
rkc
lyle fairfield wrote:
A couple of changes:

By saying that the Gridview is ASP I'm trying to express that it's
identical with running ASP (called from a Javascript function) but,
interactively, not as classic ASP is run.
Yes. HTTP is what it is and HTML is what it is.

..Net changes nothing but tool to work with them.

Jun 27 '08 #2
On May 9, 12:40*pm, rkc <r...@rkcny.yabba.dabba.do.comwrote:
lyle fairfield wrote:
A couple of changes:
By saying that the Gridview is ASP I'm trying to express that it's
identical with running ASP (called from a Javascript function) but,
interactively, not as classic ASP is run.

Yes. HTTP is what it is and HTML is what it is.

.Net changes nothing but tool to work with them.
When I am King I'll require that those two sentences preface every
document and instruction dealing with .Net.
I wish I had been smart enough to realize their message on my own. The
notion calms my Turmoil.NET.
Jun 27 '08 #3

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

Similar topics

1
by: Nathan Bloom | last post by:
Hi, I have a procedure that transfer data from an Excel spreadsheet to an Access 2000 table. There is a start date and an end date in the range specified. One of the date fields transfers...
3
by: user_5701 | last post by:
Hello, I'm getting an error with a Docmd.Transferspreadsheet line of code: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel2000, "tblTest", pathAndFilename, True The above line...
2
by: Hank | last post by:
Hello, I use TransferSpreadsheet on a daily basis using a Table as a datasource. I was under the impression from reading Help that you could also use a Query as the datasource. This is my code:...
6
by: sara | last post by:
I have a procedure to automate bringing several Excel files into our Access tables, on a daily basis. The problem is that if the user has a problem, and tries to run the import again (maybe 3...
1
by: Brad | last post by:
Thanks for taking the time to read my question. I want to use SQL in the TransferSpreadsheet Method, but I can't get it to work. I don't know why, because I've done a debug.pring on the same...
5
by: Dave | last post by:
Ok...here's a good one. I wrote an ADP application in ACCESS XP with a SQL 2000 back end. Works Great! Recently we did a server migration and transfered the database to another server. Setup...
2
by: RZ15 | last post by:
Hi, I am trying to use the transferspreadsheet command to transfer a table into an excel file i have. I'm using the following code: Private Sub cmdOK_Click() 'Run Make-Table query...
5
by: D.Stone | last post by:
I'm getting a problem with importing an Excel spreadsheet into a table in a SQL Server 2000 back-end. I'm doing this in VBA in an onClick event proc in an Access 2003 project. The target table's...
3
by: Icarus | last post by:
I'm using TransferSpreadsheet to import an Excel file in to MS Access 2003. DoCmd.TransferSpreadsheet acImport, 8, strTable, strFileName, True, "" One of the columns in the Excel file is a...
4
by: ambmil | last post by:
I am using transfertext and transferspreadsheet in VBA to import an excel file (.csv or .xls) into access 2003. Some of the fields are failing (I am getting an import error file), but I am not...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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.