Jump to content
Server Maintenance This Week. ×

FM7 ODBC max # of fields in a SELECT ?!?!


This topic is 7120 days old. Please don't post here. Open a new topic instead.

Recommended Posts

So I have ODBC running, and been nicely coding PHP w/odbc, I ran into some minor issues and was able to resolve them, but now I see a bug in the driver or FM.

- or so I think -

When I perform SELECT name1, name2,...name[N] with odbc_exec I get result but if N > 35, meaning if I select more then 35 columns I get the result in a circular fassion. Values returned for name[36] go into name[1] and so on. This overwrites my values in name[1]... brrr.. Is there a limit on number of columns you can select on? Is this a bug?

Basically I cannot select on more then 35 columns, which I despratelly need result for. The browser does not time out don't worry. And I am using PHP 4.3 to accomplish all this with odbc_exec command.

Thanks.

Link to comment
Share on other sites

This topic is 7120 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.