Re: Connecting to ORACLE
Re: Connecting to ORACLE
- Subject: Re: Connecting to ORACLE
- From: Greg Turnquist <email@hidden>
- Date: Thu, 12 Jul 2001 16:06:28 -0500
>
This is of great interest to me also. Are there a set of callable RealBasic
>
routines for this purpose?
>
>
What would be involved in creating them?
>
>
>
Bryan Kaufman
>
>
>
"Bourque, Jason" wrote:
>
>
Here are some of the SQL statements built into RealBasic:
SELECT
WHERE
ORDER BY
GROUP BY
CREATE
TABLE
CREATE TABLE
Set func-tions:
Min,
Max, Avg,
Count, Sum
Basically if you know SQL commands/statements and you know your Oracle
Database you can pretty much do any thing you want. One thing I have yet do
that is pretty cool is send BLOBs.
On another note the non-pro version is limited to a 50 row database.
Greg