hi
ADO.NET
1.You use a Connection Object to Connect to a DATA PROVIDER(ODBC/ORACLE/OLEDB/SQLSERVER) at Runtime.
2.You use a Command and DATAADAPTER /DATAREADER object to Run your SQL and Stored Procedures
3.You use the Datasets which give the disconnected functionality to ADO.NET
C/AL
eg. OnAfterGetRecord(): Item.GET("Primary key");
My question is C/AL where is the database provider,Stored Procedures and most importantly where is the SQL???
](*,)
Regards,
GD
0
Comments
So all the SQL statements are generated by the C/AL.
So no Database provider, no stored procedure, no SQL. Only C/AL. All the DB-calls are written in C/AL. No need to open the DB, because this is done automatically when logging into Navision.
It is possible to connect to another DB, but this is done using ADO written with C/AL statements. Search the forum for some examples.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
RIS Plus, LLC
http://www.mibuso.com/forum/viewtopic.p ... +procedure
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!