microsoft.public.vb.database.dao
RSS FEED IDEMS: www.tech-archive.net: microsoft.public.vb.database.dao
- DAO mdb to SQL Server Express?
Summary:
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. ... 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. ...
- Access Crashes with ADO Delete Record Command
Summary:
Dim db As ADODB.Connection ... Dim rst As ADODB.Recordset ... Dim msgResult, ItemCurrent As Long ... Set rst = New ADODB.Recordset ...
- dublicate report
Summary:
I have a search form that asks the user for the ... which then can be selected to open report or record with command button. ... I am using access 2000 with dao recordset. ...