Firebird PDO Lowercase

QuestionsFirebird PDO Lowercase
Oscar Sanchez asked 4 years ago

Hi

I’m connecting to Firebird database via Pdo, i would like to know if it is possible to configure the field names to lowercase, instead of the uppercase sintax that is the default behavior?

The sentence to configure this in the connection is the following: “PDO::ATTR_CASE => PDO::CASE_LOWER”.

How could I configure this in PHP Grid?

Thanks, Regards.

The product is great!! I use it a lot and i like it very much!!

 

1 Answers
Abu Ghufran Staff answered 4 years ago

We are using ADODB wrapper and you need to define following to this enable.

define(“ADODB_ASSOC_CASE”,”ADODB_ASSOC_CASE_LOWER”);

include(“../../lib/inc/jqgrid_dist.php”);
$g = new jqgrid($db_conf);

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

8 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?