C/ODBC Connection

Hi, I am trying to connect to a Navision database usinf this code Dim oConn, sConnString, RS set oConn = CreateObject(“ADODB.Connection”) sConnString = “DSN=TimeEntry;OPT=Integer;Database=D:\timeentry\Database.fdb;” oConn.Open(sConnString) 'Set RS = oConn.Execute(“Select * from Contact”) Getting an error mesage, do you guys have any example to connect to a navision database using C/ODBC drivers