B bjf Member Licensed User Longtime User Dec 17, 2012 #1 Hello. i have sucessfully used the available possibilities to connect to SQL-database for retriving and writing data. However, it seems to be no or very little info regarding the possibilities to connect to a oracle-database. Is this possible and has anyone done this? Best regards Björn
Hello. i have sucessfully used the available possibilities to connect to SQL-database for retriving and writing data. However, it seems to be no or very little info regarding the possibilities to connect to a oracle-database. Is this possible and has anyone done this? Best regards Björn
Erel B4X founder Staff member Licensed User Longtime User Dec 17, 2012 #2 You should implement a similar solution to the MS SQL / MySQL tutorial which rely no a web service. Upvote 0
B bjf Member Licensed User Longtime User Dec 17, 2012 #3 I will try that. Seems it´s quite a bit harder though since it seems you just can't add the "System.Data.OracleClient" in your aspx page. Upvote 0
I will try that. Seems it´s quite a bit harder though since it seems you just can't add the "System.Data.OracleClient" in your aspx page.
C citywest Member Licensed User Longtime User Dec 18, 2012 #4 Hi BJF, Why don't you use ODP.Net Oracle Data Provider for .NET (ODP.NET). System.Data.OracleClient is deprecated. Mark S. Upvote 0
Hi BJF, Why don't you use ODP.Net Oracle Data Provider for .NET (ODP.NET). System.Data.OracleClient is deprecated. Mark S.