Creating a Frontend using Access

Creating a Frontend using Access

Post by Mark Coope » Sun, 17 Feb 2002 00:04:30



If I were wanting to use Access to 7.0 to enter information into a SQL 7
server database, what kind of ODBC connection would I need?  I can connect
to the database linking the tables to look at the information. However I was
looking for the type of connection to modify or enter directly from Access
into the SQL table.  What type of ODBC connection is needed for this type of
interoperability?

Thanks,
Mark Cooper

 
 
 

Creating a Frontend using Access

Post by BP Margoli » Sun, 17 Feb 2002 09:12:54


Mark,

All you need is a standard ODBC connection, using the SQL Server ODBC
driver. For ODBC to consider tables to be updateable, however, you do need
to establish on the SQL Server tables a primary key, a unique constraint, a
unique index, or a column of data type timestamp (rowversion).

If you are having a specific problem establishing a connection from Access
to SQL Server 7.0, please post details.

-------------------------------------------
BP Margolin
Please reply only to the newsgroups.
When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
can be cut and pasted into Query Analyzer is appreciated.


Quote:> If I were wanting to use Access to 7.0 to enter information into a SQL 7
> server database, what kind of ODBC connection would I need?  I can connect
> to the database linking the tables to look at the information. However I
was
> looking for the type of connection to modify or enter directly from Access
> into the SQL table.  What type of ODBC connection is needed for this type
of
> interoperability?

> Thanks,
> Mark Cooper


 
 
 

Creating a Frontend using Access

Post by Mark Coope » Wed, 20 Feb 2002 00:15:35


Thank you,  It worked fine.  I was importing a database from Access 97 and
didn't select the Primary key when importing.  Went through the steps again
and it worked fine the second time.

Thanks, you are all a great help.

Mark Cooper


> Mark,

> All you need is a standard ODBC connection, using the SQL Server ODBC
> driver. For ODBC to consider tables to be updateable, however, you do need
> to establish on the SQL Server tables a primary key, a unique constraint,
a
> unique index, or a column of data type timestamp (rowversion).

> If you are having a specific problem establishing a connection from Access
> to SQL Server 7.0, please post details.

> -------------------------------------------
> BP Margolin
> Please reply only to the newsgroups.
> When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
> can be cut and pasted into Query Analyzer is appreciated.



> > If I were wanting to use Access to 7.0 to enter information into a SQL 7
> > server database, what kind of ODBC connection would I need?  I can
connect
> > to the database linking the tables to look at the information. However I
> was
> > looking for the type of connection to modify or enter directly from
Access
> > into the SQL table.  What type of ODBC connection is needed for this
type
> of
> > interoperability?

> > Thanks,
> > Mark Cooper

 
 
 

1. Create Runtime-SQL-Query with a date-criteria using ACCESS 97 as Frontend

Hello,

i have a problem with creating a runtime-sql-query in access 97. access
is the frontend and informix the backend.
the query only works, if i use the datatype DATE and the  us-english
datesepartorsigns in systemcontrolpanal. but my operatingsytem is
configured in german, so i have dots "." instead of slashes "/".

the mistaken query is:

dim ddate as date

ddate = 27.09.2000

 ...... WHERE field = ddate;

the rifht query is:

dim ddate as date

ddate = 27/09/2000

 ...... WHERE field = ddate;

now my question:

how can i solve this problem?

many thanks in advance,

Thomas Otto


2. need help

3. LAN Traffic issues between using VB Frontend/MS Access Backend vs Just MS Access

4. WEB Wizard corrupted replication

5. Using Access 2000 as frontend to SQL 2000

6. RESTRICT_REFERENCES And Overloaded Functions

7. Questions about using access as a frontend

8. Senior Objectstore Consultant Needed

9. resources of using access as frontend to oracle database needed

10. Access frontend with SQL 6.5 - table access problems

11. VB/Access frontend access to Oracle over ODBC

12. Access frontend Sql 2000 Server ODBC - Access Form loading slow

13. Access Oracle DB Using Java App (created using Jbuilder 3)