ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:adodb_assoc_case

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
v5:reference:adodb_assoc_case [2019/05/08 16:51] – [ADODB_ASSOC_CASE] dregadv5:reference:adodb_assoc_case [2022/06/08 16:10] – [ADODB_ASSOC_CASE] fix incorrect indication of when constant must be declared dregad
Line 4: Line 4:
 When returning data in **associative //[[v5:reference:connection:setfetchmode|fetch mode]]//**, the ''ADODB_ASSOC_CASE'' constant gives control over the casing of the retrieved recordsets' fields.  When returning data in **associative //[[v5:reference:connection:setfetchmode|fetch mode]]//**, the ''ADODB_ASSOC_CASE'' constant gives control over the casing of the retrieved recordsets' fields. 
  
-It must be declared **before** inclusion of the ADOdb libraries (''adodb.inc.php''), and being a constant it is of course not possible to change its value later on. +It must be declared **before** initializing the database connection with [[v5:reference:connection:adonewconnection|ADONewConnection()]]. 
 +Being a constantit is of course not possible to change its value later on.
  
 Note that this setting has no effect on the casing of the actual data. Note that this setting has no effect on the casing of the actual data.
v5/reference/adodb_assoc_case.txt · Last modified: 2022/06/08 16:14 by dregad