ADODB DSN Questions

1

Can’t build visual studio project
I was developing a software for my employer. I coded a function, saved all the work and went to take my lunch break. After I came back I tried to build the project and run the software but the software won’t build, VS gave a heap of reference not found errors. I had a lot [...]

Answer Question   |  April 5, 2011  5:54 AM
ADODB DSN, Microsoft Visual Studio
asked by:
95 pts.

How to connect Access database to a Visual Studio 2005?
i use the following code to connect and i created DSN but its not getting connected… whats my fault can anyone help me?? Dim X As ADODB.Connection Dim RS As ADODB.Recordset Dim RS1 As ADODB.Recordset i am getting underlined error in adodb.connection, adodb.recordset i think there is some error in the DSN creation. so anyone [...]

Answer Question   |  June 30, 2011  6:38 AM
ADO, ADODB DSN, Database connectivity, DataSource, DSN, Microsoft Access, VB 2005, Visual Basic, Visual Basic 2005
asked by:
5 pts.

1