UseOracleDatabase()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Michael42
User
User
Posts: 11
Joined: Thu Aug 30, 2012 3:12 am

Re: UseOracleDatabase()

Post by Michael42 »

Looks like a REALLY popular wish!

Are there any plans to make this real?

Thanks.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: UseOracleDatabase()

Post by ts-soft »

ts-soft wrote:I don't think, pb will native support a LGPL Lib. Only Public Domain, MIT ...
Fred wrote:It's LGPL, so we can't include it in PB as a static lib. You should still be able to access it with importc/endimport.
You have not read the thread?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

UseOracleDatabase()

Post by HanPBF »

Hello

there are two more problems:
- OCI.dll needs at least the instant client with ~75MB
- ORACLE seems not give away interface to connect to DB

I hate those things in forums like "why don't You use Linux instead on Windows..." but
concerning ORACLE...

OCI.dll works and it is possible to write it to disc from IncludeBinary; after copy'n'paste/distribute portable PB program, import and use functions from OCI.dll.
So I will also do with the instant client itself...

DevArt found a solution with ODAC; but I don't know how...
So, PB team can not embed it in PB due to license and technical issues.
Cyllceaux
Enthusiast
Enthusiast
Posts: 510
Joined: Mon Jun 23, 2014 1:18 pm

Re: UseOracleDatabase()

Post by Cyllceaux »

Fred wrote: Tue Aug 05, 2014 10:38 am It's LGPL, so we can't include it in PB as a static lib. You should still be able to access it with importc/endimport.
They changed to APACHE-2 Licence. How about now?

*making puppy eyes"
Post Reply