Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

how to connect to msaccess database

This is a discussion on how to connect to msaccess database within the Database Design forums, part of the Databases category; how to write connection string while connecting to MSACCESS...

Go Back   Geeks Talk > Databases > Database Design
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Database Design Disucss if you have any issues with Database Design and Concepts

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-25-2009
Junior Member
 
Join Date: Feb 2009
Location: Maharashtra
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
amrutarasal26 is on a distinguished road
Thumbs up how to connect to msaccess database

how to write connection string while connecting to MSACCESS
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-25-2009
Expert Member
 
Join Date: Nov 2008
Location: Chennai
Posts: 303
Thanks: 1
Thanked 37 Times in 32 Posts
amitpatel66 is on a distinguished road
Re: how to connect to msaccess database

you are trying to connect using which programming language?
Reply With Quote
  #3 (permalink)  
Old 02-26-2009
Junior Member
 
Join Date: Jun 2008
Location: Pune
Posts: 9
Thanks: 0
Thanked 1 Time in 1 Post
sunilch is on a distinguished road
Re: how to connect to msaccess database

Quote:
Originally Posted by amrutarasal26 View Post
how to write connection string while connecting to MSACCESS
you need to create DSN for that on ur local machine.

jdbc:?????://localhost;DatabaseName=urDsName;User=uname;Password=pass

i dont know the drivername for MSACCESS but u can find from google.
put the drivername in place of ????
Reply With Quote
  #4 (permalink)  
Old 02-26-2009
Junior Member
 
Join Date: Jun 2008
Location: Pune
Posts: 9
Thanks: 0
Thanked 1 Time in 1 Post
sunilch is on a distinguished road
Re: how to connect to msaccess database

Quote:
Originally Posted by amrutarasal26 View Post
how to write connection string while connecting to MSACCESS
Again one thing....
You have to use type-I driver for that. It will be easy
Reply With Quote
  #5 (permalink)  
Old 02-26-2009
Junior Member
 
Join Date: Jun 2008
Location: Pune
Posts: 9
Thanks: 0
Thanked 1 Time in 1 Post
sunilch is on a distinguished road
Re: how to connect to msaccess database

Quote:
Originally Posted by amrutarasal26 View Post
how to write connection string while connecting to MSACCESS
Hii Amruta,
u there?

is ur problem solved??

this is exact connection string
jdbc:driver={Microsoft Access Driver (*.mdb)};DBQ='d:/srik/db1.mdb
Reply With Quote
  #6 (permalink)  
Old 02-26-2009
Moderator
 
Join Date: Jun 2007
Location: Bangalore,India
Posts: 1,853
Thanks: 9
Thanked 168 Times in 142 Posts
debasisdas has a spectacular aura aboutdebasisdas has a spectacular aura about
Re: how to connect to msaccess database

Please find the connection string here.
Reply With Quote
  #7 (permalink)  
Old 04-11-2009
Contributing Member
 
Join Date: Mar 2007
Location: renukoot(sonbhadra)
Posts: 39
Thanks: 5
Thanked 4 Times in 4 Posts
rohit dwivedi9450 is on a distinguished road
Re: how to connect to msaccess database

hey in java ti is very specific if tthere is odbc:
connection con = DriverManager.Getconnection("Sun.Jdbc.Odbc.DAtabaseName");
what ever it is either it is ms acccess or whatever
Reply With Quote
The Following User Says Thank You to rohit dwivedi9450 For This Useful Post:
  #8 (permalink)  
Old 04-28-2009
Junior Member
 
Join Date: Apr 2009
Location: hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
visuraj19 is on a distinguished road
Re: how to connect to msaccess database

how to convert or store the msaccess data in to the mysql
Reply With Quote
Reply

  Geeks Talk > Databases > Database Design

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
How to connect Silk Test to database harry420 SilkTest 1 06-04-2008 10:38 AM
Connect to an Access database table from QC snabors Quality Center 0 01-18-2008 03:42 PM
Connect Database nehasahu QTP 2 10-18-2007 07:34 AM
Connect two database in our project Geek_Guest Data Warehousing 0 07-03-2007 07:29 PM
Database Error: Failed to connect to database srivenu Data Warehousing 0 04-01-2007 05:08 AM


All times are GMT -4. The time now is 08:50 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved