MySQL Forums
Forum List  »  Informix

Porting Informix 4GL code to MySql c api
Posted by: Navin Patel
Date: October 02, 2005 03:37AM

Hi,

Does anyone know if there's an Mysql c api equivalent of the Informix 4gl type definitions of tbale name's and column names i.e.

Informix 4gl definition of a table : p_table1 RECORD LIKE table1.*

I want to define a new table 'p_table1' to be exactly like 'table1', and then assign values to individual column's in the new table.


Informix 4gl definition of a column: p_customer LIKE customer_table.customer

i.e I want to define a variable 'p_customer' to be same as column customer in the database table customer_table.

Is there anything similar in Mysql c api?

Thanks

Navin.

Options: ReplyQuote


Subject
Views
Written By
Posted
Porting Informix 4GL code to MySql c api
11629
October 02, 2005 03:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.