Connecting to Databases through X++ PART -I In This series of post we will discuss about all possible ways through which we can connect to different databases. 1. ODBC Connection (Open Data Base Connection) 2. ADO Connection (ActiveX Data Objects ) 3. OLEDB Connection (Object Linking and Embedding, Database ) 4. Connection class 1. ODBC Connection: ODBC used to define a connection between a computer and a database stored on another system. The ODBC connection allows computer user to access the information...(read more)
↧