I use to code in progress. My favorite language. In fact I was proud I had found a way to send literal escape sequences to peripherals like a printer to get barcodes and vertical/horizontal printing. Even created summation test bed for code and an audit trail. Most rewarding code I ever developed.
@maswinkels4 жыл бұрын
Thanks for the video. Really helpful. But next time, could you stop eating while making a video? It will make a big difference in sound quality.
@CodaBears4 жыл бұрын
Noted!
@franklinkuepo39042 жыл бұрын
thanks sir, please how to establish a connection between a web page and my progress sgbd
@CodaBears2 жыл бұрын
Depending on what you use for a web page, you can connect to your progress database using an ODBC connection.
@franklinkuepo39042 жыл бұрын
@@CodaBears thanks for your answers pleace do you have an example of database connection ?
@CodaBears2 жыл бұрын
@@franklinkuepo3904 I did a quick google search for "progress ODBC connection string". www.connectionstrings.com/progress/ I haven't tried these and I don't have an example handy of a project using progress like this. You'll need to validate the connection string yourself.