Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Quote Originally Posted by marianne View Post
    I wanted my database to be big. because I read an article that ms access is just small.
    There is a 2GB limit to each mdb but there in no practical limit to how many mdb's you can have open at the same time. It is not fair to describe Access as small. I believe you need to do a little more research.

  2. #17
    marianne is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Asia Pacific Region
    Posts
    150
    ok but how about my previous question?

    so does that mean that, on that code presented, the sql server does not exist? but still able to connect to sql tables?

  3. #18
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Quote Originally Posted by marianne View Post
    so does that mean that, on that code, sql server does not exist? but still able to connect to sql tables?
    I'm pretty sure only SQL Server knows how to run queries on its tables and return records.

  4. #19
    thhui is offline Competent Performer
    Windows XP Access 2002 (version 10.0)
    Join Date
    Feb 2009
    Posts
    235
    You must have a SQL Server installed so that you could connect to it.
    Either a MSSQL Server, MSDE, Mysql will go.

  5. #20
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Thanks for the input thhui!

  6. #21
    marianne is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Asia Pacific Region
    Posts
    150
    if you may read thhui, it was already cleared that yes sql server is needed.

    However I provided there a passage from an article that connection can still be established without the dsn. so I am asking for its confirmation if that is true. Coz if that code in that article is true, ms access can connect directly to sql tables without passing sql server.

  7. #22
    Matrix's Avatar
    Matrix is offline Admin
    Windows 10 Access 2010 64bit
    Join Date
    Jan 2005
    Posts
    531
    If you believe SQL server is really needed for your project, install it first and do some experiments, you really need more research on your side. ODBC is often the last way for DB connection, because most databases can be configured as ODBC data source, and most programming languages can access ODBC data sources.

  8. #23
    thhui is offline Competent Performer
    Windows XP Access 2002 (version 10.0)
    Join Date
    Feb 2009
    Posts
    235
    In fact, ODBC is just one of the common ways to connect front end access to back end sql server.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 0
    Last Post: 03-09-2009, 12:20 PM
  2. connect from access to sql
    By kathyc in forum Programming
    Replies: 0
    Last Post: 09-28-2008, 12:50 PM
  3. relink to realative locatio to txt file using connect
    By tobynegus in forum Programming
    Replies: 0
    Last Post: 08-21-2008, 04:08 AM
  4. very slow when connect to access 2000
    By pureland in forum Access
    Replies: 0
    Last Post: 10-23-2007, 05:42 AM
  5. Replies: 3
    Last Post: 04-05-2006, 04:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums