Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

DAO mdb to SQL Server Express?

 
   Database Forums (Home) -> Visual Basic -> DAO RSS
Next:  Inconsistent append query execution  
Author Message
Bernie

External


Since: Jan 17, 2007
Posts: 2



(Msg. 1) Posted: Wed Jan 17, 2007 10:52 pm
Post subject: DAO mdb to SQL Server Express?
Archived from groups: microsoft>public>vb>database>dao (more info?)

I have a commercial product built with VB6 that has an mdb backend via
DAO and I am happy with it.

There is a point with high usage among some clients where I will need
to make an upgrade to something like SQL server Express in about a
year's time.

MS are pushing this SQL server Express thing along with VB Express. I
don't particularly want to get into the VB express thing but I wonder if
any one here has ported DAO code to SQL server express.

Comments please...

 >> Stay informed about: DAO mdb to SQL Server Express? 
Back to top
Login to vote
Paul Clement

External


Since: Sep 02, 2003
Posts: 526



(Msg. 2) Posted: Thu Jan 18, 2007 8:24 am
Post subject: Re: DAO mdb to SQL Server Express? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 17 Jan 2007 22:52:13 +0000, Bernie wrote:

¤ I have a commercial product built with VB6 that has an mdb backend via
¤ DAO and I am happy with it.
¤
¤ There is a point with high usage among some clients where I will need
¤ to make an upgrade to something like SQL server Express in about a
¤ year's time.
¤
¤ MS are pushing this SQL server Express thing along with VB Express. I
¤ don't particularly want to get into the VB express thing but I wonder if
¤ any one here has ported DAO code to SQL server express.
¤
¤ Comments please...

You would have to use the SQL Native Client ODBC driver if you are using DAO. This would involve
either creating linked ODBC tables to an Access database or by using the ODBC mechanism directly via
DAO code. ADO would probably be better suited for this (with OLEDB) since it wasn't designed to
support a specific database type as DAO was.

You can find connection string examples at the following link:

http://www.connectionstrings.com/?carrier=sqlserver2005


Paul
~~~~
Microsoft MVP (Visual Basic)

 >> Stay informed about: DAO mdb to SQL Server Express? 
Back to top
Login to vote
Bernie

External


Since: Jan 17, 2007
Posts: 2



(Msg. 3) Posted: Fri Jan 19, 2007 12:17 pm
Post subject: Re: DAO mdb to SQL Server Express? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Back to top
Login to vote
Display posts from previous:   
Related Topics:
DAO TableDef and SQL Server - I working on an existing app that uses DAO to connect to Access databases. I am trying to update this app to allow the use of SQL Server databases. At one point, we create a TableDef object for one of the tables, then loop through the fields, looking a...

account creation in sql server - I have a database in access that i want to create user accounts and permissions but i either block all access to the database or just do nothing. Can someone help me create threee levels of accounts - administrator,user(minimal access only uses three....

sql server login dialog box - I am developing an app with VBA, I am using DAO and ODBC to access an SQL server database. I am using the following command to connect to the database. Set MyDb = MyWs.OpenDatabase("Servinca", dbDriverNoPrompt, False, ..

Problem dropping SQL Server Table - I am using VB6 with DAO to execute a passthrough query to SQL Server, which drops a table. The first few times I execute this in code, there is no problem, then it gets to a point where it cannot execute a 'drop table' command. It just sits there an...

Strange problems when accessing SQL Server - Hi, I am having problems with an app I thought was working!!! Basically the app executes within an NT4 domain. The MSAccess (Access2K) app accesses an SQL Server 2000 repository via ODBC (System DSN) data source. I use a Workspace and Connection..
   Database Forums (Home) -> Visual Basic -> DAO All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]