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

DAO mdb to SQL Server Express?

 
   Database Help (Home) -> Visual Basic -> DAO RSS
Next:  Error conneecting to Access "Cannot Start Yo..  
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: 236



(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 3.6 record locking - Hi, Is it possible to programmatically lock a single record in a VB application using DAO 3.6? I would like to lock users' records when they log on to the app. Later I can check if a user's record is locked to see if they are logged in or not. (I....

Fixes for VB4 or DAO 3.0 - I've got VB4 (32-bit) and it seems to use DAO 3.0. Is there a service pack for either of these that I can use? I'm having issues with DAO and > 2GB of RAM on the machine, and don't want to have to move to a newer version of VB if I can help it, just t...

Jet error - I've just started getting this error message on a seemingly random basis. 'The Microsoft Jet database engine does not recognize 'CID' as a valid field name or expression.' CID is a text field, and it is a valid column name. The line of code that..

DAO reference / Access 2007 - while using an Access 2007 .accdb file I can access the dao. object very easily. the following code in VBA works well : Function getrecordcount(strTableName As String) As Long Dim dbCurrent As DAO.Database Set db = CurrentDb Dim rstRecords A...

Data Source - Data Report Designer - Is there a way to change the Database Source at run time in the Microsoft Data Report Designer? If so. How?
   Database Help (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 ]