Home > Archive > MySQL ODBC Connector > January 2006 > Compiler for Embedded SQl Macros









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Compiler for Embedded SQl Macros
Ezhilarasan Sammandam

2005-12-30, 9:23 am

------ =_Part_43813_2290608
0.1135950816447
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi,

Is there any compiler to Compile Embedded SQL Macros into source codes
for MySql?
In otherwords, what is the equivalent of PRO*C (in Oracle) in MySql?

Thanks,
Ezhilarasan

------ =_Part_43813_2290608
0.1135950816447--
SGreen@unimin.com

2006-01-02, 8:23 pm

--=_alternative 006B2B63852570EA_=
Content-Type: text/plain; charset="US-ASCII"

Ezhilarasan Sammandam <ezhilarasan@gmail.com> wrote on 12/30/2005 08:53:36
AM:

> Hi,
>
> Is there any compiler to Compile Embedded SQL Macros into source codes
> for MySql?
> In otherwords, what is the equivalent of PRO*C (in Oracle) in MySql?
>
> Thanks,
> Ezhilarasan


STORED PROCEDURES and FUNCTIONS are part of V5.x.
http://dev.mysql.com/doc/refman/5.0...-procedure.html

Before that you can compile your own functions (also known as User
Defined Functions) by following the directions in the manual. These are
actually compiled modules that you load into the running server or
physical extensions that become part of the server itslef (they call these
"native functions")
Full details: http://dev.mysql.com/doc/refman/4.1...-functions.html

Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
--=_alternative 006B2B63852570EA_=--
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com