Community Member Profile
- Profile: /members/3316-Eugene-Lampione.htm
- Comments: 2
- Points: 19
Recent Blog Comments By Eugene Lampione
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Apr 21, 2009 at 12:10 PM
I'm pretty sure I figured out how to change the column names, now I am having an issue, I guess, populating the query. I get this error message: An error occurred while trying to modify the query named class coldfusion.sql.QueryTable. Query objects cannot be modified, they can only b... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Apr 21, 2009 at 10:43 AM
Is there an easy way to use the column names (from the header row) as the column names for the query instead of column1, column2, etc...? I tried using the following code: LOCAL.HeaderRow = LOCAL.Sheet.GetRow( JavaCast( "int", 0 ) ); colname = LOCAL.HeaderRow.GetCel... read more »



