Showing information in the datagrid from the table in the oracle database using C# -
I am facing a problem here, I have successfully connected to SQL database, but when I show data from I try this data for Grid View, this table gives me this error:
"The MSDOAARA provider is not registered on the local machine."
Okay, I understand that this is working only on 32 bit systems and I have 64 bit, on the internet they have said that I should use "ORAOLEDB.ORACLE" and it's just Also gives me a single error message.
>What am I doing wrong? What can i do here
Thanks in advance.
Comments
Post a Comment