Hellos,
I'm looking to add a few pages to our internal IT site that document some of our processes system to system interfaces ect. The majority of these interfaces are all scripted as a part of the documentation of the process I'm wanting to include the files and source code involved in each interface. The majority of the from entry would be simple information which is not a problem, its the source code that will be different.
I'm looking at two requirements
1. The ability to paste the raw source code in to a text field in the sql database.
2. Placing the the actual files currently inuse with in the database in a sourcefiles table much like an image table.
The problem with the raw source is that the cod can be as much as 8000 lines of code which would not work in a form submission as the url string would hit the 255 character limit.
The sourcefiles question is has anybody tired using that method of file incapsulation with in a table space before and did it seem to work well?
Am open to suggestions and input.
Thanks, Danzig
I'm looking to add a few pages to our internal IT site that document some of our processes system to system interfaces ect. The majority of these interfaces are all scripted as a part of the documentation of the process I'm wanting to include the files and source code involved in each interface. The majority of the from entry would be simple information which is not a problem, its the source code that will be different.
I'm looking at two requirements
1. The ability to paste the raw source code in to a text field in the sql database.
2. Placing the the actual files currently inuse with in the database in a sourcefiles table much like an image table.
The problem with the raw source is that the cod can be as much as 8000 lines of code which would not work in a form submission as the url string would hit the 255 character limit.
The sourcefiles question is has anybody tired using that method of file incapsulation with in a table space before and did it seem to work well?
Am open to suggestions and input.
Thanks, Danzig