Welcome Guest, Not a member yet? Register   Sign In
oracle db links
#1

[eluser]Sub-Zero[/eluser]
Hi! I'm new to CI and was wondering if I could do database links in Code Igniter. Thank you!
#2

[eluser]kgill[/eluser]
I don't see why you couldn't, a db link is just another table as far as oracle is concerned - you might run into some difficulty if you want to use CI's active record due to the way you need to address the tables but you could get around that with a view for selects. The question is why do you need to? CI supports multiple DB connections so you could connect to both Oracle & the linked DB unless you need tables from both DB's in a join in which case I'd suggest the view.
#3

[eluser]Sub-Zero[/eluser]
kgill, thanks!
#4

[eluser]jcavard[/eluser]
I am not sure I get theh 'linked db' but I once developped a Oracle db based web app as a proof of concept, and everything went well.




Theme © iAndrew 2016 - Forum software by © MyBB