

This is the code I am using to call the procedure : tring constr = "DATA SOURCE=localhost PASSWORD=kidzclubadministration PERSIST SECURITY INFO=True USER ID=C#KidzClub" The only problem is that I am having an error when adding a parameter of type Boolean, the error is : '' does not contain a definition for Boolean I installed the packed as instructed, and the application is now running.
Analytiv workspace manager 11g with oracle 12c install#
Is really oracle 11g more suitable for weak and limited computer than oracle 12c ? (In case I managed to convince the client to install a 64bit operating system and re-install all the programs he is using) : Client has 2GB of RAM.Is there a faster way or solution to make my application compatible with oracle 11g ?.I installed windows 7 32-bit on a virtual machine and had been working on it, started by a very small version of my application, and it I working, but requiring too much time ! I either have to modify all my procedures, and try to fix all the issues related to or start by developing a new application using oracle 11g.

ODBC for oracle 11g does not have included, and also Oracle.DataAccess cannot read Boolean datatypes from the stored procedures that I am using. I have been trying for a week to adapt my application to work with oracle 11g since this version can be installed in my client's computer, and it is becoming a hopeless task. I designed a windows form application that connects to oracle 12c server.Įverything was great until I discovered that the client has a 32 bit operating system, and oracle c can only be installed on 64 bit operating systems.
