Re: VBA CODE - ADODB ... i have been looking at vb6 and ado and dao. ... i have looked at the coding for adodb - and it does ... > Dim dbShop As Database 'declare database object ... > Dim rsShop As Recordset 'declare recordset object ... (microsoft.public.vb.general.discussion)
Re: newbie needs help - vb6 connecting to access 2000 ... >My boss has asked me to solve this problem: ... But if you're not already familiar with VB6 database work,... I read someone did not have a problem connecting using ... >xp from vb6 when using ADODB.... (microsoft.public.access.gettingstarted)
Interop.ADODB could not be found ... I get this error when compile/run an application in VS.NET that is upgraded from VB6:... The dependency 'Interop.ADODB' could not be found. ... The referenced component 'ADODB' could not be found. ... (microsoft.public.dotnet.general)
Re: .NET 2.0: code conversion from VB6 to C# ... ADO (adodb) has been replaced with ADO.NET. ... What the conversion tool will do is ... ... then you'd be best to rewrite the ... I have a question to .NET programmers about code conversion from VB6... (microsoft.public.dotnet.languages.csharp)
Re: Export Access 97 to txt file ... Create a connection object:...Dim cmd as Object ... > like I can do with Access, but in my VB6 application. ... (microsoft.public.vb.6.webdevelopment)