|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
Admin Control Panel
I'm wanting to make it so I can update all fields from the database... on a page. But right now, considering i'm making new tables/fields/edits/ daily... it seems like i can't do this by typing out the stuff on the page myself because of all the new/edited stuff
ie Edit Password: <input type="text" value="#password#" name="pass"> Is there a way, it can generate all the tables/fields and stuff itself and make forms? ![]() |
|
#2
|
|||
|
|||
|
Not sure what you are asking. If you are trying to build out the list of fields based on the database schema, most databases have system tables that contain metadata about the database itself. Dig into your database's documentation and system tables.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
If i have a database:
Table: One FieldOne FieldTwo Table Two FieldThree FieldFour Is there a code or something I can do..so that I can generate a form dynamically that would be something like.. Table One Fields <input type="text" name="fieldone" value="#fieldone#"> <input type="text" name="fieldtwo" value="#fieldone#"> Table Two Fields <input type="text" name="fieldthree" value="#fieldone#"> <input type="text" name="fieldfour" value="#fieldone#"> that way i don't have to code the fields and stuff in.. with all the change to my database, this would be imposibble.. but i also don't like working directly from the database. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Admin Control Panel |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|