Questions tagged [aspmaker]

ASPMaker is an ASP code generator that can generate a full set of ASP (Active Server Pages) quickly from a Microsoft Access Database, SQL Server, or any Data Source that supports ADO. Using ASPMaker, you can easily create Web sites that allow users to view, edit, search, add and delete records on the Web.

2 questions
0
votes
0 answers

Tesseract in C# and ASPMaker

I have a scenario. I wanna use Tesseract when I upload an image. But the image is not saved into the local disk yet, just a preview. How to read the image data and applying the Tesseract? I expected that you guys can help me with this. Cheers!
0
votes
0 answers

Getting values from one table to another in ASPMaker

I am using ASPMaker. It's a Classic ASP code generator. I am using MySQL database as well: I am trying to get values from one table to another here's the code used to get the value from table1: Dim Balance Balance = ew_ExecuteScalar("SELECT Balance…