Posts by Webster Moitinho • 511 points
56 posts
-
1
votes0
answers77
viewsQ: Export data from Informix
I’m developing an application based on the data of an ERP. This ERP uses the INFORMIX database whose file export standard is BOUNDED BY PIPES AND WITHOUT TEXT RATING. I need to import Informix data…
-
0
votes0
answers47
viewsQ: Import Informix data to Mysql
I’m developing an application based on the data of an ERP. This ERP uses the INFORMIX database whose file export standard is BOUNDED BY PIPES AND WITHOUT TEXT RATING. I want to create a query in…
phpasked Webster Moitinho 511 -
0
votes1
answer148
viewsQ: Displaying dates in forms
I am creating a form that contains a field whose data type is DATE, where I want a certain value returned by default. But there’s nothing I can do to make it happen. My code is this: <?php $ini =…
-
0
votes0
answers66
viewsQ: Syntax error in Informix database query
I made a prototype of a database informix in the Access to optimize the construction of my queries. I use with the Mysql and through some adaptations in the syntax I get a good. But in the…
-
1
votes1
answer1316
viewsQ: "Wildcard" character as a query criteria
I am trying to create a query criteria selection engine. For example: I have a mass of data where the following variables exist: store code Brazilian state in which it is located Brazilian region in…
-
1
votes1
answer323
viewsQ: Query mysql_query does not return the column
Greetings to everyone in the community. I’m going through a strange problem. When I select query syntax and paste in Phpmyadmin, the query returns all the fields I want. But when I put it in the…