| |
Abs777
Posts: 5
Score: 0
Joined: 7/5/2007
Status: offline
|
So far I have this to connect Dim cnt Set cnt = CreateObject("ADODB.Connection") cnt.Provider = "SQLOLEDB" cnt.ConnectionString= "Driver={SQL Server};Server=(local);Database=Apex_DB;UID=sa;PWD=" cnt.Open I want to display the info in the column in the msgbox. I have this but it doesn't work. Dim record Set recordSet = CreateObject("ADODB.Recordset") recordSet.Source = Select * from jobs_pending Msgbox RecordSet.Source
|
|