Accessing data base from SQL Server

K

Kevin

I am writing a program using VB.Net to manipulate a database. The database will be running on Microsoft SQL Server 2000 Desktop Engine which is a stripped down version of SQL Server 2000. I need to create the database and the only way I know how to do that is on Access. However, I have Access 2000 which apparently cannot work with the database file used by SQL Server. My question is, am I correct that I cannot do this (created a database for SQL) in Access 2000 and can I do it if I get Access 2003?

Thanks.
 
S

Scott McDaniel

You can create your db in Access, then upsize it to SQL Server/MSDE. Or, you
can do so via SQL code, but this is a good bit of work. There are some tools
on the web which are sort of like Enterprise Manager (the GUI that ships
with SQL Server) ... IIRC, some of them are freeware/shareware ...

--
Scott McDaniel
CS Computer Software
www.thedatabaseplace.net

Kevin said:
I am writing a program using VB.Net to manipulate a database. The
database will be running on Microsoft SQL Server 2000 Desktop Engine which
is a stripped down version of SQL Server 2000. I need to create the
database and the only way I know how to do that is on Access. However, I
have Access 2000 which apparently cannot work with the database file used by
SQL Server. My question is, am I correct that I cannot do this (created a
database for SQL) in Access 2000 and can I do it if I get Access 2003?
 
V

Van T. Dinh

Alternatively, you can get a copy of the MS-SQL Server (about US$50.00) and
install the Enterprise Manager which is a GUI to the MSDE which allows you
create Tables, Queries through GUI much like Access.

--
HTH
Van T. Dinh
MVP (Access)



Kevin said:
I am writing a program using VB.Net to manipulate a database. The
database will be running on Microsoft SQL Server 2000 Desktop Engine which
is a stripped down version of SQL Server 2000. I need to create the
database and the only way I know how to do that is on Access. However, I
have Access 2000 which apparently cannot work with the database file used by
SQL Server. My question is, am I correct that I cannot do this (created a
database for SQL) in Access 2000 and can I do it if I get Access 2003?
 
K

Kevin

How do you upsize using Access 2000?

I have also tried creating a new Project (New Database) option in Access. I can connect to the server but when I go back to the main Access page I can't create a new table. The option is grayed out. Shouldn't I be able to create a new database using MSDE as opposed to JET this way?
 
S

Scott McDaniel

There is an Upsizing wizard included with Access (or you can download it
from the MS Web site). IIRC, when you use MSDE/SQL Server you are using
linked tables, and you cannot create new tables through the GUI in a linked
table situation. I normally use Data Transformation Services when upsizing
.... DTS is included in SQL Server, I'm not entirely sure about MSDE.

Van gave you the best advice ... find an inexpensive copy of SQL Server and
use the GUI tools (Enterprise Manager, etc) that come with it ... you can
use those tools and connect to your MSDE.
--
Scott McDaniel
CS Computer Software
www.thedatabaseplace.net

Kevin said:
How do you upsize using Access 2000?

I have also tried creating a new Project (New Database) option in Access.
I can connect to the server but when I go back to the main Access page I
can't create a new table. The option is grayed out. Shouldn't I be able to
create a new database using MSDE as opposed to JET this way?
 
J

John

Hi Kevin,

I have written an application generator that does this all automaticly

If you want to, you can send me your Access DB and I will deliver the
finished and fully functional UI.exe along with a finished and fully
functional SQL Server back end which contains a robust security system
and a comprehensive data dictionary.

It takes me no time at all, so I don't need to charge you anything.

The benefits of this system are as follows:
1. The system generates true Client Server and Multi Tier
applications.
2. There is Zero Coding for common functionality such as;
Adds, Updates, and Deletes,
Creating application wide unique Ids for each record,
Maintaining an Audit trail for each table,
Posting to the general ledger,
Rolling down changes to dependent tables,
Cascading deletes,
Transactions and rollbacks,
Calling validation and business rule stored procedures,
Calling post processing stored procedures,
Importing and revalidating data,
Security,
Spell checking, language translation and more.
3. There is zero work of any kind for generation of data entry screens
and their lookups.
4. The back end is completely independent from the front end. You can
hit the database with any application or user interface and still be
sure that you have complete security and valid data.
5. Easy navigation through out the application. The generated user
interface is a familiar modern metaphor with a navigation tree on top
or at the side and data entry screens at the bottom. Also, the
generated user interface remembers customizations to each data entry
screen. This allows you to make sweeping changes to the interface, and
regenerate all data entry screens, without loosing your
customizations.
6. Consistent look and feel via OOP Inheritance and code generators.
7. Major changes in look and functionality are made in one place only,
and ripple down to all affected parts of the system without programmer
intervention. Again, this was accomplished with OOP inheritance and
also with code generators.
8. Users to have the ability to create queries and reports on the fly.
And the ability to save and reload those queries and reports in many
formats including Excel and HTML.
9. Users to have complete flexibility in customizing the look and feel
of the system. The extent to which each user can customize the
interface must be seen to be believed. This high level of
customizability creates a high degree of user acceptance.
10. Logical use of hot keys and local popup menus allow for easy mouse
free operation, permitting the user to keep his or her hands on the
keyboard, if the user so desires.
11. All custom code added to generated data entry screens and
generated backend code persists after regeneration.
12. Comes with a business rule generator
13. Comes with a data import utility
14. Comes with a data revalidation utility to use when you change your
business rules.
Get all this without programming.
If you need to quickly build feature rich, bug free business
applications for MS SQL Server, then please call (201 665 8906) or
write to (e-mail address removed)

Key words: form generator, RAD, rapid application development, code
generator,
generative programming, application generator, backend generator, UI
generator, user interface generator, CASE tool, stored procedure
generator
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top